[jQuery] bug: hover over table cells containing form elements
hi!
This is actually a firefox bug: <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=208427">https://bugzilla.mozilla.org/show_bug.cgi?id=208427</a>. It has been there for 3 years or so. This happens because firefox has not implemented the abstraction properly. When you try to find the parent of any form element, a exception is thrown. This happens here because jQuery has a property of traversing up the DOM and seeing if the mouse is still in parent element.
(All this is my interpretation and have not asked any one here :)
I came across this last month or so while doing my application :).
Avi
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/