ArcBees / gwtquery

A jQuery clone for GWT, and much more.
MIT License
85 stars 38 forks source link

hover() use mouseneter/mouseleave instead of mouseover and mouseout #211

Closed jDramaix closed 10 years ago

jDramaix commented 11 years ago

Original author: uemit.se...@gmail.com (April 22, 2013 11:08:50)

Shouldn't the hover function bind to mousenter/mouseleave instead of mouseover/mouseout ? This would be consistent with jquery's implementation (http://api.jquery.com/hover/)

Original issue: http://code.google.com/p/gwtquery/issues/detail?id=180

quexer commented 11 years ago

+1

jDramaix commented 10 years ago

Fixed : https://github.com/gwtquery/gwtquery/pull/242