Skip to main content

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 tj.vantoll comment:1

owner: → zvesp
status: newpending

You're giving the resizable an initial

width
that is not a multiple of the
grid
option you provide - which is invalid. Can you recreate the issue with a
width
that is a multiple of the
grid
?

Changed January 31, 2014 02:22PM UTC by zvesp comment:2

status: pendingnew

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 scottgonzalez comment:3

resolution: → notabug
status: newclosed