Bug 13667

Summary: REGRESSION (r21363): Focus ring too tall
Product: WebKit Reporter: mitz
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal CC: hyatt
Priority: P1 Keywords: HasReduction, LayoutTestFailure, Regression
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
URL: data:text/html,<div style="outline: auto"><pre><span><pre>foo</pre></span></pre></div>
Attachments:
Description Flags
Fix focus rings for continuations to account for collapsing through other blocks when inlines are empty bdakin: review+

mitz
Reported 2007-05-10 15:58:17 PDT
Attachments
Fix focus rings for continuations to account for collapsing through other blocks when inlines are empty (1.21 KB, patch)
2007-05-10 16:08 PDT, Dave Hyatt
bdakin: review+
Dave Hyatt
Comment 1 2007-05-10 16:08:19 PDT
Created attachment 14478 [details] Fix focus rings for continuations to account for collapsing through other blocks when inlines are empty A block in the middle of a continuation should only include its collapsed margins if they aren't going to collapse beyond the inlines above/below. This is covered by existing layout tests (even the test I added to fix the original bug showed this problem, I just didn't notice it), sigh. This is purely a pixel issue, so isn't caught except by pixel layout tests.
Beth Dakin
Comment 2 2007-05-10 16:16:05 PDT
Comment on attachment 14478 [details] Fix focus rings for continuations to account for collapsing through other blocks when inlines are empty r=me!
Dave Hyatt
Comment 3 2007-05-10 16:20:04 PDT
Fixed
Note You need to log in before you can comment on or make changes to this bug.