Opened 10 years ago
Closed 10 years ago
#8435 closed bug (fixed)
Resizable: grid does not respect min/max dimensions
Reported by: | eromba | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.resizable | Version: | 1.8.21 |
Keywords: | haspatch | Cc: | |
Blocked by: | Blocking: |
Description
Setting both the "grid" option and min/max dimensions on a resizable element can result in the min/max dimensions not being respected. This occurs when the min/max dimensions are close to the next-smallest/largest grid size, respectively.
Here is a test case: http://jsbin.com/igulat/#html
I've confirmed this bug in Firefox 13.0.1, Chrome 19.0.1084.56, and IE 9 on Windows 7.
Change History (4)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:3 Changed 10 years ago by
Keywords: | haspatch added |
---|---|
Status: | new → open |
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Resizable: Grid now respects min/max dimensions. Fixed #8435 - grid does not respect min/max dimensions
Changeset: 6e0a0553ce85997e4f37597800b440b1e4371b5b
Note: See
TracTickets for help on using
tickets.
I've submitted a pull request with the fix:
https://github.com/jquery/jquery-ui/pull/695