Opened 15 years ago
Closed 15 years ago
#3767 closed Bug (fixed)
IE: Second level menu may not have borders
Reported by: | Frederico Caldeira Knabben | Owned by: | Tobiasz Cudnik |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | UI : Context Menu | Version: | SVN (CKEditor) - OLD |
Keywords: | Confirmed IE 3.0RC Review+ | Cc: |
Description
In IE, the second level menus may be shown without border. The border appears as soon as we do some rollover in the menu (not always though).
This is a but random, but I'm able to constantly reproduce with the SCAYT plugin. It looks like a pure IE rendering bug. We should find a workaround for it.
Attachments (4)
Change History (11)
Changed 15 years ago by
Attachment: | IE7_Screenshot.png added |
---|
comment:1 Changed 15 years ago by
Keywords: | 3.0RC added |
---|
comment:2 Changed 15 years ago by
Owner: | set to Tobiasz Cudnik |
---|---|
Status: | new → assigned |
Changed 15 years ago by
Attachment: | 3767.patch added |
---|
comment:3 Changed 15 years ago by
Keywords: | Review? added |
---|
comment:4 Changed 15 years ago by
Keywords: | Review- added; Review? removed |
---|
Holly hack! But it looks like something else ended up by mistake into the patch.
Also, can you improve the coding style a bit?
Changed 15 years ago by
Attachment: | 3767_2.patch added |
---|
comment:5 Changed 15 years ago by
Keywords: | Review? added; Review- removed |
---|
Changed 15 years ago by
Attachment: | 3767_3.patch added |
---|
comment:6 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
Please try the following option before committing:
panel.element.getChild( 0 ).$.style.cssText += '';
comment:7 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [3739] using Frederico's suggestion.
IE7 screenshot showing the issue