RTE HTMLarea

8. Change Log

Version:

Changes:

0.5.0

Use doubleval in place of floatval in SpellChecker plugin.

Use XMLHttpRequest to asynchronously download required scripts.

Add troubleshooting log and extension configuration variable to enable logging.

Multiple changes to support Safari 1.3. Although the editor loads in Safari 1.3, it does not currently execute correctly due to some bugs in Safari edit mode. If you want to do some testing and/or debugging, you need to set $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['rtehtmlarea']['safari_test']=1;

Restructure the tool bar as an unordered list of label, select and button elements so that it can be walked through  with the tab key. The list, including the button icons, is css-styled through the editor skin. Beware that custom skins will need to be adjusted.

Restructure the context menu as an unordered list of button elements. The context menu, including the button icons, is css-styled through the editor skin. Beware that custom skins will need to be adjusted.

Show in the context menu all table operations enabled in the given context.

Each of the table operations becomes a configurable tool bar element like all other tool bar elements.

New RTE Page TSConfig property: hideTableOperationsInToolbar. If set, the table operations buttons will not be displayed in the tool bar, but will appear in the context menu, when enabled in the given context.

Method TS_transform_db of class t3lib_parsehtml_proc is modified in order to replace true line breaks with spaces, instead of eliminating them. Thanks to Johannes Bornhold. See section Known problems.

New htmlArea plugin UserElements to enable the "user" button.

Add the title attribute on the TYPO3 link insertion/modification dialog.

New toggleborders button to show table borders.

0.5.1

Correction to the behavior of the style selection lists.

0.5.2

Correction for IE: when the collapsed borders attribute was set on a table, the table properties popup dialog did not reflect the set attribute: the checkbox was not checked.

Correction: when TYPO3 is not installed in the web server's root path, the dynamiccss.css file was not properly included. Thanks to Johannes Bornhold for this correction.

Correction for IE: on some Windows platforms, the display of the window status bar cannot be avoided unless the script is granted some privileges; in such cases, the height of the resized popup windows was insufficient; the resizing algorithm has been revised in order to correct this situation.

Correction: the mailto link function did not work.

Allow insertion of a file uploader on the File tab of the Insert/Modify link popup window (when TYPO3Browsers is used); the feature is enabled when property options.uploadFieldsInTopOfEB is set to 1 in User TSConfig. Thanks to Peter Niederlag for adding this feature.

For TYPO3 3.7.0+: use the tab menu in TYPO3 Insert/Modify link popup window.

Modify default Page TSConfig RTE configuration so as to remove Open Office <sdfield>-tags.

New Page TSConfig properties: removeComments, removeTags, removeTagsAndContents.

Correction for Mozilla/Firefox: when pasting in text by pressing the ctrl-v keys, the Mozilla extension installation was incorrectly triggered and/or failed.

Correction: inserting a paragraph from the context menu when positioned in a table or a list produced incorrect result.

New plugin/button allows to insert/edit acronyms and abbreviations. Not currently available in IE. Acronyms and abbreviations may be pre-defined with Acronym record type inserted on the TYPO3 site root.

Transform abbr tags into acronym tags when IE is used.

0.5.3

Correction to misbehavior of mailto link popup when no anchor class is specified in Page TSConfig.

0.5.4

Correction: one label of plugin RemoveFormat was not localized.

Correction: custom skins prevented correct loading of the RTE.

Correction for IE: incorrect display of the current class in the paragraph style selector in some configurations.

Correction for IE: the border handles of images and tables could not be selected for resizing.

Correction for IE: table, img, ol and ul elements may be correctly selected through the editor status bar.

Correction for IE: incorrect positioning of some popup windows.

Correction for IE: incorrect behavior of the InlineCSS text style selector when Arabic text was selected.

0.5.5

The size of the back end editor area may be configured in User TSConfig. See the configuration section. Thanks to Peter Enzenberger.

In Mozilla/Firefox, url's and email's are automatically transformed into links as soon as they are followed by a space; hitting escape or ctrl-z before any other key unlinks the text. Thanks to Xinha.

Scripts compressed by about 25%. Use of compressed scripts is controlled by extension configuration.

Improved memory management and reduced memory leakage.

Correction: the cellinsertafter button was incorrectly configured in the default configuration.

Correction: when multiple instances of the editor were loaded on the same page, the always-show buttons were added only on the tool bar of the first instance.

Correction: the path to default skin component htmlarea-edited-content.css was incorrectly set.

When the configuration variable Enable Mozilla/Firefox extension is enabled, if the client browser is Firefox 1+, the installation of the Firefox extension AllowClipboard Helper will triggered instead of the extension generated by this TYPO3 extension.

In Mozilla/Firefox, an exception will be raised only when performing a paste with the tool bar button. Pasting with ctrl-v key will not raise any exception. Thanks to Guillaume Crico.

0.5.6

Correction: the MS Word Formatting option of the RemoveFormat button was broken in the previous version.

Url of AllowClipboard Helper is added as an extension configuration variable.

The address and dl tags are added to the list $headListTags of TYPO3 system class t3lib_parsehtml_proc. See Known problems.

0.5.7

Correction: since version 0.5.5, html attribute values could be html-encoded more than once.

0.5.8

Correction: the editor will load correctly even if it is located in a hidden tab at te time of loading. See Known problems.

Improved memory management for IE.

0.5.9

Correction for IE: with some locales, the type of paragraph displayed in the toolbar may not correspond to the type of paragraph of the current selection.

Address is added to the default list of types of paragraphs.

Correction: since 0.5.5, html-encoding of single quotes was causing incompatibilities.

Correction: the Acronym plugin was broken since version 0.5.5.

Correction: if a title is added on a link, the link is not eligible as typolink, and TYPO3 will add a rtekeep attribute on the a tag; if the link is edited and the title removed, the editor should remove the rtekeep attribute so that the link becomes eligible as typolink again.

Correction: since 0.5.2, the Insert/Modify Link dialog could be broken in TYPO3 3.6.

New Page TSConfig property: removeTrailingBR. In Mozilla/Firefox/Netscape browsers, whenever some text is entered in an empty block, a trailing br tag is added by the browser. If this property is set, any trailing br tag in a block element will be removed on save and/or change mode. However, multiple trailing br tags will be preserved.

For IE: an error message will be displayed if execution of ActiveX controls is not enabled.

0.6.1

Added documentation section on server configuration.

Correction: the compressed version of plugin scripts were not used.

Various changes for performance improvement.

Added FAQ on hotkeys.

Update to Finnish and Norwegian translations.

0.6.2

Correction: the  image update popup dialog was broken in the previous version.

Update to the recommended server configuration for png images.

Addition of two example skins: blue-look and xp-blue, inspired by Xinha.

New Page TSConfig property: keepButtonGroupTogether will keep buttons of a same group together on the same line of the editor tool bar. Not supported in IE, nor in Mozilla 1.3.

Adjustments to the default skin. Custom skins may need to be adjusted.

0.6.3

Correction: the  editor failed to initialize correctly when Page TSConfig property hideTableOperationsInToolbar was set to 1.

Addition of Toggle borders in the context menu.

Correction: updating a link did not work when the link was set on an image and on multiple elements.

0.7.0

Problem with Firefox extension "All-in-One Gestures" documented as Known problem.

Blue-look and xp-blue skins moved to separate extensions: sr_rtehtmlarea_bluelook and sr_rtehtmlarea_xpblue respectively.

Update to Finnish and Norwegian translations.

0.7.2

Correction: incorrect display of the toolbar in some configurations.

Correction: incorrect update of some table properties.

Adjustments to the names of the css selectors of some toolbar buttons. Skins sr_rtehtmlarea_bluelook and sr_rtehtmlarea_xpblue need to be upgraded. Custom skins need to be updated.

Correction: incorrect  behavior of the hot keys (ctrl+key) and of the context menu's access keys (alt+key).

Remove generation of Mozilla/Firefox extension. Remove requirement for PHP zlib. Remove Archive_Zip package. Trigger install of AllowClipboard Helper  for all supported versions of Mozilla/Firefox. AllowClipboardHelper Firefox extension has been localized to French and Spanish.

Correction: some labels of the non-TYPO3 link and image insertion popups were not localized.

Revised About window. Skins need to be upgraded. Custom skins need to be updated.

New anchor accessibility feature.

Correction: erratic behaviors in Mozilla/Firefox when automatically detecting links and when backspacing.

Correction: PHP Fatal error when SpellChecker is enabled under PHP5. See http://bugs.typo3.org/view.php?id=1470

Update to the Dutch and German translations.

Correction for IE (and maybe other cases, see http://bugs.typo3.org/view.php?id=1425): When an unforgiving browser refuses to parse the content coming from the database, a popup window will inform the user that the HTML document is not well-formed, and the editor will be started in textmode so that the user can edit the error in the HTML source.

Correction: nested lists were not compliant with XHTML.

Correction: the path to skin file htmlarea-edited-content.css could be incorrect when typo3 is installed in a sub-directory.

Correction for IE: the paragraph style selector box was disabled.

0.7.4

Correction for Mozilla/Firefox: when the editor was loaded in a hidden tab, the size of the editing area would be incorrect when the tab becomes visible.

Update to Finnish and Italian translations.

Addition of Czech translation.

Correction to the documentation of the anchor accessibility feature.

Correction: insufficiently qualified CSS selectors in the editor skins resulted in styling problems mainly when the editor is used in the front end. Thanks to Claudio Strizzolo.

Correction: toggleborders button caused inconsistencies in the class selector of the table properties popup window.

Correction to the character set used by the xml parser and Aspell when invoked by the spell checker with iso-8859-1 content.

0.7.6

Two new extension configuration variables allow to specify the maximum resolution of plain images inserted with the TYPO3 image browser.

Correction for TYPO3 3.8 on Windows server: the path to the locallang file of the spell checker was incorrectly set.

Addition of Danish translation.

Update to Russian translation.

Correction: if multiple instances of the editor were loaded on the same page, with different plugins configuration for each, only the scripts of plugins enabled in the last instance were loaded on the page, resulting in JavaScript errors.

New Page TSConfig and User TSConfig property enablePersonalDicts may be used to enable the use of personal dictionaries when using the spell checker.

Correction: some links could not be edited. See http://bugs.typo3.org/view.php?id=1748

Correction: possible incorrect character set conversion of default titleText (set in language file through anchor accessibility feature configuration) when backend is utf-8.

1.0.0

Extension of system class t3lib_parsehtml_proc : move any style attribute of an a-tag to a wrapping span-tag, so that the link may be transformed into a typolink, if no other attribute prevents its transformation. Thanks to Dimitrij Denissenko for this idea and its implementation.

Correction: updating the properties of an image was broken in version 0.7.6.

Correction: in the Remove Format window, when some text is selected, the default cleaning area will be "Selection" (rather than "All"). Thanks to Bernhard Kraft for noting this usability issue.

Method HTMLcleaner_db of class t3lib_parsehtml_proc is modified to honor Page TSConfig setting RTE.default.proc.HTMLparser_db.xhtml_cleaning = 1. See section Known problems.

1.1.0

New FAQ about style selector boxes in IE.

Numerous adjustments for eventual Opera support.

Add non-breaking space to the palette of the insertcharacter palette. Add hotkety ctrl+space to insert a non-breaking space.

Restructure the order of characters in the Insert special character popup window.

Page TSConfig removeTags property would incorrectly remove too many tags.

New Page TSConfig property keepToggleBordersInToolbar.

Update of the link to the Mozilla/Firefox AllowClipboardHelper extension. The new version has new features, new translations and will work with Firefox 1.5.

New TYPO3HtmlParser plugin and enableWordClean configurability.

Add support for header cells (th tag) and for table sections (thead and tfoot tags) in table operations.

Update all skins for th elements and scope attribute.

Add support for all Page TSConfig properties supported by Classic RTE: RTE.classes, classesTable, classesTD, classesLinks, mainStyleOverride, mainStyleOverride_add, mainStyle_font, mainStyle_size, mainStyle_color, mainStyle_bgcolor, inlineStyle, disableRightClick and disablePCexamples.

Make Page TSCongfig settings compatible when migrating from Classic RTE to htmlArea RTE.

Add No font and No size elements if font and size selectors.

New default configurations: Typical, Advanced, Demo. Extension configuration variable Enable all editor options is replaced by Default configuration settings.

Correction for Mozilla/Firefox: when an email address is automatically recognized, the created link would be wrong if the local part of the email address contained parts with only one letter.

Correction: some icons were missing in the element browser when adding or editing links.

Correction for IE: the link button did not get activated when text was selected using keyboard arrows.

Correction: The title and alt attributes produced by the link creation/editing button could undergo incorrect character sets conversions in some configurations of backend and/or frontend character sets.

Add Page TSConfig properties to configure table operations dialogs: disableAlignmentFieldsetInTableOperations, disableSpacingFieldsetInTableOperations, disableColorFieldsetInTableOperations, disableLayoutFieldsetInTableOperations and disableBordersFieldsetInTableOperations

New Page TSConfig property ignoreMainStyleOverride for ease of migration from Classic RTE to htmlArea RTE.

Correction to some cleaning regular expressions in RemoveFormat plugin. Thanks to Ernesto Baschny.

Keep character map window open until explicitly closed.

Feature for Mozilla/Firefox: apply style to multiple selected cells of a table.

Correction to the extraction of class selectors from some css rules.

Extend t3lib_parsehtml_proc only if TYPO3 version is smaller than 4.0

Updates to Brazilian, Danish and Finnish  localizations.

Add Slovak localization.

Modify configuration and module scripts so that the extension may be run as system, global or local extension. Restructure extension modules and resources folders.

Convert some files to UNIX linebreaks.

Make extension conflict with extension rte_conf.

Reconfigure to hook on new version of extension Lorem Ipsum.

Convert all localization files to xml format. From this version, TYPO3 3.7.0+ is required.

1.1.1

Correction to path settings affecting image drag & drop and file/image upload.

1.1.2

Correction to path settings affecting CSS files when TYPO3 is installed in a subdirectory.

Cache the main JS files in typo3temp directory with hashed name including the extension version number.

Adjust opening size of some popup windows.

Correction to the automatic detection of url's in Mozilla/Firefox: the rightmost domain should be alphabetic.

Enable link editing options in the context menu when the cursor is positioned inside a link.

Enable the link button in the tool bar if some text is selected or if the cursor is positioned inside a link.

1.1.3

Remove TYPO3HtmlParser plugin when the editor is used in the frontend.

Correct height, margins and padding of toolbar select fields in all editor skins.

Increase default width of the editor area from 460px to 530px.

Correction for Mozilla/Firefox: remove ending > from auto-detected email link.

Cleaning code and adding hook in TYPO3HtmlParser plugin (mod6/parse_html.php).

1.1.4

Improved link auto-detect in Mozilla/Firefox.

Fix issue 2358: http://bugs.typo3.org/view.php?id=2358

Correction to the behaviour of popups.

Correction to the QuickTag plugin (attributes of hx tags).

Change opening default of Acronym plugin to abreviation.

Reduce font size of context menu in all skins.

Work around Mozilla bug to force display update when table borders change.

Adjust opening height of SpellChecker window.

1.1.6

Enable the use of the RTE in IE 7.

Change name of the "Advanced" default settings to "Minimal" default settings.

Remove the title field from the link creation window when the version of TYPO3 is smaller than 3.8.2.

Correct default processing configuration for the case of center, font, strike and u tags when encountered outside paragraphs.

Replace true linebreaks with space inside block tags and after hr tags (see bugtracker issue 2365).

Correction: textstyle selection list (plugin InlineCSS) was not honoring property showTagFreeClasses.

1.1.7

Correction: incorrect default styles were assigned to links other than internal.

Allow style attribute on span tag in the Demo default settings.

1.1.8

Correction: RemoveFormat plugin was removing too many tags and attributes. Thanks to Vincent Giroux.

Remove conflicts with obsolete extensions deleted from TER.

1.2.0

Remove Word 2003 o:p tags on paste with enableWordClean and/or save.

Path setting correction in SpellChecker plugin.

Fix bugtracker issue 2656.

1.3.0

Add $RTEWrapStyle variable to frontend plugin class.tx_rtehtmlarea_pi2.php (bugtracker issue 2760).

Use new TS parsing := for cumulative sets of configuration defaults.

Requires TYPO3 4.0.

1.3.1

Correction to default value of $RTEWrapStyle variable in frontend plugin.

Fix bugtracker issue 2682.

Fix bugtracker issue 2241: Error displaying htmlarea in the frontend. API change: extensions using the RTE in the frontend must be adjusted! See tutorial section.

Remove class.ux_t3lib_parsehtml_proc.php

Remove support for versions older than 4.0 and clean code.

Adjustment to default settings for FE plugin.

Ensure IE7 always uses native XMLHttpRequest rather than ActiveX.

Fix bugtracker issue 2820: link creation did not work when RTE.default.anchorClasses was empty.

1.3.4

Correction to configuration of enableWordClean. TYPO3HtmlParser was loaded even when no parser configuration was provided. See bugtracker issue 2530.

Correction to server-based word cleaning when backend is not utf-8 and PHP is compiled with mbstring.

Merge remaining documentation elements from manual of extension Classic RTE (rte).

Cosmetic adjustments for compatibility with t3skin system extension.

1.3.5

Further correction to server-based word cleaning . See bugtracker issue 2530.

1.3.6

Correction to RemoveFormat plugin.

Link entered in the RTE would not be rendered correctly in the frontend when using locale tr_TR. See bugtracker issue 1303.

1.3.7

Fix bugtracker issue 3120: transforming text in link in Firefox could take excessive time.

Fix bugtracker issue 3060: RTE includes a page from the Frontend when pasting text with enableWordClean configured with server-based parsing, and TYPO3 installed in sub-directory.

1.4.0

Improved integration of TYPO3Browsers plugin with TYPO3 core element browser.

Move up attributes setting form in link and image insertion dialogs.

Add support for User TSConfig properties options.createFoldersInEB and options.noThumbsInRTEimageSelect.

Add new Page TSConfig properties buttons.link.options.removeItems, buttons.link.targetSelector.disabled and buttons.link.popupSelector.disabled.

Add new Page TSConfig properties buttons.toggleborders.keepInToolbar and  buttons.toggleborders.setOnTableCreation.

Add error text to troubleshooting log when attempt to load stylesheets fails.

Fix bugtracker issue 2026: The editor gets the focus on page load in IE.

Allow to enable the use of images with the Minimal default configuration.

Fix bugtracker issue 3296: frontend use of htmlArea RTE should provide a no-javascript fallback solution. API change: extensions using the RTE in the frontend should be adjusted by adding declaration of $specConf variable! See tutorial section.

Fix bugtracker issue 3006: in IE, link properties were not updated when the link was not completely selected.

Add new Page TSConfig properties buttons.inserttag.denyTags, buttons.inserttag.allowedAttribs and buttons.inserttag.tags.[tagname].allowedAttribs

Add new Page TSConfig properties buttons.image.options.removeItems, buttons.image.options.magic.maxWidth, buttons.image.options.magic.maxHeight, buttons.image.options.plain.maxWidth and  buttons.image.options.plain.maxHeight

Add extension configuration variable "Enable links accessibility icons".

Add extension configuration variable "Enable the DAM media browser" and Page TSConfig property buttons.image.title.useDAMColumn.

Fix bugtraker issue 3410: Updating image in IE doesn't work.

1.4.1

Correction: path setting in class.tx_rtehtmlarea_browse_links.php and class.tx_rtehtmlarea_select_image.php

Correction: configuration variable enableAccessibilityIcons was not set.

1.4.2

For compatibility with := addToList syntax, show all buttons when * is found in the list RTE.default.showButtons.

Correction to generated stylesheet file. Thanks to Ingmar Schlecht.

Correction for Netscape 8.l: useCSS setting not honored.

Remove dependency of Spell Checker on Static Info Library (sr_static_info). Requires Static Info Tables version 2.0.0+.

1.4.3

Fixed a security Issue:
http://typo3.org/teams/security/security-bulletins/typo3-20061220-1/
also published updated/fixed versions 1.1.4, 1.2.1, 1.3.8, 1.5.1dev

1.4.4

Fix bugtraker issue 5266: htmlarea RTE not loading with Firefox 2.0.0.3.

1.5.0

Allow UTF-8 file names for images.

1.5.3

Fix bugtraker issue 5177: htmlArea RTE not correctly displayed in IRRE child form-fields and tabs

1.5.4

Fix bugtracker issue 6152: AllowClipboard helper offered by htmlArea RTE doesn't work with 2.0.0.x Firefox

Fix bugtracker issue 6340: rtehtmlarea not working with "Editforms on page" option

Fix bugtracker issue 4183: Incorrect display in htmlArea RTE of utf-8 labels for colors, classes and fonts defined in PageTSConfig

Fix bugtracker issue 4525: In htmlArea RTE, disabling personal dictionaries in UserTSConfig not honored

Fix bugtracker issue 6546: Remove htmlArea RTE acronym from Insert-Record object

1.5.5

Fix bugtracker issue 5031: htmlArea RTE incorrectly processes col tags and default proc options disallow col and colgroup tags

Fix bugtracker issue 6476: htmlArea RTE incorrectly nests tags on return key in FF

Fix bugtracker issue 6640: htmlArea RTE tool bar is not updated in IE when up or down arrow is pressed

1.6.3

Add feature 6579: Make htmlArea RTE extensible

Add feature 6619: Let htmlArea RTE use t3lib_div::minifyJavaScript() to compress javascript files

Add feature 6705: Display all classes of an element in the statusbar

Elminate list of plugins in rtehtmlarea EM configuration

1.6.4

Fix transparency of buttons in Opera.

Fix bugtracker issue 6886: Incorrect default language tooltips for undo and redo buttons

Add new buttons insertparagraphbefore, insertparagraphafter and blockquote.

Add feature 5455 and 6769: Enable htmlArea RTE in Safari.

Fix bugtracker issue 6837: Strange layout for header N except the first one (Safari)

Add Page TSConfig property buttons.table.disableEnterParagraphs

Fix bugtracker issue 6064: RTE adds unwanted <p> tags in Tables

Add feature 6712: make hotkeys configurable in PageTSConfig.

Fix bugtracker issue 5952: Usability Issue with classes wrapped with <> in select lists

Fix bugtracker issue 5951: Disturbing behaviour of indent/outdent and TAB

Add feature 3708: support for <blockquote> and <q>

Fix bugtracker issue 5977: align="center" (right or left) not any more supported by W3C

Add feature 6034: adding classes to inline elements without additional span

Improved behaviour and configuration options of formatblock and blockstyle drop-down lists.

Add Page TSConfig RTE sub-array mutuallyExclusiveClasses

Acronym plugin of htmlArea RTE now using new plugin API and enabled in IE7

Fix bugtracker issue 6154: Plugin Acronym enables class abbr for span

Add bugtracker feature 1927: Activate Acronym Plugin for IE7

Add formattext drop-down list and a number of buttons for inline elements

Add feature 6034: textstyle drop-down list applies classes to inline elements without additional span element

Fix bugtracker issue 7052: Permission problem of RTE images

Fix bugtracker issue 6821: Empty aragraph tags with attributes are removed.

1.7.0

Various enhancements to link and image dialogues and configurability

Fixed bug #3957: picture drag and drop throws you out of the tab navigation

Fixed bug #5490: Drag 'n drop javascript error / blank screen in IE

Fixed bug #6787: classesAnchor and classesLinks get lost when changing tab in link browser

Fixed bug #4074: SpellChecker not working. Thanks to Reinier Kleipool.

Fixed bug #4777: Spellchecker split words at some special chars (e.g. german umlauts). Thanks to Daniel Chabrol.

Added feature #4100: Insert/Modify Link with DAM

Added feature #5885: Default image class

Added feature #5902: Removing style attribute for images

Added feature #6115: Enabling configuration of the "edit image" dialogue

Added feature #3633: Individual height of inline RTE. Adding Page TSConfig property RTEHeightOverride. Thanks to Ralf Hettinger.

Fixed bug #5013: RTE Editor not working in Firefox 3.0

Added feature #7318: Text direction should be set with the dir attribute

New addIconAfterLink and target properies in classesAnchor configuration.

Allow insertion of Acronym records on any page and add Page TSConfig property buttons.acronym.PIDList

Added feature #7332: Add default target to classes configured with classesAnchor in Page TSConfig

Added feature #880: Click-enlarge for Images in htmlArea RTE

1.7.1

Fixed bug #5659: Several bugs when writing HTML entities and tags inside of htmlArea RTE

Fixed bug #3830: htmlArea RTE: Entities entered in wysiwyg are decoded

Fixed bug #7495: Various issues with nested lists in htmlArea RTE

Fixed bug #4588: Frontend htmlArea RTE loads global RTE config instead of function parameter $thisConfig

Fixed bug #7232: Selecting words with CTRL+SHIFT+Left doesn't activate "link" button in IE

Fixed bug #7584: htmlArea RTE: pressing TAB in last cell of table should create new row

Fixed bug #6767: Merge cells does not work on merged cells

Fixed bug #3537: Inconsistent markup when adding tr/td in different ways (Firefox) � Addition of Page TSConfig property RTE.default.buttons.table.enableHandles

 

To top


Valid XHTML 1.0!