Side navigation
#13533 closed bug (notabug)
Opened February 28, 2013 08:33AM UTC
Closed February 28, 2013 01:33PM UTC
Problem with resizable and aspectRatio: true and container: "idparent" and minHeight: x
Reported by: | Jim | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When you set aspectRatio to true in resizable obj.
div to resize is in a container (containment: "#idParentDiv")
and you apply minHeight and minWidth to the same value (ex: 110)
and top left corner of the div "resizable" is visible (handles: nw)
BUG : if you try to resize on the top left of the div "resizable" (nw handle), the minHeight does not work. the resize work because the div resizable is in the container (contrary to the resize from the left bottom where the resizing is stopped when the div come on the bottom or the left of the parent.)
but the div is resized without the parameters : minHeight and minWidth. So the div can have a height and width under respectivly minHeight and minWidth.
Attachments (0)
Change History (1)
Changed February 28, 2013 01:33PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
This is not a jQuery core bug. It sounds like a jQuery UI bug perhaps but you'd need to replace the short story with actual code and file a bug in the UI bug tracker.