#5918 closed Bug (wontfix)
BIDI: [IE8] Paragraphs with dir="rtl" display with resize handles
Reported by: | Damian | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | IBM Confirmed CantFix | Cc: | Satya Minnekanti, joek |
Description
When using IE8 in non-compatibility mode, any paragraph that has dir="rtl" will display with resize handles.
Tested on nightly build.
Attachments (1)
Change History (6)
Changed 14 years ago by
comment:1 Changed 14 years ago by
Keywords: | Confirmed added |
---|
comment:2 Changed 14 years ago by
This is a browser bug. hasLayout
is true for every element that his layout-flow is different from parent layout-flow (rtl element inside a ltr container and vice-versa), and this property causes the resize handlers to show up. I'm not sure there's anything we can do to fix this.
comment:3 Changed 14 years ago by
Keywords: | CantFix added |
---|---|
Milestone: | CKEditor 3.4 |
Resolution: | → wontfix |
Status: | new → closed |
comment:5 Changed 13 years ago by
It seems to be fixed in IE10 PP2 (yes, a long way until the final version is released, but it means a future version of IE will behave properly)
:/ it looks like we have troubles here... needs further investigation.