Search and Top Navigation
#5889 closed bug (duplicate)
Opened July 31, 2010 11:01AM UTC
Closed July 31, 2010 11:10AM UTC
Last modified October 11, 2012 09:15PM UTC
ui.autocomplete don't escape labels
Reported by: | riquito | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | ui.autocomplete | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I used as source data a list of "name <email>" and the email part wasn't displayed.
I found that ui.autocomplete use the label string as pure HTML, without using DOM functions to append text.
I attached a patch to correct the behaviour
Duplicate of #5275.