Opened 16 years ago
Closed 16 years ago
#3535 closed Bug (fixed)
IE: The context menu rapidly flashes at the left of the document when opening
Reported by: | Frederico Caldeira Knabben | Owned by: | Tobiasz Cudnik |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | UI : Context Menu | Version: | |
Keywords: | Confirmed IE Review+ | Cc: |
Description
In IE, when showing a context menu panel, it rapidly flashes at the the very left of the document (in the correct Y position though) and them moves the the right place.
Attachments (2)
Change History (8)
comment:1 Changed 16 years ago by
Owner: | set to Tobiasz Cudnik |
---|---|
Status: | new → assigned |
Changed 16 years ago by
Attachment: | 3535.patch added |
---|
comment:2 Changed 16 years ago by
comment:3 Changed 16 years ago by
Keywords: | Review? added |
---|
Since i've used another approach i'm attaching my patch also. Will check yours.
This issue has been introduced in [3305].
comment:4 Changed 16 years ago by
After checking Arczi's patch i must say i would prefer this way, but i'm affraid that this wont work with RTL, because of "display: none" elements doesn't provide offsetWidth, which is used on L160 of unpatched source.
comment:5 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
Oh. sorry :)