Opened 9 years ago
Closed 8 years ago
#8888 closed Bug (fixed)
CK Editor dialogs do not show completely in small window
Reported by: | Satya Minnekanti | Owned by: | Olek Nowodziński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.0.1 |
Component: | UI : Dialogs | Version: | 3.0 |
Keywords: | IBM | Cc: | Damian, Teresa Monahan |
Description
To reproduce the defect:
- Open any CK Editor sample.
- Re-size browser window to minimum.
- Click on Table icon.
Issue: Table Properties dialog comes up but we can't see some of the fields, even when we use the browser scroll bar we can't see the fields that are out of view.
I have attached a screenshot of the issue.
It happens for all the big diloags (Image, Flash,IFrame, Paste dialogs)
Attachments (2)
Change History (14)
Changed 9 years ago by
Attachment: | Table dialog when browser minimised.jpg added |
---|
comment:1 Changed 9 years ago by
Keywords: | IBM added; ibm removed |
---|---|
Status: | new → confirmed |
Version: | → 3.0 |
Changed 9 years ago by
Attachment: | 8888.patch added |
---|
comment:2 Changed 9 years ago by
Component: | General → UI : Dialogs |
---|---|
Milestone: | → CKEditor 3.6.5 |
Owner: | set to Garry Yao |
Status: | confirmed → review |
Fixed position is not anymore suitable for small viewport, thus the patch propose a check on dialog show, potentially switch to absolute position in such case, and to re-layout the dialog on window resize.
comment:3 Changed 9 years ago by
Status: | review → review_passed |
---|
comment:4 follow-up: 5 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [7612].
comment:5 Changed 8 years ago by
comment:6 Changed 8 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
IE7-IE8 - I can confirm this problem in CKE 3.x. If you open dialog and scroll, dialog will not move but if you open dialog, move it up (grab and move up) and then scroll, the dialog will also scroll.
It is also possible to lose dialog in that way - if you grab it and try to move it dialog may dissapear.
IE9-IE10 - I can confirm this problem in CKE 3.x. If you open dialog and scroll or open, drag dialog and scroll, dialog will not move.
comment:7 Changed 8 years ago by
Milestone: | CKEditor 3.6.5 |
---|---|
Status: | reopened → confirmed |
comment:8 Changed 8 years ago by
Milestone: | → CKEditor 4.0.1 |
---|
comment:9 Changed 8 years ago by
Owner: | changed from Garry Yao to Olek Nowodziński |
---|---|
Status: | confirmed → assigned |
comment:10 Changed 8 years ago by
Status: | assigned → review |
---|
Created a 1 LOC fix for this issue. Unfortunately this is a rendering bug in IE like #6068 or http://murphy.cz/ie7-hover-ghosts-bug/ and most likely it has nothing to do with dialog code.
comment:11 Changed 8 years ago by
Status: | review → review_passed |
---|
R+.
Extracted another issue: #9850.
comment:12 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Masterised git:3059c62.
Confirmed in all browsers from CKEditor 3.0
Just wondering what could we do here? Perhaps this could be one of: