Opened 4 years ago
Closed 4 years ago
#37039 closed defect (bug) (fixed)
Cannot Upload New Media Via "Select Files" On Microsoft Edge Browser
Reported by: | dimensionmedia | Owned by: | azaozz |
---|---|---|---|
Milestone: | 4.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Media | Keywords: | |
Focuses: | javascript | Cc: |
Description
- In your Microsoft Edge browser, go to the "Upload New Media" page.
- Attempt to click "Select Files".
- Nothing happens.
Note: This was discovered on a real, but simulated Windows 10 install via https://app.crossbrowsertesting.com and has been confirmed by other (human) sources.
Tested On:
Windows 10
Microsoft Edge 25.105
Microsoft EdgeHTML 13.105
Screenshot of the screen (which showcases possible relevant errors on the console):
https://www.dropbox.com/s/pgkacnqel1v4vqj/Screenshot%202016-06-06%2016.53.34.png?dl=0
Screenshot of the version number:
https://www.dropbox.com/s/r4jax1cb00v5yil/Screenshot%202016-06-06%2017.08.33.png?dl=0
Tested / latest version of WP with TwentyFourteen theme.
This problem does NOT seem to be appearing on IE 11. Apologizes in advance if this is a duplicate ticket (tried a few searches).
Attachments (1)
Change History (5)
#1
@
4 years ago
- Focuses javascript added
- Milestone changed from Awaiting Review to 4.6
- Version trunk deleted
Confirmed and as far as I can tell it appears to be caused by at least two reasons:
I'm not so into the plupload internals but I think the "shim" is supposed to have a correct position in order to make plupload work in all browsers. The misplacement probably happens because the whole "drop zone" is initially hidden and doesn't have a "size" so plupload is unable to correctly calculate the absolute position to set on the "shim". Clicking on the "lightblue" area highlighted in the screenshot works.
Even on the plupload examples page http://www.plupload.com/examples seems the click event is missing in Edge and the example there works just because the hidden "shim" is correctly positioned.
Worth noting that switching to the "browser uploader" and then switching back to the "multi-file" uploader makes the "moxie-shim" have a correct position:
The part related to the event should be probably fixed upstream. In order to mitigate the issue WordPress should maybe change some CSS to ensure the drop zone has an initial size. I'd like to have a second opinion though. /cc @azaozz