GNOME Bugzilla – Bug 697804
Text highlight case sensitive
Last modified: 2013-04-12 14:23:43 UTC
When searching "Body contains" for Evolution (like in the email from bugzilla), then only "evolution" is highlighted, not the Evolution. (It seems like the search text is lower-cased, and then searched case sensitively within HTML.)
Created attachment 241319 [details] [review] Fixes case sensitive matches The case sensitive substring matching is easy enough to fix, but now I find it's replacing the matched text with what I typed verbatim. So if I search for "matthew", it's replacing "Matthew" with a purple "matthew" in the message.
Review of attachment 241319 [details] [review]: I suppose this will be obsolete with Tomas' work, related to bug #696673, we decided to drop this two-way text highlighting, and only internal webkit text highlight will be used now (thus searching for Body contains will mark the text in the same was as searching inside preview panel).
Yes! I'd much prefer that. I think we're even already using WebKit's builtin text highlighting for Edit -> Find in Message.
(In reply to comment #3) > I think we're even already using WebKit's builtin text highlighting for > Edit -> Find in Message. Oh heh, you said that already. /me needs coffee. :)
Because this is covered by bug #696673, I'm closing this as a duplicate of it. *** This bug has been marked as a duplicate of bug 696673 ***