Brandon Aaron

Results 23 comments of Brandon Aaron

If you click on the actual scroll bar without dragging, then the scroll event doesn't fire. The original timeout was a bit too quick to allow someone to click it...

No problem. It isn't a completely ideal solution but I had a client that needed a quick fix. Wish I could devote some more time to it as I think...

In the 4.0.x branch I swapped the delta signs to match the newer wheel event (https://github.com/jquery/jquery-mousewheel/tree/4.0.x#older-versions). Off the top of my head that and not passing the delta values to...

Did you ever find a solution for your scrollbar issue?

Did you try it with the latest version (3.0.0)?

Do you have more information (like what Browser, what version of jQuery, etc) or maybe even a test case I can look at?

bgiframe only runs in IE6 by default. You'll need to use 3.0.0 and change the conditional option/setting to include running on IE9.

https://github.com/brandonaaron/bgiframe/blob/master/README.markdown#settings

The bgiframe plugin still works with the latest versions of jQuery. Maybe something else broke and has caused the issue?

I also experienced this issue and worked around it by using a custom callback that calls `checkValidity` and `reportValidity`. Basic code outline: ``` function submit_with_validations () { var form =...