josephtklein / jwysiwyg

Automatically exported from code.google.com/p/jwysiwyg
GNU General Public License v2.0
0 stars 0 forks source link

sizing bad for hidden elements #207

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. call jQuery(".wysiwyg_html").wysiwyg(); 
on a hidden element 

What is the expected output? What do you see instead?
expected the object to size correctly 
the element width is only 13px !

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

Please provide any additional information below.

Original issue reported on code.google.com by ealexs on 3 Sep 2010 at 11:59

GoogleCodeExporter commented 9 years ago
To fix this, first show the element, then call wysiwyg.  Only call wysiwyg on 
elements that you plan to show on page load.

Original comment by gra...@gmail.com on 15 Sep 2010 at 2:57