Opened 9 years ago
Closed 9 years ago
#9776 closed bug (notabug)
Resizable: can be moved when grid option is set
Reported by: | zvesp | Owned by: | zvesp |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.resizable | Version: | 1.10.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This ticket is essentially a repeat of Bug #9611. Although the exact example provided in #9611 is resolved, other similar ones still occur. In this fiddle, try to increase the size of the element Westwards, and it will move instead.
The issue does not occur in 1.9.x, but is in each of 1.10.0-1.10.4
Observed in Chrome and in Firefox 26.
Change History (3)
comment:1 Changed 9 years ago by
Owner: | set to zvesp |
---|---|
Status: | new → pending |
comment:2 Changed 9 years ago by
Status: | pending → new |
---|
Not able to reproduce an example as described.
There's nothing explicit in the documentation about this, and the behaviour here is different in UI 1.9.x which snaps the element to the grid on initialisation, but this was clearly a case of mis-configuration rather than a bug: I'd close the ticket if i could.
comment:3 Changed 9 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
You're giving the resizable an initial
width
that is not a multiple of thegrid
option you provide - which is invalid. Can you recreate the issue with awidth
that is a multiple of thegrid
?