Bug 80479 - Make a generic way to add decoration buttons to text field <input> elements
Summary: Make a generic way to add decoration buttons to text field <input> elements
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 80480 80493 80564 80580 81866 82142 82143
Blocks: 80478
  Show dependency treegraph
 
Reported: 2012-03-06 20:53 PST by Kent Tamura
Modified: 2012-04-02 22:43 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Tamura 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.
Comment 1 Dimitri Glazkov (Google) 2012-03-07 08:43:03 PST
r+!
Comment 2 Kent Tamura 2012-04-02 22:43:27 PDT
I think this has been completed.