Opened 16 years ago
Closed 13 years ago
#3187 closed Bug (invalid)
MediaWiki (1.12.4) Image Tag imgCaption can be a Link and then is destroyed
Reported by: | Burgy | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Project : MediaWiki+FCKeditor | Version: | FCKeditor 2.6.4 |
Keywords: | Cc: |
Description
In the Case the Media Wiki Image Tag contains a Link as a imgCaption FCK destroys the Link like that:
ORGIGINAL [[Image:HelloWorld.png|right|thumb|200px|[[Some Link]]]] AFTER [[Image:HelloWorld.png|right|thumb|200px|Some Link]]
mediawiki_fckeditor_ext_N.zip (Download 20.März.2009)
By the way: WHAT A GREAT PROJEKT!!! Sincerely yours Burgy Zapp
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
MediaWiki and FCKEditor are no longer supported. Closing the ticked as invalid.
This is perhaps the relevant code snipet? in fckplugin.js Line 604
if ( imgCaption.length > 0 )
stringBuilder.push( '|' + imgCaption ) ;
stringBuilder.push( ']]' ) ;
Hope this helps Sincerely yours Burgy