[Webkit-unassigned] [Bug 41139] New: Text selection in input

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 24 02:03:46 PDT 2010


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

           Summary: Text selection in input
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Text
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kas.stepanenko at gmail.com


On all browsers (Safari 5.0, Chrome, QtWebkit) with following html:
<head>
    <style> .test { -webkit-user-select: text } .divclass {-webkit-user-select: none } </style>
</head>
<div class='divclass'> 
    some text <br/> 
    <input class='test'> </input> 
</div>

we can't select the whole text in input, when moving cursor diagonally away from input.

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