Opened 13 years ago
Closed 8 years ago
#8923 closed defect (wontfix)
Links in ticket comments breaks html formatting
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | AnnouncerPlugin |
Severity: | normal | Keywords: | needinfo AttributeError formatter |
Cc: | Robert Corsaro | Trac Release: | 0.11 |
Description
I've found a bug where html formatting fails if a comment contains an URL. Because of this the announce plugin will revert to plaintext comment and the comment becomes almost undecipherable. This looks like it might be a bug in Trac rather than AnnouncerPlugin, but I wonder if anything can be done to work around it.
Attachments (0)
Change History (11)
comment:1 Changed 13 years ago by
comment:3 follow-up: 7 Changed 12 years ago by
Cc: | Robert Corsaro added; anonymous removed |
---|---|
Keywords: | AttributeError formatter added |
Owner: | changed from Robert Corsaro to Steffen Hoffmann |
comment:4 Changed 12 years ago by
Because #9548 refers to TracAnnouncer-0.11.1 I assume it for this report as well. I have no way, if the OP doesn't mention exact Trac and AnnouncerPlugin versions (revision number preferred).
Note though, that the HTML part is rendered differently in recent code, and I can't reproduce this issue anymore. I'd appreciate, if you test with latest trunk
and confirm fix or give more details on problems, that persist.
Current code works on Trac-0.12 and younger, but should become compatible even with Trac-0.11 really soon.
comment:5 Changed 12 years ago by
Keywords: | needinfo added |
---|
I strictly require some feedback, or I'll assume, that the issue has been resolved meanwhile as suggested. So the ticket will be closed at the time of announcer-1.0 release, or earlier.
comment:6 Changed 12 years ago by
Hi, I'm the original reporter for this. We've updated to 0.12 and I don't think I've seen this issue, but I'll verify and update.
comment:7 Changed 12 years ago by
Replying to hasienda:
Indeed, but it has a much better trace-back - good to instantly see the call origination.
Good point. I had kept this one open only because of the more descriptive summary. From my experience working with the AnnouncerPlugin trunk, I would say the issue has been fixed by now.
comment:8 Changed 12 years ago by
Yea, I think you can close this. I'm unable to replicate with 0.12.
comment:10 Changed 8 years ago by
Owner: | Steffen Hoffmann deleted |
---|
comment:11 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Please upgrade to Trac 1.2, which has integrated the core of AnnouncerPlugin. Please raise the issue on the trac:MailingList if you encounter the issue with Trac 1.2.
I dug a little deeper and saw this in the logs:
So I commented out the section where it tries to use the .base attribute and it works now. Again, I don't know if this is a bug in Trac or if AnnouncerPlugin is using incorrect classes...