Side navigation
#1337 closed bug (wontfix)
Opened July 01, 2007 03:22AM UTC
Closed July 05, 2007 03:04AM UTC
toggle() with blank list box
Reported by: | dunnma | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 1.1.3 |
Component: | event | Version: | 1.1.2 |
Keywords: | toggle | Cc: | |
Blocked by: | Blocking: |
Description
I am using the toggle() command to show/hide different div sections. The sections all contain a select box set to multiple showing 10 at a time. Everything technically works. The only thing I notice is that if there are no options in the list box (because they have not been set yet) then when using the toggle() function on the div that wraps this field the field briefly shows a 'XX' in the list box.
I am also using 1.1.3a which is not listed in the ticket tracker for me to choose.
I've been able to confirm this bug:
http://dev.jquery.com/~john/test/select.html
But it's a browser-specific bug, and a super-weird one at that. The only solution appears to be what you recommended: Insert at least one option. I'm going to bring this up over on Bugzilla.