Comment 27 for bug 602877

Revision history for this message
In , Bolterbugz (bolterbugz) wrote :

(In reply to comment #26)
> (In reply to comment #25)

> > Note that Mozilla will only ever fire key events at focused elements.
>
> If focusable element that is not in tab order is clicked then will it stay
> focused?

Example:
<div tabindex="-1">I can be focused if you click on me</div>

Alexander, is this what you mean?