Layout for <input type="search">
Categories
(Core :: Layout: Form Controls, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: mounir, Assigned: ntim)
References
(Blocks 3 open bugs, Regressed 1 open bug, )
Details
(Keywords: dev-doc-complete, html5)
Attachments
(3 files, 5 obsolete files)
Updated•15 years ago
|
Reporter | ||
Comment 1•15 years ago
|
||
Reporter | ||
Comment 2•15 years ago
|
||
Reporter | ||
Updated•15 years ago
|
Reporter | ||
Updated•15 years ago
|
Comment 3•15 years ago
|
||
Reporter | ||
Comment 5•15 years ago
|
||
Reporter | ||
Comment 6•15 years ago
|
||
Reporter | ||
Comment 7•15 years ago
|
||
![]() |
||
Comment 8•15 years ago
|
||
Comment 10•15 years ago
|
||
Reporter | ||
Comment 11•15 years ago
|
||
Comment 12•15 years ago
|
||
Reporter | ||
Comment 13•15 years ago
|
||
![]() |
||
Comment 14•15 years ago
|
||
Comment 15•15 years ago
|
||
Comment 16•15 years ago
|
||
Updated•15 years ago
|
Reporter | ||
Comment 18•15 years ago
|
||
Reporter | ||
Comment 20•15 years ago
|
||
Comment 22•15 years ago
|
||
Reporter | ||
Updated•15 years ago
|
Reporter | ||
Comment 23•15 years ago
|
||
Comment 24•15 years ago
|
||
Reporter | ||
Comment 25•15 years ago
|
||
![]() |
||
Comment 26•15 years ago
|
||
Reporter | ||
Comment 27•15 years ago
|
||
Reporter | ||
Comment 28•15 years ago
|
||
Comment 29•15 years ago
|
||
Comment 30•15 years ago
|
||
Comment 31•15 years ago
|
||
Comment 32•15 years ago
|
||
Updated•15 years ago
|
Reporter | ||
Comment 33•15 years ago
|
||
Comment 34•13 years ago
|
||
Reporter | ||
Updated•12 years ago
|
Comment 37•11 years ago
|
||
Comment 38•11 years ago
|
||
Comment 39•9 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Comment 40•6 years ago
|
||
See bug 635240 for how the spin buttons in <input type=number>
are implemented (the code has probably changed a bit now), the same approach could potentially be used to implement the clear button (if it's wanted).
Implementing the clear button would be nice in the de-xbl perspective, to replace the textbox[type=search] binding in a straightforward way, but not necessary as a custom element could also work.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 41•5 years ago
|
||
Updated•5 years ago
|
Assignee | ||
Comment 42•5 years ago
|
||
The current patch pretty matches Chrome and Safari in terms of UX. There's a clear button that only appears when a value is typed, which you can click to clear the value.
As for the implementation, there's a lot of copy paste from input type=number :)
Assignee | ||
Comment 43•5 years ago
|
||
Getting this off my plate for now, I might get back to it a few weeks time though.
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Comment 45•5 years ago
|
||
![]() |
||
Comment 46•5 years ago
|
||
bugherder |
Comment 47•4 years ago
|
||
MDN Documentation completed for now. This is behind a flag, so for now, Rachel has just added an entry to https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Experimental_features#HTML about it.
Description
•