Search and Top Navigation
#3220 closed bug (fixed)
Opened August 18, 2008 02:21AM UTC
Closed September 14, 2008 02:50PM UTC
Last modified November 19, 2008 04:34AM UTC
fixed-size dialogs still have resizable border
| Reported by: | wichert | Owned by: | scottgonzalez |
|---|---|---|---|
| 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.
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?