#5889 closed bug (duplicate)
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
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | patch_autocomplete_label_escape added |
---|
comment:1 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Duplicate of #5275.