karthick2014 / jwysiwyg

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

this.editorDoc.open is not a function #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download jwysiwyg-0.3.zip and unpack it.

2. Create a HTML file like this:
<html><head>
<title>jwysiwyg editor</title>
<script type="text/javascript" src="jquery-1.2.3.min.js" ></script>
<script type="text/javascript" src="jquery.wysiwyg.js" ></script>
<link rel="stylesheet" type="text/css" href="jquery.wysiwyg.css" ></link>
<script type="text/javascript">
$(function(){
  $("#wysiwyg").wysiwyg();
});
</script>
</head><body>
<div><h3>Demo</h3>
  <div id="wysiwyg"></div>
</div>
</body></html>

3. View this HTML file in the browser(firefox 2.0), and only the icons appear

What is the expected output? What do you see instead?

I should get a WYSIWYG editor but see nothing except the icons

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

I'm using jwysiwyg-0.3.zip , on Xubuntu 7.10 with firefox 2.0

Please provide any additional information below.

I put all the needed file under the same folder as the HTML file, and I use
jQuery-1.2.3.min.js for this testing.

I'm new to jwysiwyg so please correct me if I made any stupid mistake.

Original issue reported on code.google.com by kinch.zh...@gmail.com on 18 Apr 2008 at 9:51

GoogleCodeExporter commented 8 years ago
I got an error reported by firebug :

    this.editorDoc.open is not a function in jquery.wysiwyg.js Line 379

Original comment by kinch.zh...@gmail.com on 18 Apr 2008 at 9:54

GoogleCodeExporter commented 8 years ago
You have to use a textarea instead of a Div-Layer.
GreEtz

Original comment by peter.he...@gmail.com on 3 May 2008 at 4:36

GoogleCodeExporter commented 8 years ago

Original comment by joksnet on 6 Jun 2008 at 1:44

GoogleCodeExporter commented 8 years ago
I have the same issue, and i'm using a textarea.

Original comment by ward.mae...@gmail.com on 2 Dec 2009 at 2:59

GoogleCodeExporter commented 8 years ago
I have same issue too

Original comment by prince.s...@gmail.com on 28 Oct 2010 at 12:44

GoogleCodeExporter commented 8 years ago
Has there any progress of this bug. I'm currently experiencing the same issue.

Original comment by SalubreH...@gmail.com on 10 May 2013 at 3:23