Modify ↓
#415 closed defect (fixed)
reply doesn't work
Reported by: | Owned by: | Radek Bartoň | |
---|---|---|---|
Priority: | normal | Component: | DiscussionPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.9 |
Description
in the current svn version of discussion plugin, reply doesn't work. a click on Reply doesn't do anything. the url e.g. "1#reply?action=add;reply=1" seems to be false.
Attachments (0)
Change History (4)
comment:1 Changed 18 years ago by
Status: | new → assigned |
---|
comment:2 Changed 18 years ago by
trac 0.95 is running at mod_python. the whole generated tag is: "<a href="/discussion/1/1#reply?action=add;reply=-1">Reply</a>" same poblem in firefox and ie. manually change the url to "/discussion/1/1?action=add;reply=-1">Reply</a>" works fine.
comment:3 Changed 18 years ago by
Ok, I'm testing in Konqueror where hooks can be before arguments, will be fixed in next changeset
comment:4 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
fixed in chageset 836
Note: See
TracTickets for help on using
tickets.
Could you please give me more relevant info. What browser do you use? what are you your Trac running at (mod_python, CGI, tracd)? Whole generated <a> tag, etc. Thank you.