Opened 14 years ago
Last modified 14 years ago
#6835 review_failed Bug
A few dialogs' content is not resiable
Reported by: | Sa'ar Zac Elias | Owned by: | Sa'ar Zac Elias |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Dialogs | Version: | 3.5 |
Keywords: | Discussion | Cc: |
Description
In a few dialog we have fixed width for content, so the dialog is resizable but the content size is never changed.
We need to make the content resizable (or cancel the resizing option of them).
- Spell checker (covered by #6829).
- Paste.
- Special characters.
- Select color.
Attachments (3)
Change History (12)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
Milestone: | CKEditor 3.5 → CKEditor 3.5.1 |
---|
Changed 14 years ago by
Attachment: | Dialog-Window-Resizing-Find-Replace.png added |
---|
Find and Replace dialog window with the resizing grip missing
comment:3 Changed 14 years ago by
I don't know whether it's the same issue or not, but in v3.5 the Find and Replace dialog window is NOT resizable and does NOT contain the resizing grip icon.
comment:4 Changed 14 years ago by
Owner: | set to Sa'ar Zac Elias |
---|---|
Status: | confirmed → assigned |
Changed 14 years ago by
Attachment: | 6835.patch added |
---|
comment:5 Changed 14 years ago by
Status: | assigned → review |
---|
The resizing of the find/replace dialog was disabled, but unless anyone objects, the patch enables the resizing of this dialog.
comment:6 Changed 14 years ago by
Status: | review → review_failed |
---|
[6217] has been a misleading start to having those resizing logic boomed inside dialog codes, my intention is to have an 'onResize' handler introduced for each field in which we place the resize logic.
Note there's also another problem that v-resize looks meaningless at the moment, as for now table height doesn't stretch. I think we'd have to make that happen also.
comment:7 Changed 14 years ago by
Keywords: | Discussion added |
---|
A experimental patch to demonstrate vertical liquid layout, let's whether we could have it.
comment:8 Changed 14 years ago by
Milestone: | CKEditor 3.5.1 → CKEditor 3.5.2 |
---|
comment:9 Changed 14 years ago by
Milestone: | CKEditor 3.5.3 |
---|
Unfortunately for "specialchar" and "color picker" due to grid(table) layout, a liquid layout is never achievable.