Jörn
Should we make one for active state on mousedown/up too? Not sure...
2009/4/2 Scott González <scott.g...@gmail.com>On Thu, Apr 2, 2009 at 8:42 AM, Scott Jehl <sc...@scottjehl.com> wrote:Should we make one for active state on mousedown/up too? Not sure...
As Richard said, I don't think it applies as well. Especially since in most cases you'll need to bind some functionality on mousedown/up anyway if that activates something, so you're not really saving any code.
I am wondering though if we can roll _focusable and _hoverable into one method. Do we ever have cases where something reacts to only one?
Hovering a jQuery UI widget should *never* focus it.
- Richard