Ticket #1016 (closed Bug: worksforme)

Opened 15 months ago

Last modified 8 months ago

Links followed immediately by unlinked text can create round-trip problems from FCK to MediaWiki markup and back again

Reported by: ais523 Owned by:
Priority: Normal Milestone:
Component: Project : MediaWiki+FCKeditor Version: SVN
Keywords: Cc:

Description

A link followed immediately by unlinked text (such as link?s) changes to

Change History

in reply to: ↑ description   Changed 15 months ago by ais523

Replying to ais523:

A link followed immediately by unlinked text (such as link?s) changes to

Sorry, hit save rather than preview. Trying agin:

A link followed immediately by unlinked text (such as link?s) changes to

[[link]]s

after changing to wikimarkup view; this, however, is a MediaWiki markup shorthand for writing

[[link|links]]

, and so the text converts back to links? which has the entire text linked, thus causing the reconverted text to be different from the original. (The correct wikimarkup for this is

[[link]]<nowiki>s</nowiki>

, which changes to the incorrect

[[Link|link]]s

when changed back to wikimarkup (this wikimarkup also counts as having the s linked), so the round-trip can fail in the other direction too.

  Changed 8 months ago by w.olchawa

  • status changed from new to closed
  • resolution set to worksforme

Hi! This is a really a wiki syntax issue. The result you have are correct. See http://meta.wikimedia.org/wiki/Help:Link for more information. Best regards.

Note: See TracTickets for help on using tickets.