Opened 9 years ago
Last modified 9 years ago
#13481 confirmed Bug
Nested dialog hides parent dialog on Maximized editor.
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Dialogs | Version: | |
Keywords: | Cc: |
Description
Try to load the Full Page demo at http://ckeditor.com/demo When you're lucky and the page finally loads, start the test:
Maximize the editor Open the Page properties dialog In the second tab open the color selector.
Actual results: The Page properties dialog is hidden while the color selector is shown.
Expected results. That dialog is partially visible behind the color selector.
It works correctly if the editor is not maximized.
You don't need full-page mode to reproduce this issue.
I have tested this with Table Properties Dialog. The background or overlay cover has z-index set to 10000. The Table Properties Dialog (when it is displayed) has z-index set to 10010. When Color Dialog is opened the Table Properties Dialog z-index is changed to 5010.