Opened 16 years ago
Closed 16 years ago
#3742 closed Bug (fixed)
[IE] Wrong dialog layout for dialogs without tab bar in IE RTL mode
| Reported by: | Martin Kou | Owned by: | Tobiasz Cudnik |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.0 |
| Component: | UI : Dialogs | Version: | SVN (CKEditor) - OLD |
| Keywords: | IE Confirmed Review+ | Cc: |
Description
Screencast video:
Attachments (7)
Change History (16)
comment:1 Changed 16 years ago by
| Keywords: | IE Confirmed added |
|---|---|
| Owner: | changed from Martin Kou to Tobiasz Cudnik |
| Status: | new → assigned |
| Summary: | Wrong dialog layout for dialogs without tab bar in IE RTL mode → [IE] Wrong dialog layout for dialogs without tab bar in IE RTL mode |
Changed 16 years ago by
| Attachment: | 3742.patch added |
|---|
comment:2 Changed 16 years ago by
| Keywords: | Review? added |
|---|
Changed 16 years ago by
| Attachment: | 3742_IE_Screenshots.zip added |
|---|
comment:3 Changed 16 years ago by
| Keywords: | Review- added; Review? removed |
|---|
Changed 16 years ago by
| Attachment: | 3742_2.patch added |
|---|
comment:4 Changed 16 years ago by
| Keywords: | Review? added; Review- removed |
|---|
Patch makes dialog close button working on all IE versions, but rendered dialog aren't pixel-to-pixel identical. In some places they differs in space width.
Changed 16 years ago by
| Attachment: | 3742_3.patch added |
|---|
comment:6 Changed 16 years ago by
| Keywords: | Review- added; Review? removed |
|---|
Well, if we're supposed to fix it, let's do it the right way, and just once.
I'm attaching new screenshots. Please test it properly before providing a new patch.
Changed 16 years ago by
| Attachment: | 3742_3 Screenshots.zip added |
|---|
Changed 16 years ago by
| Attachment: | 3742_4.patch added |
|---|
comment:7 Changed 16 years ago by
| Keywords: | Review? added; Review- removed |
|---|
I'm proposing new patch which seems to work well for both close button and tabs space in all IE modes.
I'm attaching screenshots presenting dialogs with and without tabs in all IE modes.
comment:8 Changed 16 years ago by
| Keywords: | Review+ added; Review? removed |
|---|
Please add also the following to dialog.css (line 519) when committing:
.cke_skin_kama .cke_browser_ie6 .cke_dialog_close_button,
.cke_skin_kama .cke_browser_iequirks .cke_dialog_close_button
{
top: 7px;
}
This will fix the close button position on IE Quirks and IE6.
comment:9 Changed 16 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fixed with [3858]. I've included the 2px fix for IE Quirks and IE6.

Things are still not good with the new patch. I'm attaching screenshots takes with all IE variations that shows the problems.
The screenshots are based on a test page I have locally. It should the editor in LTR and RTL (left and right panes), and Standards and Quirks (top and bottom panes).