Ticket #4743 (closed bug: fixed)

Opened 13 months ago

Last modified 13 months ago

Disable Resize

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

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;"

Change History

Changed 13 months ago by scott.gonzalez

  • priority changed from trivial to major
  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from TBD to 1.8

Fixed in r3026.

Note: See TracTickets for help on using tickets.