[jQuery] BUG: FF3 and jQuery's mouseleave

2009-01-23 Thread ryc0de
If you bind mouseleave to a element and the mouse enters the element then exits onto an INPUT text control, the mouseleave event does not get triggered. This bug is not present on IE7, Safari 3.2.1, or Google Chrome 1.0.154.43. This bug was not tested with other INPUT elements or a SELECT element.

[jQuery] cloning events as they happen

2008-12-09 Thread ryc0de
i'm currently creating a tracker as a proof-of-concept. before the tracker is started, events to be hooked are registered. when the tracker starts, a timer is started and events are tracked by "frame" which, by default, is 1 second in length. all hooked events occurring within the "frame" are save

[jQuery] cloning events as they happen

2008-12-09 Thread ryc0de
i'm currently creating a tracker as a proof-of-concept. before the tracker is started, events to be hooked are registered. when the tracker starts, a timer is started and events are tracked by "frame" which, by default, is 1 second in length. all hooked events occurring within the "frame" are save

[jQuery] FF3/Mac, auto margins, and .offset() issue

2008-06-30 Thread ryc0de
I recently created a plugin with jQuery using quite a bit of the Dimensions plugins (jQuery 1.2.6) to absolutely position DIVs throughout a page. It works great in FF2 Win/Mac, FF3/Win, IE6/7, and Safari Win/Mac, but FF3/Mac seems to be giving me a bad left offset on a DIV when it has an auto marg