Bug #23005
closedhtmlArea RTE: SelectFont plugin may cause js error
Added by Stanislas Rolland over 14 years ago. Updated about 6 years ago.
0%
Description
If only one of dropdowns fontstyle and fontsize is enabled in the toolbar, a js error is raised and the RTE fails to open.
TYPO3 4.4.0
(issue imported from #M14876)
Files
rtehtmlarea_bugfix_14876_trunk.patch (2.99 KB) rtehtmlarea_bugfix_14876_trunk.patch | Administrator Admin, 2010-06-25 21:12 | ||
rtehtmlarea_bugfix_14876_typo3_4-4.patch (2.99 KB) rtehtmlarea_bugfix_14876_typo3_4-4.patch | Administrator Admin, 2010-06-25 21:12 |
Updated by Bernhard Müller-Wirtz over 14 years ago
Your patch work!
See Log.
[HTMLArea::init]: Editor url set to: sysext/rtehtmlarea/htmlarea/
[HTMLArea::init]: Editor skin CSS set to: sysext/rtehtmlarea/htmlarea/skins/default/htmlarea.css?1277482780
[HTMLArea::init]: Editor content skin CSS set to: sysext/rtehtmlarea/htmlarea/skins/default/htmlarea-edited-content.css?1277482780
[HTMLArea::initEditor]: Initializing editor with editor Id: data[tt_content]1[bodytext].
[HTMLArea.Editor::registerPlugin]: Plugin EditorMode was successfully registered.
[HTMLArea.Config::registerHotKey]: A hotkey with key b was registered for toolbar item Bold.
[HTMLArea.Config::registerHotKey]: A hotkey with key i was registered for toolbar item Italic.
[HTMLArea.Editor::registerPlugin]: Plugin InlineElements was successfully registered.
[HTMLArea.Config::registerHotKey]: A hotkey with key n was registered for toolbar item FormatBlock.
[HTMLArea.Config::registerHotKey]: A hotkey with key 1 was registered for toolbar item FormatBlock.
[HTMLArea.Config::registerHotKey]: A hotkey with key 2 was registered for toolbar item FormatBlock.
[HTMLArea.Config::registerHotKey]: A hotkey with key 3 was registered for toolbar item FormatBlock.
[HTMLArea.Config::registerHotKey]: A hotkey with key 4 was registered for toolbar item FormatBlock.
[HTMLArea.Config::registerHotKey]: A hotkey with key l was registered for toolbar item JustifyLeft.
[HTMLArea.Config::registerHotKey]: A hotkey with key e was registered for toolbar item JustifyCenter.
[HTMLArea.Config::registerHotKey]: A hotkey with key r was registered for toolbar item JustifyRight.
[HTMLArea.Config::registerHotKey]: A hotkey with key j was registered for toolbar item JustifyFull.
[HTMLArea.Editor::registerPlugin]: Plugin BlockElements was successfully registered.
[HTMLArea.Editor::registerPlugin]: Plugin CharacterMap was successfully registered.
[HTMLArea.Editor::registerPlugin]: Plugin Acronym was successfully registered.
[HTMLArea.Editor::registerPlugin]: Plugin TYPO3Image was successfully registered.
[HTMLArea.Editor::registerPlugin]: Plugin TYPO3Link was successfully registered.
[HTMLArea.Editor::registerPlugin]: Plugin TYPO3Color was successfully registered.
[HTMLArea.Editor::registerPlugin]: Plugin SelectFont was successfully registered.
[HTMLArea.Editor::registerPlugin]: Plugin InsertSmiley was successfully registered.
[HTMLArea.Editor::registerPlugin]: Plugin FindReplace was successfully registered.
[HTMLArea.Editor::registerPlugin]: Plugin RemoveFormat was successfully registered.
[HTMLArea.Config::registerHotKey]: A hotkey with key 0 was registered for toolbar item CleanWord.
[HTMLArea.Editor::registerPlugin]: Plugin TYPO3HtmlParser was successfully registered.
[HTMLArea.Editor::registerPlugin]: Plugin TableOperations was successfully registered.
[HTMLArea.Editor::registerPlugin]: Plugin AboutEditor was successfully registered.
[HTMLArea.Editor::registerPlugin]: Plugin ContextMenu was successfully registered.
[HTMLArea.Config::registerHotKey]: A hotkey with key z was registered for toolbar item Undo.
[HTMLArea.Config::registerHotKey]: A hotkey with key y was registered for toolbar item Redo.
[HTMLArea.Editor::registerPlugin]: Plugin UndoRedo was successfully registered.
[HTMLArea.Config::registerHotKey]: A hotkey with key c was registered for toolbar item Copy.
[HTMLArea.Config::registerHotKey]: A hotkey with key x was registered for toolbar item Cut.
[HTMLArea.Config::registerHotKey]: A hotkey with key v was registered for toolbar item Paste.
[HTMLArea.Editor::registerPlugin]: Plugin CopyPaste was successfully registered.
[HTMLArea.Iframe::createHead]: Iframe baseURL set to: http://www.cdu-nettetal.de/typo3/
[HTMLArea.Iframe::createHead]: Skin CSS set to: sysext/rtehtmlarea/htmlarea/skins/default/htmlarea-edited-content.css?1277482780
[HTMLArea.Iframe::createHead]: Override CSS set to: ../typo3temp/rtehtmlarea/defaultPageStyle_cd162bf0e96d7c2f5b7d.css?1277530505
[HTMLArea.Iframe::createHead]: Content CSS set to: ../fileadmin/templates/css/rte.css?1277290763
[HTMLArea.Iframe::createHead]: Editor iframe document head successfully built.
[HTMLArea.Iframe::getStyleSheets]: Stylesheets not yet loaded ([Exception... "A parameter or an operation is not supported by the underlying object" code: "15" nsresult: "0x8053000f (NS_ERROR_DOM_INVALID_ACCESS_ERR)" location: "http://www.cdu-nettetal.de/typo3temp/rtehtmlarea/htmlarea_cumulative_3fd38e845b0052ddca2a.js?1277530505 Line: 973"]). Retrying...
[HTMLArea.Iframe::getStyleSheets]: Stylesheets not yet loaded ([Exception... "A parameter or an operation is not supported by the underlying object" code: "15" nsresult: "0x8053000f (NS_ERROR_DOM_INVALID_ACCESS_ERR)" location: "http://www.cdu-nettetal.de/typo3temp/rtehtmlarea/htmlarea_cumulative_3fd38e845b0052ddca2a.js?1277530505 Line: 973"]). Retrying...
[HTMLArea.Iframe::getStyleSheets]: Stylesheets not yet loaded ([Exception... "A parameter or an operation is not supported by the underlying object" code: "15" nsresult: "0x8053000f (NS_ERROR_DOM_INVALID_ACCESS_ERR)" location: "http://www.cdu-nettetal.de/typo3temp/rtehtmlarea/htmlarea_cumulative_3fd38e845b0052ddca2a.js?1277530505 Line: 973"]). Retrying...
[HTMLArea.Iframe::getStyleSheets]: Stylesheets successfully accessed.
[TYPO3Link::getJavascriptFile]: Requesting script ../typo3temp/rtehtmlarea/classesAnchor_0_4eb04c96de9eb05aeb5f.js?1277530505
[HTMLArea.Editor::generatePlugins]: All plugins successfully generated.
[HTMLArea.Editor::start]: Editor ready.
[TYPO3Link::ongenerate]: Javascript file successfully evaluated: ../typo3temp/rtehtmlarea/classesAnchor_0_4eb04c96de9eb05aeb5f.js?1277530505
Updated by Stanislas Rolland over 14 years ago
Thank you for testing.
Committed to SVN TYPO3core trunk (revision 8063) and branch TYPO3_4-4 (revision 8064).