Files
gerrit/gerrit-gwtexpui
Christian Aistleitner b4438e8606 Fix highlighting of matches in text of escaped html entities
When highlighting matches in suggestions, the highlighting also
matched text of escaped html entities. So for example typing "owner:L"
in the search box showed a mangled "<" in front of the email address:
  "Lucy &lt;mail@example.org>" (with all "L", and "l" in bold)
instead of the plain
  "Lucy <mail@example.org>" (with all "L", and "l" in bold)
We now un-mangle such matches in text of escaped html entities.

Bug: issue 1574
Change-Id: Ifc0b4f4d52a2b2a5a6a511b943a11d752c186c39
2013-05-31 14:43:52 +02:00
..
2013-05-20 11:21:30 -07:00