Ticket #2072 (closed Bug: fixed)

Opened 6 months ago

Last modified 6 months ago

url's with description the same as the url truncated

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

Description (last modified by w.olchawa) (diff)

If i use a link in a page like:

[http://www.google.com/ http://www.google.com/]

And the click on wikitext to edit the page directly the link will be truncated to:

[http://www.google.com/]

So mediawiki will represent it as a [1] instead of the url title.

Change History

Changed 6 months ago by shogun

Ok I should have previewed. I'm hoping you can still work out what i meant despite all the square brackets being formatted despite my attempts at a <pre>.

Changed 6 months ago by w.olchawa

  • keywords Confirmed added
  • version set to SVN
  • description modified (diff)

Fixed the description a little bit.

Confirmed using FF2 and IE with MW 1.11.2 and FCKeditor SVN.

Changed 6 months ago by wwalc

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

Fixed with [1864].

One problem remains: currently there is no way to distinct:

[[Test]]
and
[[Test|Test]]

thus all links named [[Test]] will be automatically converted to [[Test|Test]].

However problem with

[http://www.google.com/ http://www.google.com/] -> [http://www.google.com/] -> [n]

has been solved, so closing this ticket.

Changed 6 months ago by wwalc

#1995 marked as dup.

Note: See TracTickets for help on using tickets.