Skip to main content

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.

Attachments (0)
Change History (3)

Changed August 18, 2008 02:29AM UTC by wichert comment:1

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?

Changed September 14, 2008 02:50PM UTC by scottgonzalez comment:2

milestone: TBD1.6
resolution: → fixed
status: newclosed

Fixed in [673].

Changed November 19, 2008 04:34AM UTC by rdworth comment:3

milestone: 1.61.6rc2