Ticket #3220 (closed bug: fixed)
fixed-size dialogs still have resizable border
| Reported by: | wichert | Owned by: | scott.gonzalez |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.6rc2 |
| Component: | ui.dialog | Version: | 1.5.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
Note: See
TracTickets for help on using
tickets.


I suspect that is due to this bit of code:
resizeHandles = typeof options.resizable == 'string' ? options.resizable : 'n,e,s,w,se,sw,ne,nw',shouldn't it check for type boolean instead of string?