Fix CSS so TinyMCE sslink popup windows show over fullscreen #1817
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[WIP WIP WIP]
Description
When using TinyMCE in CMS 5.2, the editor's fullscreen plugin hides the pop-up windows which allow users to configure links. This applies to all types of links (internal, external, file, anchor, email, phone).
This appears to be due to the TinyMCE fullscreen plugin having a
z-index
of 1200, whereas our popup windows are at 1050. When I manually change this in chrome dev tools, the popups appear over the full screen as they should.A very similar problem was brought up as an issue on the TinyMCE repo in 2021, but the issue was closed as intended behaviour. (There also appears to be a number of other related issues, but none that look like they'll be remedied in the near future.) Therefore we will need to address the issue here.
Steps to reproduce
Steps for reproducing in project skeleton, or a similar project:
sslink
button, and select any option from the dropdown fieldManual testing steps
Issues
Pull request checklist