[Webkit-unassigned] [Bug 62664] webkit-box-direction: reverse tab order

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 8 09:22:21 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=62664





--- Comment #12 from Tony Chang <tony at chromium.org>  2011-11-08 09:22:21 PST ---
(In reply to comment #11)
> ping on this. It's causing pain in chrome:// pages.

I think this is working as intended.  Other CSS properties that change the visual layout don't change the tab order (e.g., if I use a float or position: absolute).

We could maybe change this for new flexbox, but that feels like a hack since it would only apply to new flexbox.  I.e., we should try to come up with a good CSS solution for tab ordering that applies to all elements instead of just flexbox.

Can you use tabindex or javascript instead?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list