Closed
Bug 517587
Opened 16 years ago
Closed 16 years ago
IE Tab shouldn't be found when specifying version 1.0 in advanced search
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 513965
5.2
People
(Reporter: stephend, Assigned: davedash)
References
()
Details
(Whiteboard: write-selenium-test)
STR:
1. Type "IE tab" into the search textfield, click "Advanced", and version set to "1.0"
2. Click the search button, which loads https://preview.addons.mozilla.org/en-US/firefox/search?q=ie+tab&cat=all&as=1&appid=1&lver=1.0&atype=0&pp=20&pid=0&sort=&lup=
Actual:
IE tab is found
Expected:
IE tab shouldn't be found when "1.0" is specified -- it's not compatible with Firefox 1.0
Updated•16 years ago
|
Target Milestone: 5.1 → 5.2
Assignee | ||
Comment 1•16 years ago
|
||
zomg - danger.
Great Find. But to fix this requires some delicacy, not sure if it can land before 5.1
Here's what's happening:
The search index is storing max/min supported versions for IE tab, but unfortunately this is across *all* apps.
So what I'll need to do is redo our index. Currently our index is addons X locale... meaning for every addon,locale pair there's an entry in the index. What we need is addons x locale x app , so if an extension works for multiple apps it's listed multiple times.
I'll take a look at some easier bugs first, and land them before tackling this. Good thing I wrote some browser tests
Whiteboard: write-selenium-test
Assignee | ||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Updated•9 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
•