Closed
Bug 553485
Opened 15 years ago
Closed 15 years ago
need a message displaying when no addons are found
Categories
(Toolkit :: Add-ons Manager, defect, P1)
Toolkit
Add-ons Manager
Tracking
()
VERIFIED
FIXED
mozilla1.9.3a5
People
(Reporter: tchung, Assigned: Unfocused)
References
Details
(Whiteboard: [rewrite][AOMTestday])
Attachments
(2 files)
When there are no addons returned via search, we need to display a message in the body saying that. Currently, there is nothing shown.
Repro:
1) install addons branch build: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6;
en-US; rv:1.9.3a3pre) Gecko/20100318 Minefield/3.7a3pre
2) open addons manager
3) search for something that wont return (eg. dflk;jsadfkl)
4) Verify there is no message saying "no matching add-ons" or something along that line.
Expected:
- a "no matching add-ons" message returned if nothing is found.
Actual:
- blank.
Assignee | ||
Updated•15 years ago
|
Priority: -- → P1
Assignee | ||
Comment 1•15 years ago
|
||
Also needed this when there were no installed addons in a given category. Note that bug 553483 is related, but doesn't apply to all categories - for instance, if no addons are installed, we do still want to show the "Features" category.
http://hg.mozilla.org/projects/addonsmgr/rev/8c2ef649d47e
Assignee | ||
Updated•15 years ago
|
Flags: in-testsuite?
Flags: in-litmus?
Whiteboard: [rewrite] → [rewrite][fixed-in-addonsmgr]
Assignee | ||
Comment 2•15 years ago
|
||
Followup rev - forgot the strings.
http://hg.mozilla.org/projects/addonsmgr/rev/8811cb8b019b
Assignee | ||
Comment 3•15 years ago
|
||
Boriss: comments?
Assignee: nobody → bmcbride
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•15 years ago
|
||
Comment 5•15 years ago
|
||
Landed on trunk as a part of bug 554007
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Whiteboard: [rewrite][fixed-in-addonsmgr] → [rewrite]
Target Milestone: --- → mozilla1.9.3a5
Comment 7•15 years ago
|
||
Jennifer, shouldn't we show dots at the end of those messages? I miss those for various strings.
Comment 8•14 years ago
|
||
Blair, do we have automated tests meanwhile for this particular bug? Was it part of your final ui patch? Would we still need a Litmus test?
Verified fixed with Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b8pre) Gecko/20101203 Firefox/4.0b8pre ID:20101203030309
Status: RESOLVED → VERIFIED
Whiteboard: [rewrite] → [rewrite][AOMTestday]
Assignee | ||
Comment 9•14 years ago
|
||
The look of the message changed with 601022, but nothing functional changed. I believe we already had adequate automated tests for this.
Flags: in-testsuite?
Flags: in-testsuite+
Flags: in-litmus?
Flags: in-litmus-
You need to log in
before you can comment on or make changes to this bug.
Description
•