Modify ↓
#13168 closed defect (duplicate)
Uncaught TypeError in Chrome browser
Reported by: | anonymous | Owned by: | Tetsuya Morimoto |
---|---|---|---|
Priority: | normal | Component: | AutocompleteUsersPlugin |
Severity: | normal | Keywords: | jquery |
Cc: | Trac Release: | 1.2 |
Description
Seems to affect Chrome (Version 58.0.3029.81 (64-bit)) and not FireFox, and causes plugin to not work as expected. Some googling seems to suggest that $.browser
was removed in 1.9, and maybe firefox is a bit more forgiving.
autocomplete.js:96 Uncaught TypeError: Cannot read property 'opera' of undefined at new $.Autocompleter (autocomplete.js:96) at HTMLInputElement.<anonymous> (autocomplete.js:39) at Function.each (jquery.js:2) at m.fn.init.each (jquery.js:2) at m.fn.init.autocomplete (autocomplete.js:38) at HTMLDocument.<anonymous> (autocomplete_newticket.js:6) at j (jquery.js:2) at Object.fireWith [as resolveWith] (jquery.js:2) at Function.ready (jquery.js:2) at HTMLDocument.J (jquery.js:2)
I'm using the version of AutoCompleteUsers obtained from this URL:
https://trac-hacks.org/browser/autocompleteusersplugin?rev=16561&format=zip
Attachments (0)
Change History (3)
comment:1 Changed 8 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 8 years ago by
If you can confirm the fix, that will give more confidence to tagging the trunk as a release.
comment:3 Changed 8 years ago by
Hi - I'm so sorry for this, but it appears to be an issue with me needing to clear my browser cache. Can confirm that it works as expected in trunk for me.
Note: See
TracTickets for help on using
tickets.
Duplicate of #12664. Install from trunk to get the fix.