Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#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)

CKEditor-footer-hover-issue.png (215.6 KB) - added by M 9 years ago.
CKEditor-footer-hover-issue_scrolled.png (195.7 KB) - added by M 9 years ago.

Download all attachments as: .zip

Change History (4)

Changed 9 years ago by M

comment:1 Changed 9 years ago by Piotrek Koszuliński

Resolution: invalid
Status: newclosed

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.

comment:2 Changed 9 years ago by M

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!

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy