Modify ↓
Opened 8 years ago
Closed 8 years ago
#12916 closed defect (cantfix)
Autocompletion not working in WYSIWYG mode
Reported by: | ntmlod | Owned by: | Peter Suter |
---|---|---|---|
Priority: | normal | Component: | WikiAutoCompletePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
I was expecting that the two plugins would operate together but it's not the case. Not a Js expert at all, I attempt foolishly to replace 'textarea' by 'wysiwyg' in wikiautocomplete.js
but it's definitely not that simple.
It's not clear for me if it's a bug with a small fix or rather a big enhancement that requires several developments.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
You mean TracWysiwygPlugin?
WikiAutoCompletePlugin is based on jquery-textcomplete which only works with
textarea
. TracWysiwygPlugin seems to replace thetextarea
with something else entirely (iframe
?), so that's never going to work as far as I can tell.