Opened 18 years ago
Closed 17 years ago
#1016 closed Bug (worksforme)
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 (FCKeditor) - Retired |
Keywords: | Cc: |
Description
A link followed immediately by unlinked text (such as links) changes to
Change History (2)
comment:1 Changed 18 years ago by
comment:2 Changed 17 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
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.
Replying to ais523:
Sorry, hit save rather than preview. Trying agin:
A link followed immediately by unlinked text (such as link?s) changes to
after changing to wikimarkup view; this, however, is a MediaWiki markup shorthand for writing
, 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
, which changes to the incorrect
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.