Aloha.Editor Changelog Summary

Aloha.Editor 1.1.12


Bugfix SUP-574

Fixed floating of toolbar next to a surface with direction set to rtl:
Horizontal scrolling is now considered correctly and the toolbar is prevented
from floating out of the visible area.


Bugfix SUP-573

When using ENTER to submit a search in the repository browser, the ENTER
possible bubbled to the page and caused something to happen there as well.
Bubbling of the ENTER from the search field is now prevented.


Bugfix SUP-58

Possible errors when deleting elements with old Internet Explorer versions have been fixed.


Aloha.Editor 1.1.11


Bugfix SUP-501

When using the block plugin and the table plugin, sometimes when selecting something
in a table cell and pressing either “delete“ or “backspace”, the whole table was deleted.
This has been fixed now.


Bugfix SUP-387

The methods Dom.getFirstVisibleChild and Dom.getLastVisibleChild have a new optional parameter
for elements where to stop searching.


Bugfix SUP-517

The toolbar sometimes showed empty tabs, which has been fixed.


Bugfix SUP-526

The event handler for “selection changed” in the format plugin sometimes
cause a javascript error in internet explorer, which stopped processing of further event handlers.
This happened for instance, when choosing a link target in the repository browser. As a consequence
of the javascript error, the repository browser was not closed.


Bugfix SUP-521

list plugin: When editing a list, the corresponding list menu button was not selected.
This has been fixed.


Bugfix SUP-353

The per-editable configuration of stripped elements for the formatlesspaste plugin did not work.
This has been fixed now.


Bugfix SUP-536

If a dialog window appears when editing a right-to-left-page, the dialog window was shown incorrectly.
This has been fixed.


Bugfix SUP-502

When a selection is started inside of an editable, which is nested in a block
and finished outside of the editable, but still inside the block, the toolbar
was not shown. This has been fixed now.


Bugfix SUP-493

Content Rules now skip .aloha-blocks inside an editable. So markup inside blocks is not changed by Content Rules.
See the Content Rules feature for further details.


Aloha.Editor 1.1.10


Bugfix SUP-64

It was not possible to delete a single paragraph right before a non-editable block or after a non-editable block.
This has been fixed now. The “delete” action with the cursor placed in an empty block level element will now
delete that element, as if the whole element had been selected.


Aloha.Editor 1.1.9


Bugfix SUP-66

When editing pages having the style “direction“ set to “rtl“, the aloha editor controls like
the toolbar, sidebar and repository browser were also affected, so its layout and some functionality were broken.
This has been changed, so that all aloha editor controls will have “direction“ set to “ltr” regardless of the
page setting.


Bugfix AW-945

The Internet Explorer feature “autoURL detection” is now deactivated to ensure consistent cross browser behavior.


Aloha.Editor 1.1.8


Bugfix SUP-142

Improved editing preformatted text.


Bugfix SUP-223

When deleting text, inline text elements like links or bold elements (or any other inline elements) were not deleted in most cases. This has been fixed now.


Aloha.Editor 1.1.7


Bugfix SUP-197

When moving the cursor between two blocks a <div> was inserted to make the space visible for editing. This <div> was not cleaned up after editing. Now the <div> will be safely removed, keeping its content.


Aloha.Editor 1.1.6


Bugfix RT58603

Wai-lang plugin: when adding a language annotation, the change is not saved correctly in IE9. This has been fixed.


Bugfix SUP-75

Word contenthandler: When doing copy and paste from word some input was wrongly matched as list input. This has been fixed.


Bugfix RT58737

Defining a whitelist for content elements in the aloha settings was not working. This has been fixed.
See the Content Rules feature for further details.


Aloha.Editor 1.1.5


Bugfix RT58605

It was not possible to delete a br, hr or img tag at the end of an inline element (like an a) by pressing the “delete” button. This has been fixed now.


Bugfix RT58603

When pasting content containing an acronym-tag, those tags were not handled correctly.
This has been fixed now. It is however important to note, that the acronym-tag is not part of the html5 specification anymore and should be avoided in favor of the abbr-tag.


Aloha.Editor 1.1.4


Bugfix RT58532

Contenthandler plugin: Fixed handling of empty block elements
When adding an empty paragraph with IE Version 8 or greater, the empty paragraph was not visible in the content after editing.
This is because empty paragraphs are not rendered in the browser. For editing, a
is added to empty paragraphs to make them editable.
Now, a
is added in the resulting content, so that it matches the expected WYSIWYG behaviour.


Bugfix RT58552

Setting the list style with a selection that contains also nested lists only changed the style for the outermost list. This has been fixed now.
The list style will be set for all lists that are contained in the selection.


Bugfix RT58552

Buttons in the toolbar, that have a dropdown menu would display the arrow (for opening the dropdown) slightly misplaced in firefox.
A css setting of the ui-plugin has been changed to fix this.


Bugfix RT58552

Nesting definition lists into normal (numbered or bulleted) lists and then removing or transforming the nested definition list
could possibly break the DOM structure by leaving li, dt or dd elements without the proper parent.
This has been fixed now.


Aloha.Editor 1.1.3


Bugfix RT58517

When using the repository browser in IE7 (or in a newer version in IE7 mode), resizing the window or the repository
browser could lead to an endless resize cycle. This has been fixed now.


Bugfix RT58526

In Internet Explorer 7 (or newer versions of Internet Explorer in IE7 mode), sometimes reading the offsetHeight of a DOM element
would return 0 for the first access. Only when reading the offsetHeight again, the correct value would be returned.
This bugfix adds a workaround method to get the offsetHeight of a DOM element, which reads twice if the first returned value happens to be 0.
This fixes various problems connected with reading the offsetHeight.


Aloha.Editor 1.1.2


Bugfix RT58503

In the repository browser, sorting the listed items was not possible.
This has been fixed now.


Aloha.Editor 1.1.1


Bugfix RT58472

List items would previously be stripped of whitespace between inline elements after pressing enter. This has been fixed now.


Bugfix RT58482

autoparagraph-plugin: The autoparagraph plugin did not work as expected. Paragraphs were only created for new editables (upon “aloha.editable.created“) but not when the content in an editable changed (“aloha-smart-content-changed”).
This has been fixed now. The paragraphs will now also be created (if necessary) when content changes.


Aloha.Editor 1.1.0


Bugfix

cite-plugin: It is now possible to show the cite form inputs (link, note) in a tab of toolbar. When enabled, a button to remove a cite will be shown inside the floating menu toolbar.