Opened 14 years ago
Last modified 9 years ago
#10075 new defect
non-terminated Wiki Markups also markup the rest of the page.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | topic-wikiengine |
Component: | general | Version: | 0.12 |
Severity: | minor | Keywords: | |
Cc: | Thijs Triemstra | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Steps:
- Create a ticket with a bold markup
- Don't end a trailing ** for the markup
- Add a comment to the new ticket with no markup
- View the ticket after comment
The comment will also now be in bold because it wasn't ended.
I'm marking this as an enhancement since it's kind of working as designed, but at the expense of the rest of the page. Would be nice if markups would terminate themselves or at least not carry over into the rest of the page.
Attachments (0)
Change History (8)
comment:1 by , 14 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
Cc: | added |
---|---|
Priority: | lowest → low |
Resolution: | worksforme |
Severity: | trivial → minor |
Status: | closed → reopened |
Type: | enhancement → defect |
I was able to reproduce this by removing the **
after "it wasn't ended" in this ticket's summary. Since this Trac is running on 0.13 I'm reopening the ticket.
comment:3 by , 14 years ago
Milestone: | → next-major-0.1X |
---|---|
Version: | → 0.12 |
comment:4 by , 14 years ago
Huh. You are right. I tried same text in my 0.12.2 production, and it fails there too.
comment:5 by , 13 years ago
Milestone: | next-major-0.1X → 0.13 |
---|
This sounds like a regression so putting it in the 0.13 milestone, also because I think it's quite common to run into this issue.
comment:6 by , 13 years ago
Milestone: | 0.13 → 0.14-wikiengine |
---|
Sorry, it's not realistic to schedule this (or anything else) for 0.13 at this point, unless you also provide a fully functional patch (with tests and all).
comment:7 by , 13 years ago
bold
well, I think it works as expected…
italics
also works
even unterminated inline styles work as expected
I don't see a problem here… Or is it that it will extend the unterminated styles to the end of the current paragraph?
and here is the source:
**bold well, I think it works as expected... ''italics also works even unterminated **inline ''styles work as expected
comment:8 by , 9 years ago
Status: | reopened → new |
---|
This has been fixed for quite some time. I'm assuming you are using an older version of Trac, but please reopen if you can reproduce the issue with recent 0.12.x (and include details of your version etc).