#88558 - labels being focusable

Tobias Anton TA at ESC-Electronics.de
Fri Oct 22 17:28:22 BST 2004


On Freitag, 22. Oktober 2004 17:22, Leo Savernik wrote:
> Am Freitag, 22. Oktober 2004 14:47 schrieb Franck Quélain:
> > Now imagine that the focus goes to the checkbox then pressing Tab goes to
> > the label. Specs says that focus will come back to the "associated
> > control" so the checkbox. The user can't navigate with tab. The focus
> > won't go after this label
>
> [...]
>
> Indeed, you mention a very valid point here. WebCore 146 splits the
> isSelectable-method into:
>
>     virtual bool isFocusable() const;
>     virtual bool isKeyboardFocusable() const;
>     virtual bool isMouseFocusable() const;

Btw, we use
	virtual bool isSelectable() const;
to determine the next element in tab order. Maybe we should change that name.

Cheers
-- Tobias




More information about the kfm-devel mailing list