Opened 17 years ago
Closed 17 years ago
#1327 closed Bug (fixed)
FCKEditor+Mediawiki munges media: links
Reported by: | Lane | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Project : MediaWiki+FCKeditor | Version: | |
Keywords: | Cc: |
Description
FCKEditor integrated into mediawiki appears to be munging the media links when trying to link to an uploaded file, such that
[[media:filename.pdf]]
becomes
This is happening with Firefox 2.0.0.7 and IE6.
Change History (6)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with [949].
Please download the latest SVN version and let us know whether problem still exists.
comment:3 Changed 17 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
I downloaded rev 950, and I can confirm it works in IE6. It looks like this now has become an issue with Firefox. In Firefox 2.0.0.7, it's close, but not quite fixed:
[[media:filename.pdf]]
becomes
Whereas in IE6, you have: [[media:filename.pdf|media:filename.pdf]]
which works well.
Also of note: in Firefox, any underscores in the filename are changed to spaces, thusly:
[[media:filename_with_underscores.pdf]]
becomes
comment:6 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
I'm glad it worked :)
More info: the editor appears to be assuming at first save that the file doesn't exist, even if it does. After using the special:upload page once on an article, it is changed to a functional link: http://servername.com/wiki/sandbox/images/e/e5/filename.pdf