RESOLVED FIXED 13667
REGRESSION (r21363): Focus ring too tall
https://bugs.webkit.org/show_bug.cgi?id=13667
Summary REGRESSION (r21363): Focus ring too tall
mitz
Reported Thursday, May 10, 2007 11:58:17 PM UTC
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 Friday, May 11, 2007 12:08:19 AM UTC
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 Friday, May 11, 2007 12:16:05 AM UTC
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 Friday, May 11, 2007 12:20:04 AM UTC
Fixed
Note You need to log in before you can comment on or make changes to this bug.