Ticket #4272 (closed Bug: fixed)
[IE] Kama skin toolbar broken in RTL+quirks
| Reported by: | tobiasz.cudnik | Owned by: | m.nguyen |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.2 |
| Component: | General | Version: | SVN (CKEditor) - OLD |
| Keywords: | Confirmed Kama IE Review+ | Cc: |
Description (last modified by tobiasz.cudnik) (diff)
Kama skin toolbar broken in RTL+quirks. Refer to attached screenshot. Reproduced in IE8.
Attachments
Change History
comment:1 Changed 4 years ago by tobiasz.cudnik
- Keywords IE added
- Description modified (diff)
- Summary changed from Kama skin toolbar broken in RTL+quirks to [IE] Kama skin toolbar broken in RTL+quirks
comment:2 Changed 4 years ago by tobiasz.cudnik
- Owner set to tobiasz.cudnik
- Status changed from new to assigned
comment:3 Changed 4 years ago by tobiasz.cudnik
Fix limited to IE quirks only. Tested on IE 6, 7, 8 and seems to work.
comment:5 Changed 4 years ago by fredck
- Keywords Review- added; Review? removed
This fix breaks the combo contents positioning. Confirmed in IE8 in LTR after patch.
comment:7 Changed 3 years ago by tobiasz.cudnik
- Owner tobiasz.cudnik deleted
- Status changed from assigned to new
comment:8 Changed 3 years ago by m.nguyen
RTL feature doesn't work in almost browser with version trunk.
comment:9 Changed 3 years ago by m.nguyen
- Keywords Review? added; Review- removed
- Owner set to m.nguyen
- Status changed from new to assigned
comment:10 Changed 3 years ago by fredck
- Keywords Review- added; Review? removed
- As the name says, "contentsLangDirection" is related to the direction of the contents, not the UI. The UI instead is editor.lang.dir.
- In any case, CSS for the UI must not go inline in the code, but in the skin CSS files. CSS selectors should be used to apply RTL specific style (.cke_rtl).
comment:13 Changed 3 years ago by m.nguyen
- Status changed from assigned to closed
- Resolution set to fixed
Fixed with [5110].
comment:14 Changed 3 years ago by m.nguyen
and [5112].
Note: See
TracTickets for help on using
tickets.
