[Webkit-unassigned] [Bug 47549] New: Textarea highlighting text out of text box highlights entire box

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 12 11:52:15 PDT 2010


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

           Summary: Textarea highlighting text out of text box highlights
                    entire box
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Trivial
          Priority: P5
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: indosauros at gmail.com


Created an attachment (id=70547)
 --> (https://bugs.webkit.org/attachment.cgi?id=70547&action=review)
IE8 behavior (correct)

Scenario:
Multi-row textarea element (paragraph style text input box).
Populated with multiple lines of text.

Actions to reproduce:
Highlight a line of text in the middle of the paragraph, and drag cursor outside of text input box boundary (either left or right).

Desired outcome (Firefox, IE8 behavior):
Highlight stops (vertically) at the Y position of your mouse cursor, outside of the textarea boundaries.

Webkit behaviour:
Highlights entire text box from the initial line to the beginning (if exited left) or the end (if exited right), regardless of where your mouse cursor is vertically.

Attached 3 images to illustrate for comparison (Firefox, IE8 and Chrome behaviors)

-- 
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