Ticket #6835 (review_failed Bug)
A few dialogs' content is not resiable
| Reported by: | Saare | Owned by: | Saare |
|---|---|---|---|
| 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
Change History
Changed 2 years ago by Anna
- Attachment Dialog-Window-Resizing-Find-Replace.png added
Find and Replace dialog window with the resizing grip missing
comment:3 Changed 2 years ago by Anna
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:5 Changed 2 years ago by Saare
- Status changed from assigned to 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 2 years ago by garry.yao
- Status changed from review to 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.
Changed 2 years ago by garry.yao
- Attachment 6835_ref.patch added
Patch enables vertical stretch in dialog

Unfortunately for "specialchar" and "color picker" due to grid(table) layout, a liquid layout is never achievable.