#9172 closed bug (fixed)
Autocomplete: .replaceWith() fails to replace
Reported by: | vakopian | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.3 |
Component: | ui.autocomplete | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This is a regression in 1.9.2: Example failing with 1.9.2: http://jsfiddle.net/CJjVn/2/ Works with 1.8.18: http://jsfiddle.net/CJjVn/1/
Change History (5)
comment:1 Changed 10 years ago by
Status: | new → open |
---|---|
Summary: | calling replaceWith() on autocomplete will make it disappear → Autocomplete: .replaceWith() fails to replace |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
comment:3 Changed 10 years ago by
Milestone: | none → 1.11.0 |
---|
comment:4 Changed 10 years ago by
Autocomplete: Insert the live region before the input. Fixes #9172 - Autocomplete: .replaceWith() fails to replace. (cherry picked from commit ff11b69a67e0176c851ff3bdec997c7a75d47a42)
Changeset: 2da014b11d264a49c7ad7075d1fdb66a7d3f009c
comment:5 Changed 10 years ago by
Milestone: | 1.11.0 → 1.10.3 |
---|
Note: See
TracTickets for help on using
tickets.
Autocomplete: Insert the live region before the input. Fixes #9172 - Autocomplete: .replaceWith() fails to replace.