[Webkit-unassigned] [Bug 80479] New: Make a generic way to add decoration buttons to text field <input> elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 6 20:53:01 PST 2012


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

           Summary: Make a generic way to add decoration buttons to text
                    field <input> elements
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org
                CC: dglazkov at chromium.org, morrita at google.com
            Blocks: 80478


We have some decoration buttons for text field <input> elements.
- Search magnifier for type=search
- Search clear button for type=search
- Spinbutton for type=number
- Mic icon for x-webkit-speech
Also, we're going to add some other decoration buttons.

At this moment, HTMLInputElement, *InputType, and RenderTextControlSingleLine have code for each of decoration buttons.  We had better refactor the code and introduce a generic way to install such decoration buttons.

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