#6926 closed bug (fixed)
Window doesn't change to size that helper shows when snapping to grid
Reported by: | echos | Owned by: | echos |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.10 |
Component: | ui.resizable | Version: | 1.8.9 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When you create a resizable object with the following params the item doesn't conform to the size of the helper and instead sizes the box to where the mouse curser is.
$('.blue').resizable({ grid: [150, 150], helper: 'ui-state-highlight' });
Change History (4)
comment:1 Changed 12 years ago by
Owner: | set to echos |
---|---|
Status: | new → pending |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | pending → closed |
Resizable: Changed the way box size is determined when using a helper. Fixed #6926 - Window doesn't change to size that helper shows when snapping to grid (cherry picked from commit 002f9a2629b906983c0b9edaffa0f7b9b5e457f5)
Changeset: d6fa44a0b4c5bf08f31040f9008e8fb54b36db02
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | pending → closed |
Resizable: Changed the way box size is determined when using a helper. Fixed #6926 - Window doesn't change to size that helper shows when snapping to grid
Changeset: 002f9a2629b906983c0b9edaffa0f7b9b5e457f5
comment:3 Changed 12 years ago by
Milestone: | 1.9 → 1.8.10 |
---|
Note: See
TracTickets for help on using
tickets.
Pull request: https://github.com/jquery/jquery-ui/pull/105
Requested a more detailed explanation and a demo showing the problem.