Opened 13 years ago

Closed 13 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 13 years ago by Alfonso Martínez de Lizarrondo

Status: newpending

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?

comment:2 Changed 13 years ago by Hallvord R. M. Steen (Opera Software)

Does the document you're editing have a <BODY> tag when this error occurs?

comment:3 Changed 13 years ago by Darren

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 13 years ago by Alfonso Martínez de Lizarrondo

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 13 years ago by Darren

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 13 years ago by Darren

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

comment:7 Changed 13 years ago by Alfonso Martínez de Lizarrondo

Resolution: worksforme
Status: pendingclosed

ok, thanks

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy