Skip to main content

Bug Tracker

Side navigation

#8242 closed bug (invalid)

Opened February 10, 2011 11:45PM UTC

Closed February 11, 2011 08:04PM UTC

.slideToggle() breaks if contents has large select box, with selected option.

Reported by: charlesg@gmail.com Owned by: charlesg@gmail.com
Priority: low Milestone: 1.next
Component: effects Version: 1.5
Keywords: Cc:
Blocked by: Blocking:
Description

http://jsfiddle.net/n22Kv/2/

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.

Attachments (0)
Change History (3)

Changed February 11, 2011 12:30AM UTC by jitter comment:1

component: unfiledeffects
owner: → charlesg@gmail.com
priority: undecidedlow
status: newpending

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.

Changed February 11, 2011 05:18PM UTC by charlesg@gmail.com comment:2

status: pendingnew

This is fixed in Firefox4 beta.

Changed February 11, 2011 08:04PM UTC by jitter comment:3

resolution: → invalid
status: newclosed

Closing as this clearly isn't a jQuery bug but some perf issues with FF.