Closed
Bug 409873
Opened 18 years ago
Closed 7 years ago
because of toLowerCase(), emphasized text not always emphasized in url bar autocomplete results
Categories
(Firefox :: Address Bar, defect)
Firefox
Address Bar
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: moco, Unassigned)
References
Details
(Keywords: intl)
because of toLowerCase(), emphasized text not always emphasized in url bar autocomplete results
in bug #394604, simon points out:
I don't know what the autocomplete implementation in the location bar uses in
practice. I tested it by visiting
http://en.wiktionary.org/wiki/%E2%B2%89%E2%B2%99%E2%B2%9F%E2%B2%A9 and entering
both Ⲉ and ⲉ in the location bar (U+2C88 and U+2C89). The site appears in
the autocomplete results for both, but the ⲉ in the results is only
underlined when using the same case as in the title.
the reason is:
when we attempt to find matches, we'll end up using our
likeCompare(), see
http://lxr.mozilla.org/seamonkey/source/storage/src/mozStorageUnicodeFunctions.cpp
but when emphasizing, I use toLower() in JS, see
http://lxr.mozilla.org/seamonkey/source/toolkit/content/widgets/autocomplete.xml#1237.
Flags: blocking-firefox3?
Comment 1•18 years ago
|
||
This does not block the final release of Firefox 3.
Flags: wanted-firefox3+
Flags: blocking-firefox3?
Flags: blocking-firefox3-
Comment 3•7 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•