[Webkit-unassigned] [Bug 129803] New: text selection highlight is visually incorrect under heavy padding constraints

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 6 08:08:02 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=129803

           Summary: text selection highlight is visually incorrect under
                    heavy padding constraints
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Text
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mario at webkit.org
                CC: hyatt at apple.com, mitz at webkit.org, sam at webkit.org,
                    rniwa at webkit.org, akling at apple.com


This bug is tracks down an issue as reported for Blink as issue 313593[1]. Description of the issue as reported there is as follows:

Steps to reproduce the problem:
1. Load the following HTML in WebKit:
<html>
<body>
<div style="font-size: 16px; height: 20px; line-height: 0px;">
  The House
</div>
<div style="font-size: 16px; height: 20px; line-height: 32px;">
  The House
</div>
</body>
</html>

2. Select all the text in each line separately (one line at a time)


What is the expected behavior?
You should see the selection rectangle properly drawn (not too small, not too big) when selecting "The House" in any of the two lines


What went wrong?
You see something like this for the two lines:
 - 1st line: http://goo.gl/4rgBCV
 - 2nd line: http://goo.gl/UToFkb


[1] https://code.google.com/p/chromium/issues/detail?id=313593

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list