[Webkit-unassigned] [Bug 29103] typeAheadFind in select element is case-sensitive for Cyrillic and Greek
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 11 01:26:28 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=29103
Hironori Bono <hbono at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #39415| |review?
Flag| |
--- Comment #2 from Hironori Bono <hbono at chromium.org> 2009-09-11 01:26:28 PDT ---
Created an attachment (id=39415)
--> (https://bugs.webkit.org/attachment.cgi?id=39415)
a quick fix
This change just replaces WTF::toASCIILower() calls in
StringImpl::reverseFind() with WTF::Unicode::toLower() for non-ASCII
characters.
I'm not sure why StringImpl::reverseFind() uses WTF::toASCIILower(), though.
(Performance issue?)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list