-
28 Mar 2011 8:47 AM #1
[FIXED-EXTJSIV-217] HtmlEditor.setValue has no effect (PR5)
[FIXED-EXTJSIV-217] HtmlEditor.setValue has no effect (PR5)
Hi again,
In htmleditor, the call chain
setValue(myNewValue) -> me.mixins.field.setValue.cal -> checkChange -> newVal = me.getValue()
will cancel any effect of setValue(value) because newVal is the value of the the textAreaEl and not myNewVAlue.
A ref to this.textareaEl.dom.value might be missing somewhere.
Also, it seems that there is no 'value' config to initiate htmleditor with a user-value.
Cheers
C.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED-EXTJSIV-412] problem with callParent in Ext.form.HtmlEditor.setReadOnly - PR5
By christophe.geiser in forum Ext:BugsReplies: 1Last Post: 28 Mar 2011, 2:43 PM -
[FIXED-EXTJSIV-240] ReadOnly combo bug
By wki01 in forum Ext:BugsReplies: 1Last Post: 26 Mar 2011, 8:42 PM -
[FIXED-EXTJSIV-310] Cannot add Checkboxs to CheckboxGroup
By mitchellsimoens in forum Ext:BugsReplies: 3Last Post: 25 Mar 2011, 1:49 PM -
[CLOSED][3.0r5636] form.HtmlEditor.setValue fails:
By jay@moduscreate.com in forum Ext 3.x: BugsReplies: 7Last Post: 25 Nov 2009, 4:14 AM -
HTMLeditor and setValue problem....
By evilized in forum Ext 1.x: Help & DiscussionReplies: 1Last Post: 23 Oct 2007, 4:55 AM


Reply With Quote