Closed
Bug 1196953
Opened 10 years ago
Closed 8 years ago
{ally} input element, type of "text", has no text in label.
Categories
(addons.mozilla.org Graveyard :: Code Quality, defect)
addons.mozilla.org Graveyard
Code Quality
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: david.weir, Unassigned, Mentored)
Details
(Whiteboard: [good first bug])
Repair: Add text to the input element's associated label that describes the purpose or function of the control.
Error Line 76, Column 3:
<input id="search-q" type="text" name="q" autocomplete="off" title=""
class="text placehold ...
Comment 1•10 years ago
|
||
I'm not sure I understand this bug: are you talking about the empty "title"?
Reporter | ||
Comment 2•10 years ago
|
||
http://achecker.ca/checker/index.php
I was using the stage url for this
Reporter | ||
Comment 3•10 years ago
|
||
(In reply to David Weir (satdav) from comment #0)
> Repair: Add text to the input element's associated label that describes the
> purpose or function of the control.
> Error Line 76, Column 3:
> <input id="search-q" type="text" name="q" autocomplete="off" title=""
> class="text placehold ...
It looks like the search bar or the products drop down
Updated•10 years ago
|
Whiteboard: [good first bug]
Updated•10 years ago
|
Mentor: magopian
Comment 4•10 years ago
|
||
Is it okay for me to please have a go at this bug? As i can see it's assigned but has not been resolved ?
Comment 5•10 years ago
|
||
Victor: You can basically work on any bug that you want to. No need to ask for permission, and help (like code contributions) is always welcome. :)
Comment 6•10 years ago
|
||
where is the location of this particular bugs code please ?
Comment 7•10 years ago
|
||
Just so you know this code will be removed in the coming rewrite of addons.mozilla.org front end. That will be sometime in 2016, maybe 4-5 months from now. It would be awesome if you wanted to fix this bug, but I just want you to understand that it might not exist in the rewrite.
Comment 8•10 years ago
|
||
(In reply to Victor Olasupo from comment #6)
> where is the location of this particular bugs code please ?
The code is in olympia:
https://github.com/mozilla/olympia/search?utf8=%E2%9C%93&q=search-q
You can find documentation on olympia at:
http://olympia.readthedocs.org/en/latest/
Assignee | ||
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
Reporter | ||
Comment 9•8 years ago
|
||
as was fixed with the code change
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•