Ticket #1035 (closed Bug: fixed)

Opened 13 months ago

Last modified 5 months ago

MediaWiki+FCKeditor HTML comments missing

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

Description

When a page is edited with HTML comments within the wikitext (<!-- ... -->) the comments are lost both in the FCKeditor page and the wikitext view

Change History

Changed 13 months ago by fredck

  • keywords HTML comment wiki wikitext removed
  • component changed from General to Project : MediaWiki+FCKeditor
  • milestone deleted

Changed 13 months ago by wwalc

Ok, done on the PHP side. Still there is a problem in Javascript, HTML comments are changed into random numbers, e.g.

<!--test-->

is beinbg changed into:

{118639531717110} 

Changed 13 months ago by martinkou

That should have to do with the things in FCKConfig.ProtectedSource ( you can find it in /editor/_source/internals/fckconfig.js ). The protect comment feature seems to work well with the vanilla version of FCKeditor, so there should be some conflicts betwen the ProtectedSource logic and the wikitext processor.

Changed 7 months ago by w.olchawa

  • keywords Confirmed added

Changed 7 months ago by w.olchawa

#1534 has been marked as DUP

Changed 5 months ago by wwalc

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

Fixed with [1866].

Changed 5 months ago by wwalc

... and [1867].

Note: See TracTickets for help on using tickets.