Bug Tracker

Opened 16 years ago

Closed 15 years ago

#1428 closed bug (wontfix)

Resizing boundaries of 0 don't function

Reported by: David Strauss Owned by: stefan
Priority: minor Milestone: 1.1.4
Component: interface Version: 1.1.3
Keywords: Cc:
Blocked by: Blocking:

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.

Change History (2)

comment:1 Changed 16 years ago by john

Component: coreinterface
Owner: set to stefan

comment:2 Changed 15 years ago by scott.gonzal

Resolution: wontfix
Status: newclosed

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

Note: See TracTickets for help on using tickets.