I am using nicedit.js and jQuery UI accordion.
I have several accordions that contain these nicedit WYSIWYG text areas.
When I refresh the page the first accordion area opens up and displays the correct nicedit WYSIWYG area (Width is 100%).
When I select another accordion area it opens up and displays the nicedit WYSIWYG area but it is only 100px wide.
I did some digging around in the code and found that it uses 100% as a width throughout the building process. I have run into this with jQuery UI accordion not letting things render correctly before and have just destroyed the id and reinitialize it.
I am looking for a solution that will allow all nicedit WYSIWYG areas to render 100% or even a fixed width.