#12860 closed Bug (invalid)
CKEditor footer 'hovers' or 'rolls' over the top of a fixed <DIV>
Reported by: | M | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Hi...I have a C# .Net 4.0 web app. We have a main header in our app that is a
position: fixed
<DIV>. It is always visible at the top of the page. I have just downloaded n CKEditor 4.4.6 in place of 3.6.2. When I scroll the page down, the footer of the new CKEditor text boxes 'hovers' or 'rolls' over the top of the fixed <DIV>. I have attached two images: one that show the text box in before scrolling down in the web page. The next picture shows the footer of the text box 'on top' of the fixed <DIV>. This behavior happens in IE 8 and IE 11.
Thanks for the help.
Attachments (2)
Change History (4)
Changed 10 years ago by
Attachment: | CKEditor-footer-hover-issue.png added |
---|
Changed 10 years ago by
Attachment: | CKEditor-footer-hover-issue_scrolled.png added |
---|
comment:1 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Thank you for the tip! The z-index setting fixed my issue. I set the z-index to a very high number. I'm not a CSS developer and was unaware of z-index properties. Thanks again!
Did you set a z-index of the element that is covered? CKEditor is built with normal HTML elements and they may have some z-index styles and some are definitely positioned. You need to style your page accordingly.
I'm closing this ticket, because I don't think there is anything wrong. But if you think that there's some bug in CKEditor and you can create a sample that shows it, then please let us know, we will reopen this ticket.