WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
30515
Focus ring around Google Reader article titles is missing top/left sides
https://bugs.webkit.org/show_bug.cgi?id=30515
Summary
Focus ring around Google Reader article titles is missing top/left sides
Adam Roben (:aroben)
Reported
2009-10-19 09:19:36 PDT
To reproduce: 1. Log in to Google Reader (
http://reader.google.com/
) 2. Click on an article to open it 3. Focus the article's title (On Windows, you can do this simply by clicking on the title. On Mac, you have to tab to the title.) The top/left sides of the focus ring are missing. This happens on both Mac and Windows. (Bugs like this seem a lot more important now that links get focused when clicked on Windows.)
Attachments
screenshot of a focused title in Google Reader
(3.14 KB, image/png)
2009-10-19 09:20 PDT
,
Adam Roben (:aroben)
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Adam Roben (:aroben)
Comment 1
2009-10-19 09:20:01 PDT
Created
attachment 41423
[details]
screenshot of a focused title in Google Reader
Adam Roben (:aroben)
Comment 2
2009-10-19 09:20:56 PDT
<
rdar://problem/7315163
>
mitz
Comment 3
2009-10-22 09:41:33 PDT
The focus ring is clipped by the container (a <div class="entry-main"> in the example I looked at) which specifies 'overflow: auto'.
Adam Roben (:aroben)
Comment 4
2009-10-22 09:44:51 PDT
IE doesn't clip this focus ring. Having it not be clipped in IE and clipped in Safari makes it look like Safari's buggy.
mitz
Comment 5
2009-10-22 09:55:30 PDT
(In reply to
comment #4
)
> IE doesn't clip this focus ring. Having it not be clipped in IE and clipped in > Safari makes it look like Safari's buggy.
IE doesn’t have this focus ring. IE’s focus rings are 1px-wide outlines inset by 1px, so they don’t overflow. Outlines that overflow do get clipped in IE.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug