I need some help ... after a while after reading and searching I have to deal with the search box Getting a nice jQuery plugin Custom style problems I made some small modifications to work as I want. Select the plugin custom and add some div
and ul
tags. Works really well in Firefox 3.6.10, but Chrome (6.0.472.63), Opera (10.62) When I tried scrolling to the selection box list (in this case Div with an overflow) it disappears This looks like a bug Can you check it? Try looking around the line 182:
.blur (function () {...}
I tried to make an example so I Very cleaned
and please try on FF and Chrome / Opera
PS: I did not pay much attention to IE ... this would be another battle, but
Any help would be appreciated! Thanks for your time!
Cheers from Portugal
h O, it looks like a bug. It is not sure what the visible and missing mechanics are for this control, but it seems that when I try to scroll down the drop-down area, then .blur ()
Style event is firing for parent control, but . Focus ()
style event is firing for child control.
You .blur ()
.ccrollTop ()
of the drop down is not changed (this will be in the middle of the user holding that scroll bar Delays, so that they can actually scroll, and if they do, it will not hide so). It's a big job, but without studying the code, it's hard to know what a better way to do.
Comments
Post a Comment