Opened 7 years ago
Closed 7 years ago
#47502 closed defect (bug) (fixed)
Media modal bottom toolbar cuts-off content in Internet Explorer 11
| Reported by: | afercia | Owned by: | afercia |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.2.3 |
| Component: | Media | Version: | |
| Severity: | normal | Keywords: | has-screenshots has-patch fixed-major needs-testing dev-feedback 2nd-opinion |
| Cc: | Focuses: | ui, accessibility |
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
@
7 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
@
7 years ago
- Keywords fixed-major added
- Milestone 5.3 → 5.2.3
- Resolution fixed
- Status closed → 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.
7 years ago
#7
@
7 years ago
Adding needs-testing keyword to validate if this ticket is good to land in 5.2.3 (should be ok though).
#9
@
7 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This should address the cutout for the media editor in IE11. The "initial" property is not a valid one for IE