Ticket #3412 (closed Bug: fixed)
Dialog tab bar layout is wrong in IE6.
| Reported by: | martinkou | Owned by: | martinkou |
|---|---|---|---|
| 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
Change History
comment:2 Changed 4 years ago by garry.yao
- Keywords Review- added; Review? removed
Broken in FF2 as attached screen shot.
comment:3 Changed 4 years ago by garry.yao
- Keywords Review+ added; Review- removed
The problem has already been fixed at #3362.
comment:4 Changed 4 years ago by martinkou
- Status changed from new to closed
- Resolution set to fixed
Fixed with [3412].
Click here for more info about our SVN system.
Note: See
TracTickets for help on using
tickets.

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: