[Webkit-unassigned] [Bug 65738] New: Search field causes problems by -webkit-user-modify:read-write

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 4 19:31:46 PDT 2011


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

           Summary: Search field causes problems by
                    -webkit-user-modify:read-write
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: data:text/html,<style>input::-webkit-textfield-decorat
                    ion-container { -webkit-user-modify: read-write;
                    }</style><input type=search>
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P1
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org
                CC: rniwa at webkit.org


This is very similar to Bug 65362.

1. Load data:text/html,<style>input::-webkit-textfield-decoration-container { -webkit-user-modify: read-write; }</style><input type=search>
2. Focus on the search field
3. Press backward-delete key
4. Crash

Another related issue:
1. Load data:text/html,<style>input::-webkit-search-results-button { -webkit-user-modify: read-write; }</style><input type=search results=20>
2. Right-click on the magnifier button.
3. You can type into the magnifier button.

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