Bug 12898
Summary: | REGRESSION: Access key Control-B focuses the second field with that accesskey attribute | ||
---|---|---|---|
Product: | WebKit | Reporter: | mitz |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | Keywords: | NeedsReduction, Regression |
Priority: | P1 | ||
Version: | 523.x (Safari 3) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://bugs.webkit.org/show_bug.cgi?id=12895 |
mitz
Step to reproduce:
Press Control-B on this page.
Expected result:
The "blocks" filed to be focused.
Actual result:
The "reassign" field is focused.
Regression:
Yes, Safari 2.0.4 focuses the "blocks" field.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
mitz
Hmm... on closer inspection I noticed that both fields have "b" as their accesskey attribute. I don't know enough about this to tell if this bug is even valid.
mitz
*** This bug has been marked as a duplicate of 7110 ***