Closed
Bug 211041
Opened 22 years ago
Closed 21 years ago
Can't work with upper case character for filter of about:config
Categories
(Core :: Preferences: Backend, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 234724
People
(Reporter: hidenosuke, Assigned: ccarlen)
References
Details
Attachments
(1 file)
781 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5a) Gecko/20030628
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5a) Gecko/20030628
If you enter uppler case character in the filter of about:config
nothing will be matched.
Reproducible: Always
Steps to Reproduce:
1.Open the about:config screen
2.Enter uppder case character like I
3.
Actual Results:
Nothing will be matched.
Expected Results:
The item that has you entered the character will be matched.
Comment 1•22 years ago
|
||
*** Bug 211040 has been marked as a duplicate of this bug. ***
![]() |
||
Comment 2•22 years ago
|
||
Well... pref names are case-sensitive. Why should the filtering not be?
Comment 3•22 years ago
|
||
Confirmed in build 2003062808 on Mac OS X 10.2.6
The preference-names are indeed case-sensitive, but the filter shouldn't be.
Neither is the filter in mail/news or the typeahead.
Status: UNCONFIRMED → NEW
Ever confirmed: true
![]() |
||
Comment 4•22 years ago
|
||
That fails to follow... The mailnews filters are case-insensitive because mail
headers are case-insensitive by definition. Typeahead has nothing to do with
this bug....
Comment 5•22 years ago
|
||
I think that case-insensitive filter (search?) is more convenient.
Comment 6•22 years ago
|
||
looks ok. But I would call substring.toLowerCase() first, and assign it to a
temporary variable, rather than calling it once per loop.
Comment 7•22 years ago
|
||
Related: Bug 213832, comment 2.
Comment 8•22 years ago
|
||
Note: attachment 128769 [details] [diff] [review] or attachment 128771 [details] [diff] [review] from bug 213832 also fix this bug
and add some more features.
Comment 9•21 years ago
|
||
The problem with the case-sensitivity of this filter (in case that hasn't been
made clear) is that any upper-case character renders the searchstring useless.
For instance, filtering on "username" brings up the "server....userName"
preferences, but filtering with "userName" brings up nothing. This is quite the
opposite of "case-sensitive" filtering; it is case-broken filtering.
The preferred behavior, it seems to me, is if the filter string is all
lower-case, filter insensitively; if it is mixed-case, filter sensitively.
But a completely insensitive filter would be preferred to the current behavior.
Comment 10•21 years ago
|
||
*** This bug has been marked as a duplicate of 234724 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•