taoguan / jwysiwyg

Automatically exported from code.google.com/p/jwysiwyg
0 stars 0 forks source link

Doesn't work in Opera 9.52 (and possibly others) #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Render in Opera
2. Click on buttons

What is the expected output? What do you see instead?
I expected to see the contents or text change but to no avail (asside from 
image insertions).

What version of the product are you using? On what operating system?
Site demo

Please provide any additional information below.

Original issue reported on code.google.com by deansofer on 6 Sep 2008 at 6:38

GoogleCodeExporter commented 8 years ago
9.50, 9.6 - i've got the same problem.

Original comment by lcfsoft on 16 Oct 2008 at 1:59

GoogleCodeExporter commented 8 years ago
To fix this issue, move lines
try {
    this.editorDoc.designMode = 'on';
    this.editorDoc_designMode = true;
} catch ( e ) {
    ...................
}
below the this.editorDoc.open()/write()/close() fragment.

Original comment by vsl1...@gmail.com on 20 Dec 2008 at 1:10

GoogleCodeExporter commented 8 years ago
 vsl1978, your patch breaks behaviour of jquery.wysiwyg in Internet Explorer 8, so 
cannot be applied as is. 

Original comment by akzhan.a...@gmail.com on 4 Dec 2009 at 7:39

GoogleCodeExporter commented 8 years ago
Bug cannot reproduced in trubk and Opera 10.1.

Tested with:
http://jwysiwyg.googlecode.com/svn/trunk/examples/02-full.html

Original comment by akzhan.a...@gmail.com on 10 Dec 2009 at 6:01