Closed
Bug 417415
Opened 18 years ago
Closed 18 years ago
"Search for add-ons" text not prefilled in search textfield if in JavaScript-disabled view
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
3.2
People
(Reporter: stephend, Assigned: cpollett)
Details
Attachments
(1 file)
|
1.17 KB,
patch
|
morgamic
:
review+
|
Details | Diff | Splinter Review |
Summary: "Search for add-ons" text not prefilled in search textfield if in JavaScript-disabled view
Steps to Reproduce:
1. Disable JavaScript
2. Look at the search textfield
Expected Results:
Not sure, and this might be invalid, but if we can do it, we should display "Search for add-ons"
Actual Results:
Search textfield is empty
Comment 1•18 years ago
|
||
We can use PHP for this.
Assignee: nobody → cpollett
Target Milestone: --- → 3.2
| Assignee | ||
Comment 2•18 years ago
|
||
This should fix the problem. When javascript is turned off the text will appear.
When javascript is turned on, it will behave as before. The only slight nuance would be if someone tried to search on the term _('search_form_default_text')
in which case, after the search if the person clicks to type a new search, the text _('search_form_default_text') will disappear. This of course wouldn't break anything, also it would be very odd for someone to search on _('search_form_default_text'). If they really wanted to they could always type it again.
| Assignee | ||
Updated•18 years ago
|
Attachment #306675 -
Flags: review?(morgamic)
Updated•18 years ago
|
Attachment #306675 -
Flags: review?(morgamic) → review+
| Assignee | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•