Search and Top Navigation
#9776 closed bug (notabug)
Opened January 30, 2014 10:29PM UTC
Closed January 31, 2014 02:27PM UTC
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.
Attachments (0)
Change History (3)
Changed January 31, 2014 02:04PM UTC by comment:1
owner: | → zvesp |
---|---|
status: | new → pending |
Changed January 31, 2014 02:22PM UTC by comment:2
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.
Changed January 31, 2014 02:27PM UTC by comment:3
resolution: | → notabug |
---|---|
status: | new → closed |
You're giving the resizable an initial
that is not a multiple of the option you provide - which is invalid. Can you recreate the issue with a that is a multiple of the ?