RESOLVED FIXED 80479
Make a generic way to add decoration buttons to text field <input> elements
https://bugs.webkit.org/show_bug.cgi?id=80479
Summary Make a generic way to add decoration buttons to text field <input> elements
Kent Tamura
Reported 2012-03-06 20:53:01 PST
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.
Attachments
Dimitri Glazkov (Google)
Comment 1 2012-03-07 08:43:03 PST
r+!
Kent Tamura
Comment 2 2012-04-02 22:43:27 PDT
I think this has been completed.
Note You need to log in before you can comment on or make changes to this bug.