Threaded View
-
27 Mar 2011 2:26 AM #1
[OPEN] Problem HtmlEditor
[OPEN] Problem HtmlEditor
Designer version tested:
- Ext Designer 1.1.2
Operating System:
- Windows 7 32
- Windows 7 64
Description:
Start "the New project"
Choose only HtmlEditor
Start Preview
The system hangs gives out the message:
"The script on this page appears to have problem.
Do you want to stop the script?"
On version Ext Designer 1.0.3 - all works normally.
Code:
MyHtmlEditorUi = Ext.extend(Ext.form.HtmlEditor, {
height: 150,
initComponent: function() {
MyHtmlEditorUi.superclass.initComponent.call(this);
}
});
Screenshot:
Screen_2.jpgScreen_3.gifScreen_4.jpg

You found a bug! We've classified it as
a bug in our system.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.
Similar Threads
-
[OPEN-688] HtmlEditor jumps to top on first focus in firefox
By mschering in forum Ext 3.x: BugsReplies: 5Last Post: 12 Aug 2010, 4:38 AM -
[OPEN-332][3.0.3]HtmlEditor - clearing the editor leaves <br> tag
By mrjoltcola in forum Ext 3.x: BugsReplies: 11Last Post: 1 Jun 2010, 6:43 AM -
[OPEN-417][3.1] Unable to right click paste into htmleditor
By supercharge2 in forum Ext 3.x: BugsReplies: 3Last Post: 6 Apr 2010, 10:04 PM -
[OPEN-765][3.1.2]HtmlEditor FF3.6 Tab character failure
By vtswingkid in forum Ext 3.x: BugsReplies: 0Last Post: 22 Mar 2010, 9:50 AM -
Errors when open Ext.Window with htmleditor
By Rafael in forum Ext 3.x: Help & DiscussionReplies: 14Last Post: 15 May 2009, 1:47 PM


Reply With Quote