Opened 10 years ago
Closed 10 years ago
#8967 closed bug (invalid)
Resizable, ui.size.width diff than ui.element.css('width')
Reported by: | gonzalog8 | Owned by: | gonzalog8 |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.core | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Capturing the final width of the resized element on the stop event, I discovered that sometimes (mostly when dragging the handler back and forth too much) ui.size.width is different than ui.element.css('width').
Founding that ui.element.css('width') has the actual value, thus is safer to use.
Change History (2)
comment:1 Changed 10 years ago by
Owner: | set to gonzalog8 |
---|---|
Status: | new → pending |
comment:2 Changed 10 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!
Hi gonzalog8, thanks for taking the time to contribute to the jQuery UI project. We're going to need a reduced test case showing this issue in order to look into it. You can use this as a starting point - http://jsfiddle.net/tj_vantoll/VJNFF/.
Thanks.