Opened 16 years ago
Closed 16 years ago
#4084 closed Bug (fixed)
[FF] Image dialog using Kama skin sticks to left viewport border
Reported by: | Tobiasz Cudnik | Owned by: | Tobiasz Cudnik |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | Firefox Confirmed Review+ | Cc: |
Description (last modified by ) ¶
In Firefox (3, 3.5) using Kama skin, after opening image dialog it sticks to left viewport border. Drag&drop it to the right is impossible.
Quirks mode only, on pages with 3 editors, each with different skin.

Change History (14)
comment:1 Changed 16 years ago by
Keywords: | Confirmed added |
---|---|
Owner: | set to Tobiasz Cudnik |
Status: | new → assigned |
comment:2 Changed 16 years ago by
Description: | modified (diff) |
---|
Changed 16 years ago by
Attachment: | ltr_quirks.html added |
---|
comment:3 Changed 16 years ago by
Dialogs size is incorrectly read during initial creation. Later it's ok, but old value remains inside dialog system.
Seems to be caused by "lock ratio" and "reset size" buttons (removing them resolves the issue).
Random.
Changed 16 years ago by
Attachment: | 4084.patch added |
---|
comment:4 Changed 16 years ago by
Keywords: | Review? added |
---|
Longer timeout seems to resolve this issue, although it may still exists on slower machines.
I think that dialog system should contain onLoad event, which would be the safe start for all dialog manipulation functions.
comment:5 Changed 16 years ago by
Keywords: | Review- added; Review? removed |
---|
Ideally we should have no delay at all there. Having 100ms is not the best thing, but acceptable. But now 500ms is definitely too much and decisivelly noticeable.
Changed 16 years ago by
Attachment: | 4084_2.patch added |
---|
comment:6 Changed 16 years ago by
Keywords: | Review? added; Review- removed |
---|
It seems we can use definition size with success for initial position, as actual dialog layout is fixed. Doing such, we can completely loose timeout and prevent this issue.
#4095 looks like a DUP of this ticket.
Changed 16 years ago by
Attachment: | 4084_3.patch added |
---|
comment:7 Changed 16 years ago by
Previous patch suffered from height problem, as definition size defines dialog contents size, not whole dialog (title & footer).
Third patch uses height from offsetHeight and width from definition. Unfortunately previous timeout of 100ms is still needed.
comment:8 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:10 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |

Test page.