Modify ↓
Opened 17 years ago
Closed 17 years ago
#2075 closed defect (wontfix)
javascript code altered, breaking the plugin
Reported by: | Owned by: | Noah Kantrowitz | |
---|---|---|---|
Priority: | normal | Component: | CombineWikiPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I don't know if it's because i'm using Trac 0.11, the plugin seems to work fine (at least it doesn't crash Trac when activated), but the buttons don't work.
After some investigation, I noticed that something has messed up with the javascript code.
Where it was originally something like
if (foo < bar)
When reading the outputed HTML code it becomes
if (foo < bar)
so obviously javascript gets crazy, thus the functions linked to the buttons won't work.
Any idea what the problem could be? This plugin seems extremely useful.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
As evidenced by the branch name being
0.10
, this plugin does not yet support 0.11. At the point that I do port it, the UI is due for a massive rewrite.