Skip to main content

Search and Top Navigation

#4743 closed bug (fixed)

Opened August 03, 2009 09:28PM UTC

Closed August 04, 2009 02:03AM UTC

Disable Resize

Reported by: FelipeMorais Owned by:
Priority: major Milestone: 1.8
Component: ui.resizable Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

Hi, guys.

I tried disable resize and I detected a bug.

Can't do it.

I changed line 211 in ui.resizable.js from

"return this.options.disabled || !!handle;" to "return !this.options.disabled || !!handle;"

Attachments (0)
Change History (1)

Changed August 04, 2009 02:03AM UTC by scottgonzalez comment:1

milestone: TBD1.8
priority: trivialmajor
resolution: → fixed
status: newclosed

Fixed in r3026.