Change philip-20100915-ilh by phi...@philip-i7 on 2010-09-15 10:20:25
EDT
in /cygdrive/c/clients/laszlo/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: RTE: Fix setText when the rte editor is not visible.
New Features:
Bugs Fixed: LPP-9370
Technical Reviewer: max
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Overview:
Details:
lz.rte.manager.setText tries to maintain undo history. It turns out that
when the window is not visible, the call to dijit.Editor.replaceValue()
does not work properly. I added an additional check if the window is not
visible (getSelection() returns null) to directly set the value.
Tests:
See updated test case in LPP-9370.
Files:
M lps/includes/source/rtemanager.js
Changeset:
http://svn.openlaszlo.org/openlaszlo/patches/philip-20100915-ilh.tar