[Webkit-unassigned] [Bug 12813] REGRESSION: In Gmail tabbing through compose has regressed unproductively

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 2 15:17:23 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12813





------- Comment #5 from bdakin at apple.com  2007-03-02 15:17 PDT -------
Created an attachment (id=13455)
 --> (http://bugs.webkit.org/attachment.cgi?id=13455&action=view)
Reduction

I debugged this some and was able to come up with this reduction. The problem
is that the Subject field and the buttons at the bottom have their tabIndex set
to 1. The iframe (the message body) does not have a tabIndex attribute set, so
it defaults to 0. 

Adam (and Geoff?) recently did a bunch of work with our tab order stuff, and
the current implementation matches the HTML4 spec. This works in Firefox
because Firefox has a lot of tab order bugs as compared with the spec. 

This could be fixed very easily from the GMail side by adding a tabIndex=1
attribute to the iframe. In fact, we may need to fix this bug that way. I'm not
sure we will be willing to change our behavior since it appears to match the
spec. (Though I will verify that it matches the spec first, of course.)


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



More information about the webkit-unassigned mailing list