Opened 17 years ago
Closed 16 years ago
#2075 closed Bug (fixed)
Link conversion bug FCKEditor extension 2.5.1 MediaWiki 1.12
Reported by: | Stefan van Gastel | 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 (1)
Change History (14)
comment:1 follow-up: 2 Changed 17 years ago by
Keywords: | Pending WorksForMe added; link WYSIWYG WikiText removed |
---|---|
Priority: | High → Normal |
Version: | → FCKeditor 2.5.1 |
comment:2 Changed 17 years ago by
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!
comment:3 Changed 17 years ago by
Keywords: | Pending WorksForMe removed |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
comment:4 Changed 17 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
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.
comment:5 Changed 17 years ago by
Note that this bug also occurs if ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'] is enabled in fckeditor_config.js.
comment:6 Changed 17 years ago by
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
comment:7 Changed 16 years ago by
Keywords: | Pending WorksForMe removed |
---|---|
Priority: | Normal → High |
Version: | FCKeditor 2.5.1 → 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
comment:8 Changed 16 years ago by
Priority: | High → Normal |
---|
comment:9 Changed 16 years ago by
Version: | FCKeditor 2.6.2 → 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.
comment:10 Changed 16 years ago by
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 16 years ago by
Attachment: | 2075.patch added |
---|
comment:11 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:12 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:13 Changed 16 years ago by
Keywords: | Fixed added; Confirmed Review+ removed |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
Fixed with [2430]
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.