Jegan-S / whizzywig

Automatically exported from code.google.com/p/whizzywig
MIT License
0 stars 0 forks source link

Cannot insert tables or pictures using IE9 #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to http://www.unverse.net/whizzywig-cross-browser-html-editor.html and 
click on the Extended Demo button
2. When demo comes up, click on the Table button

What is the expected output? What do you see instead?
Expected output: a sample table is created, as is the case with Firefox 4.0, 
Chrome, Safari.  Instead, nothing happens.

Same if you try to insert a picture using the picture button: nothing happens.

What version of the product are you using? On what operating system?
I assume the "unverse.net" site is hosting the most current version.
Tried this with IE9 (latest) on Windows 7.

Please provide any additional information below.

Original issue reported on code.google.com by a...@kerika.com on 8 Jun 2011 at 9:13

GoogleCodeExporter commented 8 years ago
Yes, good report of a reproducible bug.
Will investigate.
~Jorogo

Original comment by unve...@gmail.com on 23 Jun 2011 at 10:06

GoogleCodeExporter commented 8 years ago
replace 568 line of whizzywig61.js

if (wn.getSelection){

with following

if (wn.getSelection && !$.browser.msie){

I am working for a...@kerika.com

Original comment by ashvin.h...@gmail.com on 23 Jun 2011 at 12:03

GoogleCodeExporter commented 8 years ago
We think we have found a fix for this problem, and have attached our proposed 
variation of whyzzywig61.js.  We are using Whyzziwig for the Kerika 
collaboration software (http://kerika.com) and have found it to be quite 
useful, so we are happy to contribute our work back to you guys if it helps.  I 
attached this as a zip file in case a .js file gets scrubbed by your uploading 
system.

BTW, if you could give Kerika a try sometime and give us your feedback, that 
would be great... 

- Arun from Kerika

Original comment by a...@kerika.com on 24 Jun 2011 at 6:09

Attachments:

GoogleCodeExporter commented 8 years ago
This is fixed and verified in Whizzywig 63

Original comment by unve...@gmail.com on 21 Jul 2011 at 11:17