Modify ↓
Opened 6 years ago
Closed 6 years ago
#13603 closed defect (fixed)
Breaking KeywordSuggestPlugin
| Reported by: | Massimo | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Component: | LoomingCloudsPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 1.2 |
Description (last modified by )
The autocompletion of KeywordSuggestPlugin was working after disabling AutocompleteUsersPlugin as mentioned in comment:20:ticket:13591, but is broken now again after adding LoomingCloudsPlugin.
Attachments (0)
Change History (4)
comment:1 Changed 6 years ago by
| Description: | modified (diff) |
|---|
comment:2 Changed 6 years ago by
| Owner: | set to Ryan J Ollos |
|---|---|
| Status: | new → accepted |
comment:3 Changed 6 years ago by
LoomingCloudsPlugin was also autocompleting tags, but this isn't needed since TagsPlugin autocompletes the field now.
Note: See
TracTickets for help on using
tickets.



The plugin needs to be modified to use jQuery UI autocomplete (same as #9599).