Opened 9 years ago
Closed 9 years ago
#9784 closed bug (invalid)
.resisable does not keep correct ratio when using "e" handle
Reported by: | realtek | Owned by: | realtek |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.core | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If you have a 100% width textbox inside a <div> and you set the div to .resisable
If you then use the "e" (east) handle and drag to enlarge, it does not keep the correct ratio and adds additional amount on for each pixel.
Using other handles work fine (such as "se").
JSFiddle example here:
Change History (2)
comment:1 Changed 9 years ago by
Owner: | set to realtek |
---|---|
Status: | new → pending |
comment:2 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
That fiddle doesn't have an east handle, you're not using the
aspectRatio
option, and all the logic that is in there is custom. I'm not sure what you were expecting.Please ask for help on the forums or Stack Overflow. If you can determine that there is actually a bug in jQuery UI, please provide an updated fiddle with proper settings and a current version of jQuery UI.