suresh-kumara / whizzywig

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

Whizzywig edtior doesn't play well with jquery dialogs #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. makeWhizzyWig("foo", controls);
2. $("#foo).dialog();
3. Try to edit in text area.

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

Editable text area.  Text area is not editable.

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

Whizzywig 63

Google Chrome   21.0.1180.89 (Official Build 154005) m
OS  Windows
WebKit  537.1 (@126646)
JavaScript  V8 3.11.10.20
Flash   11.3.31.232
User Agent  Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like 
Gecko) Chrome/21.0.1180.89 Safari/537.1

Please provide any additional information below.

Not sure if this is a jQuery UI bug or a whizzywig bug ...

Here's a link to the JQuery UI Dialog documentation: 

http://jqueryui.com/demos/dialog/

Original issue reported on code.google.com by ethan.em...@gmail.com on 13 Sep 2012 at 8:42