Opened 16 years ago
Closed 15 years ago
#3843 closed Bug (fixed)
[IE] Context submenu strongly mispositioned in IE 6 & 7 RTL
Reported by: | Tobiasz Cudnik | Owned by: | Tobiasz Cudnik |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | IBM RTL Confirmed IE Review+ | Cc: |
Description
Context submenu is strongly mispositioned in IE 6 & 7 when in RTL mode. It works well in IE8.
Refer to this screencast.
Attachments (1)
Change History (7)
comment:1 Changed 16 years ago by
Keywords: | IBM added |
---|
comment:2 Changed 16 years ago by
Owner: | set to Tobiasz Cudnik |
---|---|
Status: | new → assigned |
comment:3 Changed 16 years ago by
Keywords: | Review? added |
---|
Changed 16 years ago by
Attachment: | 3843.patch added |
---|
comment:4 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:6 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The reason was JAWS accessibility labels in richcombo, which were moved as absolutes far to the left, but weren't "display: hidden;".
This patch hides them in alternative way and still allows to be read by JAWS.