Search and Top Navigation
#8967 closed bug (invalid)
Opened January 16, 2013 02:30PM UTC
Closed January 31, 2013 08:33AM UTC
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.
Attachments (0)
Change History (2)
Changed January 16, 2013 02:53PM UTC by comment:1
owner: | → gonzalog8 |
---|---|
status: | new → pending |
Changed January 31, 2013 08:33AM UTC by comment:2
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.