NEW 16560
Strange highlight drawn and misplaced clickable region when tabbing to tabs on blogs.s60.com
https://bugs.webkit.org/show_bug.cgi?id=16560
Summary Strange highlight drawn and misplaced clickable region when tabbing to tabs o...
David Kilzer (:ddkilzer)
Reported 2007-12-21 11:38:45 PST
* SUMMARY When tabbing to the tab UI elements on the page, a highlight rect is draw in the upper-left corner of the web page (in addition to the one around the tab UI). * STEPS TO REPRODUCE 1. Launch Safari/WebKit. 2. Open URL: http://blogs.s60.com/ 3. Hit Tab key four times to highlight the "S60" tab UI. 4. Note location of highlighting. * REGRESSION Unknown. Also occurs with Safari 3.0.4 (5523.10) with original WebKit on Mac OS X 10.5.1 (9B18). * NOTES Will attach screenshot shortly.
Attachments
Screenshot (29.44 KB, image/png)
2007-12-21 11:39 PST, David Kilzer (:ddkilzer)
no flags
Test case (174 bytes, text/html)
2007-12-21 15:15 PST, David Kilzer (:ddkilzer)
no flags
David Kilzer (:ddkilzer)
Comment 1 2007-12-21 11:39:56 PST
Created attachment 18036 [details] Screenshot
David Kilzer (:ddkilzer)
Comment 2 2007-12-21 14:21:20 PST
See Bug 16540 for an issue with the search field on this page.
David Kilzer (:ddkilzer)
Comment 3 2007-12-21 14:36:00 PST
I'm pretty sure this is a duplicate of another bug related to positioned <img> tags within an anchor (<a>) tag. The example page was on a Dot Mac homepage. I can't find the bug at the moment.
David Kilzer (:ddkilzer)
Comment 4 2007-12-21 14:37:54 PST
(In reply to comment #3) > I'm pretty sure this is a duplicate of another bug related to positioned <img> > tags within an anchor (<a>) tag. The example page was on a Dot Mac homepage. Bug 13476. I think the test case for this bug is slightly different, though.
David Kilzer (:ddkilzer)
Comment 5 2007-12-21 15:15:09 PST
Created attachment 18042 [details] Test case Reduced test case. Tab into the page, and note the two highlight rects. Also note that the "misplaced" highlight area is clickable!
David Kilzer (:ddkilzer)
Comment 6 2007-12-21 15:34:18 PST
(In reply to comment #4) > Bug 13476. I think the test case for this bug is slightly different, though. The reduction for this bug uses "position: relative" while the reduction for Bug 13476 uses "position: absolute". Note that the region for the <a> for this bug is clickable while the one for Bug 13476 is not. The bugs are certainly related.
David Kilzer (:ddkilzer)
Comment 7 2007-12-21 15:37:03 PST
Another difference is that the "position: absolute" image does not draw a highlight border, but the "position: relative" image does have a highlight border.
Note You need to log in before you can comment on or make changes to this bug.