karthick2014 / jwysiwyg

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

Inserting an image not working in IE #60

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. using the example code to insert an image-
$('a[href="#insertImage"]').click(function()
{
    $('#wysiwyg').wysiwyg('insertImage', 'images/image.gif');
});
2.
3.

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

In FF this works but no image appears in IE6 or 7

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

jwysiwyg-0.4 on vista

Please provide any additional information below.

Original issue reported on code.google.com by loopwhol...@gmail.com on 13 Nov 2008 at 1:44

GoogleCodeExporter commented 8 years ago
this code work if the textarea is focused. See similar problem in issue 54

Original comment by dei...@gmail.com on 13 Nov 2008 at 9:32

GoogleCodeExporter commented 8 years ago

Original comment by akzhan.a...@gmail.com on 6 Dec 2009 at 4:14