taoguan / jwysiwyg

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

Using jquery.js instead of jquery.pack.js causes HTML output problem #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Changing jquery.pack.js to just jquery.js
2.
3.

What is the expected output? What do you see instead?
Instead of just the textarea contents, when you use jquery.js you get the
entire page's html when you "show HTML" using the link that looks like <>

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

Please provide any additional information below.

Original issue reported on code.google.com by alangil...@gmail.com on 7 Feb 2008 at 7:33

GoogleCodeExporter commented 8 years ago
I change the jquery-1.2.1.pack.js to jquery-1.2.3.js (the latest version) and 
still
working. Which browser are you using ? Try it in:

http://private.tietokone.com.ar/wysiwyg/

Be aware I use htmlentities to insert HTML into the textarea from PHP.

{{{
<textarea id="wysiwyg" rows="11" cols="69"><?php echo htmlentities('<h3>Hello
World</h3>'); ?></textarea>
}}}

See you,

Original comment by joksnet on 11 Feb 2008 at 3:17

GoogleCodeExporter commented 8 years ago

Original comment by joksnet on 28 Jan 2009 at 3:04