Bug 84489

Summary: Selection highlights of lines in adjoining blocks can overlap
Product: WebKit Reporter: mitz
Component: Layout and RenderingAssignee: mitz
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Use an adjusted selection top for highlighting when the last line in the preceding block is selected and overlaps andersca: review+

mitz
Reported 2012-04-20 13:49:46 PDT
Selection highlights of lines in adjoining blocks can overlap
Attachments
Use an adjusted selection top for highlighting when the last line in the preceding block is selected and overlaps (11.95 KB, patch)
2012-04-20 14:03 PDT, mitz
andersca: review+
mitz
Comment 1 2012-04-20 13:52:46 PDT
<rdar://problem/10786000> For example, if the selection spans the last line of one block and the first line of the next block, and those lines overlap (due to margins or line-height), the selection highlights will overlap. <div>first line</div><div style="margin-top: -1ex;">second line</div>
mitz
Comment 2 2012-04-20 14:03:54 PDT
Created attachment 138157 [details] Use an adjusted selection top for highlighting when the last line in the preceding block is selected and overlaps
mitz
Comment 3 2012-04-20 14:42:49 PDT
Note You need to log in before you can comment on or make changes to this bug.