Search and Top Navigation
#4368 closed bug (worksforme)
Opened March 19, 2009 06:10AM UTC
Closed October 26, 2010 06:24PM UTC
jQuery resizable on Safari and Chrome causes select bugs
Reported by: | orphidian11 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.9.0 |
Component: | ui.resizable | Version: | 1.7 |
Keywords: | resizable, select | Cc: | |
Blocked by: | Blocking: |
Description
Applying the jQuery resizable on a select element, or the said select element's parent causes it to not work (i.e. dropdown list does not appear). The remedy that I am currently using is to apply a <parent element>.resizable('destroy'); on the mouseover event of each affected select element.
This bug appears only when using a WebKit based browser (Safari, Chrome, etc.).