[Webkit-unassigned] [Bug 82692] New: -webkit-user-select: none makes text fields editable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 29 22:55:43 PDT 2012


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

           Summary: -webkit-user-select: none makes text fields editable
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: HasReduction, InChromiumBugs, NeedsRadar
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: adele at apple.com, dglazkov at chromium.org,
                    tkent at chromium.org, enrica at apple.com,
                    morrita at google.com, shinyak at chromium.org


You can't edit text inside the input element in the following example:

<style type="text/css">
.filter *{
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
</style>
<div class="filter">
<input type="text" placeholder="foobar" />
</div>

We should probably be limiting the effect of -webkit-user-select at shadow DOM boundary.

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