Closed
Bug 1656009
Opened 5 years ago
Closed 5 years ago
Case sensitivity check box set on a non-case sensitive search
Categories
(Webtools :: Searchfox, defect)
Webtools
Searchfox
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mccr8, Assigned: kats)
Details
- Do a search with case sensitivity explicitly set: https://searchfox.org/mozilla-central/search?q=minidumps&case=true&path=
- Do a search without case sensitivity explicitly set: https://searchfox.org/mozilla-central/search?q=minidumps&path=
In the results for the second search, the "case sensitivity" check box is set, but the search is not actually case sensitive. (FWIW, I prefer the case sensitivity value not being remembered, for the way I use SearchFox.)
| Assignee | ||
Comment 1•5 years ago
|
||
I think the preferred behaviour here is:
- the localstorage value of caseSensitive should only change if the user actually clicks on the checkbox
- the checkbox display should reflect the URL when loading a URL, or show the value from localstorage otherwise
Assignee: nobody → kats
| Assignee | ||
Comment 2•5 years ago
|
||
| Reporter | ||
Comment 3•5 years ago
|
||
Thanks for the fix!
| Assignee | ||
Comment 4•5 years ago
|
||
Thanks for providing STR! (I think smaug had complained about this issue previously but without details)
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•