#3220 closed bug (fixed)
fixed-size dialogs still have resizable border
Reported by: | wichert | Owned by: | Scott González |
---|---|---|---|
Priority: | minor | Milestone: | 1.6rc2 |
Component: | ui.dialog | Version: | 1.5.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If you create a non-resizable dialog is still has the resize-frame and uses mouse pointers which suggest that the user can resize the dialog, when that is not possible.
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in [673].
comment:3 Changed 13 years ago by
Milestone: | 1.6 → 1.6rc2 |
---|
Note: See
TracTickets for help on using
tickets.
I suspect that is due to this bit of code:
shouldn't it check for type boolean instead of string?