Last modified: 2011-07-27 23:25:49 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 T29827, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 27827 - FCKEditor breaks InputBox extension in Internet Explorer
FCKEditor breaks InputBox extension in Internet Explorer
Status: RESOLVED INVALID
Product: MediaWiki extensions
Classification: Unclassified
FCKeditor (Other open bugs)
unspecified
All All
: Normal minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-03-02 20:15 UTC by Paul Zimmerman
Modified: 2011-07-27 23:25 UTC (History)
1 user (show)

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


Attachments
Screen shots of problem (81.83 KB, image/jpeg)
2011-03-02 20:15 UTC, Paul Zimmerman
Details

Description Paul Zimmerman 2011-03-02 20:15:03 UTC
Created attachment 8233 [details]
Screen shots of problem

A page with the InputBox extension was edited in Rich Text Editor mode using Internet Explorer, and the InputBox code was broken. This was the code before editing:

<inputbox>
type=create
bgcolor=#FFE0C8
width=100
preload=Template:Troubleshooting Tip/Preload
buttonlabel=Create Contact Center Troubleshooting Tip
</inputbox>

and this showed up on the wiki page:

<form class="createbox" method="get" name="createbox" action="/w/index.php"><input type="hidden" name="action"></input><input type="hidden" name="preload"></input><input type="hidden" name="editintro"></input><input type="hidden" name="summary"></input><input type="hidden" name="minor"></input><input class="createboxInput" size="100" name="title"></input>
<input class="createboxButton" type="submit" name="create"></input></form>
Retrieved from "http://internal.server.com/wiki/Template_test_1"

When going back to the page, the code was replaced with this:

<div style="background-color: #ffe0c8" align="center">&lt;form class="createbox" method="get" name="createbox" action="/w/index.php"&gt;&lt;input type="hidden" name="action"&gt;&lt;/input&gt;&lt;input type="hidden" name="preload"&gt;&lt;/input&gt;&lt;input type="hidden" name="editintro"&gt;&lt;/input&gt;&lt;input type="hidden" name="summary"&gt;&lt;/input&gt;&lt;input type="hidden" name="minor"&gt;&lt;/input&gt;&lt;input class="createboxInput" size="100" name="title"&gt;&lt;/input&gt;<br>&lt;input class="createboxButton" type="submit" name="create"&gt;&lt;/input&gt;&lt;/form&gt;</div>

This HTML workaround was implemented:

<html>
<div align="center" style="background-color:#FFE0C8"><form name="createbox" id="createbox" class="createbox" action="/w/index.php" method="get"><input type="hidden" name="action" value="edit"><input type="hidden" name="preload" value="Template:Troubleshooting Tip/Preload"><input type="hidden" name="editintro" value=""><input type="hidden" name="summary" value=""><input type="hidden" name="minor" value=""><input type="text" name="title" class="createboxInput" value="" size="100"><br /><input type="submit" name="create" class="createboxButton" value="Create Troubleshooting Tip"></form></div>
</html>

However, this issue doesn't seem to occur in FireFox.
Comment 1 Chad H. 2011-07-27 23:25:49 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