Opened 16 years ago
Closed 16 years ago
#3412 closed Bug (fixed)
Dialog tab bar layout is wrong in IE6.
Reported by: | Martin Kou | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | UI : Dialogs | Version: | SVN (CKEditor) - OLD |
Keywords: | Review+ | Cc: |
Description
To reproduce:
- Open replacebyclass.html in IE6.
- Open any dialog that has a tab bar (e.g. the image dialog).
- The tab bar is seen at a position about 10px lower than the intended location.
The bug occurs in both standards mode and quirks mode. But it doesn't affect IE7.
Attachments (2)
Change History (6)
comment:1 Changed 16 years ago by
Keywords: | Review? added |
---|
Changed 16 years ago by
Attachment: | 3412.patch added |
---|
comment:2 Changed 16 years ago by
Keywords: | Review- added; Review? removed |
---|
Broken in FF2 as attached screen shot.
comment:3 Changed 16 years ago by
Keywords: | Review+ added; Review- removed |
---|
The problem has already been fixed at #3362.
comment:4 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with [3412].
Click here for more info about our SVN system.
IE6 is getting confused by the ".cke_browser_gecko18.cke_skin_v2 ..." CSS declarations added in [3409]. So a bit of restructuring is needed for those CSS classes.
The patch puts the browser related CSS classes one level lower than the DIV containing the skin CSS class. The structural change affects CSS classes defined for other situations such as IE quirks mode and RTL dialogs.
So while testing this patch, be sure to review also: