Ticket #2075 (closed Bug: fixed)

Opened 7 months ago

Last modified 6 weeks ago

Link conversion bug FCKEditor extension 2.5.1 MediaWiki 1.12

Reported by: BlizzRD Owned by:
Priority: Normal Milestone:
Component: Project : MediaWiki+FCKeditor Version: FCKeditor 2.5.1
Keywords: Fixed Cc:

Description

Make a text in WYSIWYG mode. Select a word. Click the link button. Select the page to link to. Click 'OK'

--So far it works great.

Now, switch to WikiText mode. Switch back to WYSIWYG mode...

--The link is converted to bold text.

Attachments

2075.patch (1.5 kB) - added by arczi 6 weeks ago.

Change History

follow-up: ↓ 2   Changed 7 months ago by w.olchawa

  • keywords Pending WorksForMe added; link, WYSIWYG, WikiText removed
  • priority changed from High to Normal
  • version set to FCKeditor 2.5.1

I've tried to reproduce your bug using both IE and FF2 and I was unable to reproduce your bug. I've used the latest SVN version of FCKeditor and everything worked as epected.

Try to upgrade to the latest SVN from http://svn.fckeditor.net/MediaWiki/trunk/ . Clear the cache in your browser and let us know if the bug still occurs.

Thanks in advance.

in reply to: ↑ 1   Changed 7 months ago by BlizzRD

Replying to w.olchawa:

I've tried to reproduce your bug using both IE and FF2 and I was unable to reproduce your bug. I've used the latest SVN version of FCKeditor and everything worked as epected. Try to upgrade to the latest SVN from http://svn.fckeditor.net/MediaWiki/trunk/ . Clear the cache in your browser and let us know if the bug still occurs. Thanks in advance.

Confirmed, works for me too. Strange it doesn't work with the 2.5.1 packaged version. So checking out from the trunk works!

  Changed 6 months ago by w.olchawa

  • keywords Pending WorksForMe removed
  • status changed from new to closed
  • resolution set to worksforme

  Changed 5 months ago by marke

  • status changed from closed to reopened
  • resolution deleted

This bug does in fact still exist. When you edit fckeditor_config.js to enable the ['TextColor','BGColor'] buttons the bug will occur. If you leave that disabled the bug does not occur.

  Changed 5 months ago by marke

Note that this bug also occurs if ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'] is enabled in fckeditor_config.js.

  Changed 5 months ago by w.olchawa

  • keywords Pending WorksForMe added

I've set up the config file and the bug still didn't occur to me when using the latest SVN version of FCKeditor. I've tried both of the configurations and still nothing.

Could you please upgrade to the latest SVN version and check if the bug still occurs? Thanks

  Changed 3 months ago by beam36

  • keywords Pending WorksForMe removed
  • priority changed from Normal to High
  • version changed from FCKeditor 2.5.1 to FCKeditor 2.6.2

I also face this same problem. I use mediawiki 1.12. I've tried checkout FCKeditor extension from svn and download the latest version of FCKeditor (which is 2.6.2) but it still doesn't work

  Changed 3 months ago by fredck

  • priority changed from High to Normal

  Changed 3 months ago by alfonsoml

  • version changed from FCKeditor 2.6.2 to FCKeditor 2.5.1

The version field should mark the first version where the problem is found. Of course that it's also present in later versions, or the bug would have been marked as fixed.

  Changed 7 weeks ago by wwalc

  • keywords Confirmed added

Confirmed at least in one special situation: when linking to the same page I was editing.

To reproduce, edit Main_Page and add a link:

[[Main_Page|Main_Page]]

it is translated by parser into

<strong class="selflink">Main_Page</strong>

which is later changed into bold by FCKeditor.

Changed 6 weeks ago by arczi

  Changed 6 weeks ago by arczi

  • keywords Review? added

  Changed 6 weeks ago by wwalc

  • keywords Review+ added; Review? removed

  Changed 6 weeks ago by arczi

  • keywords Fixed added; Confirmed Review+ removed
  • status changed from reopened to closed
  • resolution set to fixed

Fixed with [2430]

Note: See TracTickets for help on using tickets.