This is referring specifically to the jQuery dropkick plugin:
http://jamielottering.github.com/DropKick/
Scroll to the second demo where the lists overflow and there is a scrollbar. In ever browser but IE, you can interact with the scrollbar. In IE, the panel is hidden on mouse up, as if it is seeing that click as being outside of the element perhaps?
I'd love any help trying to track down the issue.
Try to do it this way:
$dk.bind('focus.dropkick', function (e) {
$dk.addClass('dk_focus');
});
$(document.body).bind('click.dropkick', function (e) {
$dk.removeClass('dk_open dk_focus');
});
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With