Search and Top Navigation
#9402 closed bug (wontfix)
Opened June 26, 2013 11:55AM UTC
Closed June 26, 2013 12:47PM UTC
IE9 Tabs with Select boxes problem
Reported by: | delta247 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.tabs | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
see http://jsfiddle.net/JAKHe/2/
If, in the css, there is a select:active {color: #00FF00;} (or any colour):
Click on a drop down box. The selection closes straight away (IE9). Remove the color from the css and it works ok. If the <select> is outside the #tabs div, it works ok. Remove the tabs code and the select box works ok.
Attachments (0)
Change History (1)
Changed June 26, 2013 12:47PM UTC by comment:1
resolution: | → wontfix |
---|---|
status: | new → closed |
Although this is indeed bizarre, this is not a jQuery UI bug because the same behavior occurs without jQuery/jQuery UI http://jsfiddle.net/tj_vantoll/N9Pff/.