Closed
Bug 559086
Opened 15 years ago
Closed 15 years ago
[k] Vietname is pre-selected in Advanced Search, when viewing in en-US
Categories
(support.mozilla.org :: Search, defect)
support.mozilla.org
Search
Tracking
(Not tracked)
VERIFIED
FIXED
2.0
People
(Reporter: stephend, Assigned: paulc)
References
()
Details
STR:
1. Load http://support-stage-new.mozilla.com/en-US/search?a=1&w=3&q=deleting+bookmarks
2. Look at the "Language" <select>
Expected Results:
Since I'm in the /en-US/ view, and my accept-language is en, en-US, I should see "English"
Actual Results:
<option value="vi">Tiếng Việt</option>
| Reporter | ||
Updated•15 years ago
|
Summary: Vietname is pre-selected in Advanced Search, when viewing in en-US → [k] Vietname is pre-selected in Advanced Search, when viewing in en-US
Updated•15 years ago
|
Assignee: nobody → paulc
Comment 1•15 years ago
|
||
To clear it up for everyone else, Paul and I just discovered that the <select> options looked like this:
<option value="en-us">English</option>
When they should have looked like this:
<option value="en-US">English</option>
Which was causing English to be selected on /en-us/search but _not_ on /en-US/search.
I considered filing "Redirect en-us to en-US" but since that problem is largely taken care of in other bugs, I'm going to hold off.
| Assignee | ||
Comment 2•15 years ago
|
||
Fixed as part of bug 555249 (default value for the advanced search form).
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•15 years ago
|
||
Verified FIXED on https://support-stage-new.mozilla.com/search.php?where=all&locale=en-US&qs=s&q=deleting+bookmarks&sa=Search.
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 4•15 years ago
|
||
(In reply to comment #3)
> Verified FIXED on
> https://support-stage-new.mozilla.com/search.php?where=all&locale=en-US&qs=s&q=deleting+bookmarks&sa=Search.
Actually (duh), that was the pre-Kitsune URL; the correct one is https://support-stage-new.mozilla.com/k/en-US/search?a=2.
You need to log in
before you can comment on or make changes to this bug.
Description
•