Bug 14490
Summary: | Tabbing out of the search field on Google Video Search results doesn't focus any visible element | ||
---|---|---|---|
Product: | WebKit | Reporter: | mitz |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | Keywords: | GoogleBug, NeedsReduction |
Priority: | P2 | ||
Version: | 523.x (Safari 3) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://video.google.com/videosearch?q=snoopy |
mitz
Tabbing out of the search field on the results page of Google Video Search, the selection in the field stays highlighted (but inactive) and no visible element on the page appears to be focused.
To reproduce:
1) In Safari preferences, under Advanced, deselect the option "Press Tab to highlight each item on a webpage".
2) Open the URL in Safari.
3) Double-click the text in the search field near the top of the page, to select the search term.
4) Press the Tab key once.
Expected:
The search field to become unhighlighted and a focus ring to appear around the duration popup.
Actual:
The search field stayed highlighted (although inactive) and the popup did not receive focus.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
mitz
I think this bug is probably related to this comment in FocusController:advanceFocus():
// FIXME: We should not focus frames that have no scrollbars, as focusing them isn't useful to the user.
mitz
*** This bug has been marked as a duplicate of 15166 ***