Edgewall Software
Modify

Opened 16 years ago

Last modified 9 years ago

#7361 new defect

Error in Wiki Rendering if Colon ":" is used with a word and quote mark

Reported by: paul@… Owned by:
Priority: lowest Milestone: next-major-releases
Component: wiki system Version: 0.11rc2
Severity: minor Keywords: inlinemarkup verify
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

I have found the following Wiki rendering issue. Seems like if a word has a colon at the end followed by quote mark then the style marks are not interpreted correctly.

Probably best by example:

'''phrase word testing''' other things.

'''phrase word: testing''' other things.

'''phrase 'word' testing''' other things.

'''phrase 'word:' testing''' other things. (Fault)

'''phrase 'word:two' testing''' other things.

'''phrase 'word two:' testing''' other things. (Fault)

''phrase 'word:' testing'' other things. (Fault)

which renders as:

phrase word testing other things.

phrase word: testing other things.

phrase 'word' testing other things.

phrase 'word:' testing' other things. (Fault)

phrase 'word:two' testing other things.

phrase 'word two:' testing' other things. (Fault)

phrase 'word:' testing'' other things. (Fault)

This is just frustrating, not a big usability issue.

I hope this is not already known - I did search and have not found a match. I also hope this is not a valid feature I haven't found yet.

Attachments (0)

Change History (4)

comment:1 by Christian Boos, 16 years ago

Description: modified (diff)
Milestone: 0.111.0
Severity: normalminor

This behavior is explained by the wiki:'<anything but single quote>' TracLink syntax.

There might be way to be smarter about this and make your example work, but, as you said, not a big usability issue.

comment:2 by Christian Boos, 14 years ago

Milestone: 1.0unscheduled

Milestone 1.0 deleted

comment:3 by Christian Boos, 14 years ago

Keywords: inlinemarkup verify added
Milestone: triagingnext-major-0.1X
Priority: normallowest

comment:4 by Ryan J Ollos, 9 years ago

Owner: Christian Boos removed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The ticket will remain with no owner.
The ticket will be disowned.
as The resolution will be set. Next status will be 'closed'.
The owner will be changed from (none) to anonymous. Next status will be 'assigned'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.