Opened 9 years ago
Closed 9 years ago
#33268 closed defect (bug) (fixed)
The inline toolbars (image, wpView, link) show above the wplink modal backdrop
Reported by: | azaozz | Owned by: | azaozz |
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | 4.3 |
Component: | TinyMCE | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
Seems the wpLink modal triggers another editor.nodeChange()
after it is opened/shown. That shows the floating toolbar as the right element is selected in the editor.
As the wpLink backdrop is added to the DOM before the inliine toolbar, and they have the same z-index, the toolbar is shown above the backdrop.
Attachments (2)
Change History (12)
#2
@
9 years ago
- Milestone changed from Awaiting Review to 4.3
In 33268.patch: ensure the backdrop and the modal are the last nodes in the body.
This ticket was mentioned in Slack in #core by azaozz. View the logs.
9 years ago
This ticket was mentioned in Slack in #core by azaozz. View the logs.
9 years ago
#9
@
9 years ago
- Keywords has-patch commit added
Reproduced the bug in Firefox 39 on Windows.
33268.patch works as expected.
Note: See
TracTickets for help on using
tickets.
We can increase the z-index on the wpLink modal and backdrop, however that doesn't seem to work in iOS and older IE. The other option is to always move the modal to be the last child in the body.