I just found out that Firefox is natively supporting mouseenter and mouseleave events.

This means we have IE and Firefox support and as soon as webkit jumps on the band wagon we have a cross browser solution (no one cares about Opera in Aus).

My question is, Does anyone know when they will be supporting this event and why they have not done so already?

Its DOM level 3, so its not "proprietary microsoft anymore".

P.S I don't care if it can be done in jQuery, so please don't bother telling me.

link|improve this question
3  
It can be done in jQuery. – Darek Rossman Feb 23 at 2:03
well played sir – Roderick Obrist Feb 23 at 2:09
"no one cares about Opera in Aus" - I do. – nnnnnn Feb 23 at 2:30
feedback

1 Answer

up vote 1 down vote accepted

it's hard to say as open source projects have a mind of their own, but seeing is how they're the only one left right now I would assume sooner than later.

Here track the bug yourself: https://bugs.webkit.org/show_bug.cgi?id=18930

link|improve this answer
Thanks dude, I'm never good with finding what I need on those report a bug forums – Roderick Obrist Feb 23 at 2:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.