Opened 5 years ago
Closed 5 years ago
#47502 closed defect (bug) (fixed)
Media modal bottom toolbar cuts-off content in Internet Explorer 11
Reported by: | afercia | Owned by: | afercia |
---|---|---|---|
Milestone: | 5.2.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Media | Keywords: | has-screenshots has-patch fixed-major needs-testing dev-feedback 2nd-opinion |
Focuses: | ui, accessibility | Cc: |
Description
Please refer to the attached screenshot.
With Internet Explorer 11, the content of the bottom toolbar in the modal is not fully operable: links are partially hidden. Minor: the "Insert" button bottom part is hidden.
Quickly checking, seems to me it's related to the bottom bar height set to auto
for some reason. A proper fix would need to investigate a bit why this CSS property was set and if it affects something else.
Attachments (5)
Change History (16)
#3
@
5 years ago
- Keywords needs-testing removed
@mspatovaliyski thanks for your patch! Indeed, Internet Explorer 11 doesn't understand the initial
value. Tested on a Windows machine with native IE 11 and your suggested fix solves the issue without side effects.
Introduced in [40428] / #40152.
Aside: there's no need to modify the minified and .rtl
files, they are generated automatically during the build process :)
#5
@
5 years ago
- Keywords fixed-major added
- Milestone changed from 5.3 to 5.2.3
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening this so it can be back-ported to the 5.2 branch.
This ticket was mentioned in Slack in #core by jeffpaul. View the logs.
5 years ago
#7
@
5 years ago
Adding needs-testing
keyword to validate if this ticket is good to land in 5.2.3 (should be ok though).
#9
@
5 years ago
Tested on my side against 5.2.2, but unless I'm mistaken [45526] doesn't look to apply cleanly, there should be some dependancies to previous commits.
This should address the cutout for the media editor in IE11. The "initial" property is not a valid one for IE