Open GoogleCodeExporter opened 8 years ago
I am having the same problem too in Firefox 3...
I have a hidden panel, and then I call wysiwyg() after the panel is shown... the
result is two wysiwyg editors isntead of just one!
Original comment by elijah.m...@gmail.com
on 30 Apr 2009 at 4:26
Attach sample of bug with trubk version.
Original comment by akzhan.a...@gmail.com
on 9 Dec 2009 at 9:23
Is it reproduced with http://github.com/akzhan/jwysiwyg ?
Original comment by akzhan.a...@gmail.com
on 7 Apr 2010 at 4:36
Yes, this issue is reproducible in the git master branch.
A jwysiwyg object that is inside a hidden div and revealed
with any of the jquery UI effects is broken.
Original comment by ryan....@gmail.com
on 25 Sep 2010 at 9:21
This is still an issue in master branch.
A workaround is to
call wysiwyg() in the animation's callback when the element is made visible.
You must also call wysiwyg('destroy') if you hide a containing element, and
call wysiwyg() anew if the user toggles it visible again.
Original comment by ryan....@gmail.com
on 1 Sep 2011 at 10:04
Original issue reported on code.google.com by
koenrom...@gmail.com
on 17 Apr 2009 at 6:08