Ticket #7701 (closed Bug: worksforme)
Problem with Opera 11.10
| Reported by: | Darren166 | 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
comment:2 Changed 2 years ago by hallvord@…
Does the document you're editing have a <BODY> tag when this error occurs?
comment:3 Changed 2 years ago by Darren166
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 2 years ago by alfonsoml
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 2 years ago by Darren166
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 2 years ago by Darren166
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?