Editor widget doesn't like starting off hidden...
Hi. I'm trying to use the editor widget. I have it inside of a div which has the style display: none, but which becomes visible via wipeIn(); When I do this, the editor widget doesn't display with the rest of the div. If I set the container div to "display: block" the Editor works great.
The editor is being created as follows:
<div id="hideme" style="display: none">
<div style="border: 1px solid #908f8f; background: #fff;" id="testEditor">
<div dojoType="Editor"
items="blockGroup;|;textGroup;|;justifyGroup;|;colorGroup;">
<br />
...It could scarcely be easier.
<br />
<br />
</div>
</div>
</div>
Most of which I cut-n-pasted from the example article.
Change History (6)
Milestone: |
→ 0.3release
|
Owner: |
changed from anonymous to psowden
|
Resolution: |
→ wontfix
|
Status: |
new →
closed
|
What browser(s)?