Modify ↓
Opened 15 years ago
Closed 15 years ago
#6965 closed enhancement (worksforme)
does undesired redirect in new side-by-side editor mode in trac-0.12
Reported by: | Steffen Hoffmann | Owned by: | Martin Scharrer |
---|---|---|---|
Priority: | normal | Component: | ServerSideRedirectPlugin |
Severity: | normal | Keywords: | side-by-side redirect |
Cc: | Trac Release: | 0.12 |
Description
works well with trac-0.12 too, but has nasty side-effect in new side-by-side editor mode
- open wiki page with editor
- activate side-by-side editor mode, if not done before
- type valid redirect code, i.e.
[[Redirect(WikiStart)]]
- stop typing for a second
- on live preview attempt redirect will happen, breaking out of editor mode
so a workaround is needed to make it play nicely with users of trac-0.12
tested with
- trac-0.12dev-r9443
- ServerSideRedirectPlugin (0.3.7303)
Attachments (0)
Note: See
TracTickets for help on using
tickets.
While testing this with additional debug code inside tracserversideredirect/plugin.py I can't reproduce, but it does cleanly show the redirect info in side-by-side preview instead. Nice.
Maybe it was interference with TracRedirect Macro, or a special path? I'll close this and re-open, if I can reproduce. Sorry for the noise.