Modify ↓
Ticket #8242 (closed bug: invalid)
.slideToggle() breaks if contents has large select box, with selected option.
| Reported by: | charlesg@… | Owned by: | charlesg@… |
|---|---|---|---|
| Priority: | low | Milestone: | 1.next |
| Component: | effects | Version: | 1.5 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
click 2nd "Company Information" text.... most of the time will cause flicker /blink in Firefox 3.6.13
if you click on first "Company Information" text same large select but no blink.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Thanks for taking the time to contribute to the jQuery project by writing a bug report and providing a test case!
I made a cleaned up version of your test case (also features valid html :D ) here http://jsfiddle.net/jitter/N57Q2/
So after checking your report and trying this out I don't understand how this is a jQuery bug. This seems to be a bug in Firefox, which for some reason has problems with redrawing. You can try other browsers (or even FF4bX) and you will see it works just fine there. So please add information detailing how this is a bug in jQuery.
Maybe you want to try and experiment with jQuery.fx.interval to see if that fixes it for you.