Last modified: 2011-07-27 23:25:46 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T30546, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 28546 - FCKeditor tampers GeSHi code
FCKeditor tampers GeSHi code
Status: RESOLVED INVALID
Product: MediaWiki extensions
Classification: Unclassified
FCKeditor (Other open bugs)
unspecified
PC Windows 7
: Low critical (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-04-15 05:41 UTC by Shyu Lee
Modified: 2011-07-27 23:25 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Shyu Lee 2011-04-15 05:41:52 UTC
After I past the source below at WikiText mode of FCKEditor, 

<syntaxhighlight lang="php">
<?php
    $v = "string";    // sample initialization
?>
html text
<?
    echo $v;         // end of php code
?>
</syntaxhighlight>

then I switch to Rich Text mode, everything just changed to:

<div style="text-align: left" dir="ltr" class="mw-geshi"><div class="php source-php"><pre class="de1">&nbsp;
<span class="kw2">&lt;?php</span>
 <span class="re0">$v</span> <span class="sy0">=</span> <span class="st0">"string"</span><span class="sy0">;</span> <span class="co1">// sample initialization</span>
<span class="sy1">?&gt;</span>
html text
<span class="sy1">&lt;?</span>
 <span class="kw1">echo</span> <span class="re0">$v</span><span class="sy0">;</span> <span class="co1">// end of php code</span>
<span class="sy1">?&gt;</span></pre></div></div>

Although it brings a nicely looking dot-lined box, but it does not have any high-lighted color, and the code turns into a big bunch of mess.

Is there any way to add the box, preserve the highlight color, and the code just remain as it is?
Comment 1 Mark A. Hershberger 2011-04-18 16:17:37 UTC
FCKeditor isn't being actively supported.
Comment 2 Chad H. 2011-07-27 23:25:46 UTC
Copied from bug 30075:
> Per this upstream bug http://dev.ckeditor.com/ticket/5602 
> 
> "FCKeditor and MediaWiki are no longer supported. Closing the ticked as invalid."

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links