Modify ↓
#12926 closed defect (fixed)
Suggestion dones't work after submitting with preview button
Reported by: | Jun Omae | Owned by: | Peter Suter |
---|---|---|---|
Priority: | normal | Component: | WikiAutoCompletePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
In post_process_request()
, the plugin checks req.method == 'GET'
. Therefore, it doesn't work with preview page.
Also, the suggestion works only with wiki and ticket pages.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
According to wikitoolbar.js, adds the toolbar to all
textarea
elements withwikitext
class. I think we could call.textcomplete
withtextarea.wikitext
.wikiautocomplete/htdocs/js/wikiautocomplete.js
').textcomplete([wikiautocomplete/web_ui.py