Bug 13680 - Incomplete repaint of focus ring around continuation
Summary: Incomplete repaint of focus ring around continuation
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://www.google.com/search?q=webkit
Keywords: GoogleBug, HasReduction
Depends on:
Blocks:
 
Reported: 2007-05-11 11:38 PDT by mitz
Modified: 2007-05-12 23:13 PDT (History)
0 users

See Also:


Attachments
Test case (273 bytes, text/html)
2007-05-11 11:39 PDT, mitz
no flags Details
Simple fix (582 bytes, patch)
2007-05-11 12:17 PDT, mitz
no flags Details | Formatted Diff | Diff
Same patch with change log and repaint test (9.81 KB, patch)
2007-05-12 00:55 PDT, mitz
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2007-05-11 11:38:55 PDT
The focus ring around <span><div>block</div>inline</span> does not repaint completely, as can be seen when focusing the page numbers at the bottom of the URL. The opposite case, where there is inline content before the block, repaints correctly.
Comment 1 mitz 2007-05-11 11:39:42 PDT
Created attachment 14493 [details]
Test case
Comment 2 mitz 2007-05-11 12:17:26 PDT
Created attachment 14494 [details]
Simple fix
Comment 3 Dave Hyatt 2007-05-11 15:06:11 PDT
Comment on attachment 14494 [details]
Simple fix

r=me
Comment 4 mitz 2007-05-11 15:14:45 PDT
Comment on attachment 14494 [details]
Simple fix

Clearing the review flag since this needs a repaint test and a chance log.
Comment 5 mitz 2007-05-12 00:55:37 PDT
Created attachment 14507 [details]
Same patch with change log and repaint test
Comment 6 Dave Hyatt 2007-05-12 01:10:07 PDT
Comment on attachment 14507 [details]
Same patch with change log and repaint test

r=me
Comment 7 Sam Weinig 2007-05-12 23:13:27 PDT
Landed in r21438.