Opened 14 years ago
Closed 14 years ago
#7701 closed Bug (worksforme)
Problem with Opera 11.10
Reported by: | Darren | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.5.3 |
Keywords: | Opera | Cc: |
Description
The javascript in ckeditor.js throws an unhandled exception at the following code; (sorry it is from the minified version) if(b.opera)af.getBody().focus();
Change History (7)
comment:1 Changed 14 years ago by
Status: | new → pending |
---|
comment:2 Changed 14 years ago by
Does the document you're editing have a <BODY> tag when this error occurs?
comment:3 Changed 14 years ago by
I can reproduce the error in the following way;
Open Opera and right click 'Inspect Element'. Switch to the scripts tab and click the hand icon that says 'stop at error'. Next load the autogrow sample.
The script is stopped at the line mentioned.
Darren
comment:4 Changed 14 years ago by
I don't get any error using the autogrow sample in the current SVN.
Forcing dragongly to stop on any exception breaks at this line:
// IE, Opera and Safari may not support it and throw errors. try { editor.document.$.execCommand( 'enableInlineTableEditing', false, !editor.config.disableNativeTableHandles ); } catch(e)
But that's expected to fail and it's properly wrapped in a try catch statement.
comment:5 Changed 14 years ago by
If you have access to IIS, could you please try the files submitted in ticket 7700, as that sample does not work on my installation of Opera. in the meantime, I will install Opera on a fresh OS here and retry.
Darren
comment:6 Changed 14 years ago by
Ok, please ignore this error. After trying a fresh install I no longer have this problem so I do not know what was causing it.
Please note however that the memory leak reported in ticket 7700 is still relevant and very much so in Opera.
Thanks for your help,
Darren
I've tested Opera 11.10 in Windows and Mac with ckeditor.com/demo and I don't see any exception.
Can you describe the steps to reproduce the error?