Autogrow doesn't kick in on editor init
To reproduce, use autogrow sample with the following content:
<table border="1" cellpadding="1" cellspacing="1" style="width: 100%; height: 1000px; ">
<tbody>
<tr>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
</tr>
</tbody>
</table>
<p>
</p>
Second bug: in IE, click on first cell (to trigger autogrow) then click in the last paragraph after the table. Page will scroll. Third bug (I presume related, haven't thoroughly explored yet): in IE, adding a <div style="display:none"></div> at the end of the document triggers erratic resize and scrolling.
I have all these to be regressions against 3.5.4 with Gary's patch http://dev.ckeditor.com/ticket/7173
Change History (9)
Owner: |
set to Garry Yao
|
Status: |
confirmed →
review
|
Version: |
3.6.1 (SVN - trunk) →
3.4 Beta
|
Status: |
review →
review_passed
|
Milestone: |
→ CKEditor 3.6.2
|
Keywords: |
NoTest added
|
Resolution: |
→ fixed
|
Status: |
review_passed →
closed
|
Auto grow is by design happened at the activation of an editor instance, the reason is that user might look for the initial (configured) editor size to fit in their page layout.
But we should allow those who'd like to see the grow happen upon editor creation, by invoking the "autogrow" command: