#88558 - labels being focusable
Leo Savernik
l.savernik at aon.at
Fri Oct 22 16:22:52 BST 2004
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;
Those changes could be merged and <label> would become isMouseFocusable.
Hence, it wouldn't hinder tab order, and still allow clicks to forward the
focus to the "control". (Currently labels are not focusable at all in
WebCore, I don't know why).
mfg
Leo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20041022/8fb3ad60/attachment.sig>
More information about the kfm-devel
mailing list