Closed
Bug 570832
Opened 15 years ago
Closed 15 years ago
[k] Use HTML5 placeholder attribute on search form textboxes
Categories
(support.mozilla.org :: Knowledge Base Software, task)
support.mozilla.org
Knowledge Base Software
Tracking
(Not tracked)
VERIFIED
FIXED
2.2
People
(Reporter: rrosario, Assigned: rrosario)
References
()
Details
For placeholder text, we should do something like:
<input type="text" placeholder"tags1, tags2" ... />
With feature detection, we can provide a fallback javascript implementation for browsers that don't support the placeholder attribute. This functionality will be added to the existing `autoFillHelpText` jQuery plugin.
| Assignee | ||
Updated•15 years ago
|
Target Milestone: --- → 2.2
| Assignee | ||
Comment 1•15 years ago
|
||
Landed in questions branch:
http://github.com/jsocol/kitsune/commit/d205e6d6aa9c20aab1ceab90e72ddd5eb3c3097d
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 2•15 years ago
|
||
Verified FIXED on https://support-stage-new.mozilla.com/en-US/questions/:
<div id="support-search" role="search">
<form action="#" method="get">
<div class="wrap">
<input type="text" class="text" name="q" placeholder="Search Mozilla Support" required="required" />
</div>
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•