-
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

-
30 Mar 2011 9:07 AM #2
Similar problem here, the OS differs (Linux Mint 10 x64). Ext Designer version: 1.1.2 x86.
The program floods me with "The script on this page appears to have a problem. Do you want to stop the script?"-message every time I try to preview the application.
Command line output
...times the thing nagged me with the popup.Code:Source ID: undefined Message: JavaScript execution exceeded timeout. Line: 0
Oddly enough, the problem started occurring after I moved the panel (jsClass: BijlagePanel) containing one of the HTMLeditors I utilize in my application to the mainTabPanel in template_form_panel.Last edited by radtchenko; 30 Mar 2011 at 9:14 AM. Reason: Go Advanced-button posted the message instead of properly redirecting me. Will attach the file in a consequent post.
-
30 Mar 2011 9:11 AM #3
-
30 Mar 2011 9:28 AM #4
For the record: code works fine in the browser (FF4 + Chrome 10 + (more or less) IE9) once exported.
Last edited by radtchenko; 30 Mar 2011 at 9:36 AM. Reason: Specified the browsers used.
-
18 May 2011 7:09 PM #5
I get the same problem on Mac OSX 10.6.7, Ext Designer 1.1.2
This seems to occur regardless of where the HTML Editor is in the hierarchy.
After I click Preview, I'm spammed with "The script on this page appears to have problem" messages and have to Force Quit.
-
2 Jun 2011 5:00 PM #6devshiGuest
This is a known issue on Mac OSX 10.6.7 (I have not tested on other machines). We will fix this in the next release/update of Ext Designer.
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