jQuery: The Write Less, Do More JavaScript Library

Ticket #1428 (closed bug: wontfix)

Opened 1 year ago

Last modified 5 months ago

Resizing boundaries of 0 don't function

Reported by: David Strauss Assigned to: stefan
Type: bug Priority: minor
Milestone: 1.1.4 Component: interface
Version: 1.1.3 Keywords:
Cc: Needs: Review

Description

Because of the way the resizing layering works, I use the CSS trick of creating a relatively positioned container and positioning the elements within it at (0, 0). Giving resizable an upper-left boundary of (0, 0) causes it to ignore the upper-left boundary. Expected behavior would be to respect the boundary.

My current workaround is to position everything within the relatively positioned container at (1, 1) so I can make the upper-left boundary (1, 1) and still have the whole image area available for cropping.

Attachments

Change History

Changed 1 year ago by john

  • owner set to stefan
  • component changed from core to interface

Changed 5 months ago by scott.gonzalez

  • status changed from new to closed
  • resolution set to wontfix

Interface is no longer supported; consider switching to jQuery UI.

Note: See TracTickets for help on using tickets.