Opened 16 years ago
Closed 15 years ago
#3613 closed Bug (worksforme)
CKEditor: combo content is not displaying in absolute positioned container with large z-index
Reported by: | Pavel | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 Beta 2 |
Keywords: | Confirmed | Cc: |
Description
If CKEditor is placed into absolute positioned "div" element with large z-index (for example, 100), editor comboboxes (Styles, Format, Font, Size, ColorPicker) content (drop down) will not be displaying. Their content will be placed behind the "div" editor located in.
This problem is actual for context menu also.
Change History (4)
comment:1 Changed 16 years ago by
Keywords: | Confirmed added; ckeditor absolute position z-index combo context menu removed |
---|---|
Milestone: | CKEditor 3.0 → CKEditor 3.x |
Summary: | CKEditor: combo content is not displaying in absolute positioned container with large x-index → CKEditor: combo content is not displaying in absolute positioned container with large z-index |
comment:2 follow-up: 3 Changed 15 years ago by
comment:3 Changed 15 years ago by
Replying to martinkou:
I've tested this a bit on Firefox and IE - so long as the div's z-index is lower than config.baseFloatZIndex, it should work. Which browser and page are you having problem with?
It seems that this problem is fixed in the current version (Nightly build). I had this error in the demo. All works correctly if I set enough bazeFloatZIndex. I've tested it in FF3 and IE7,8. Thanks.
comment:4 Changed 15 years ago by
Milestone: | CKEditor 3.x |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Ok, so we can close this ticket.
Feel free to reopen it in the future if this is still an issue.
I've tested this a bit on Firefox and IE - so long as the div's z-index is lower than config.baseFloatZIndex, it should work. Which browser and page are you having problem with?