1 Attachment(s)
[4.2.0.265 beta] BUG: HtmlEditor Textarea Height always 100px
REQUIRED INFORMATIONExt version tested:Browser versions tested against:- Chrome
- FF 18.1 (firebug 1.11 installed)
DOCTYPE tested against:Description:- The textarea inside the html editor is always 100px in height. Evn if htmleditor height is set higher.
Steps to reproduce the problem:- Create a htmleditor with height greater than 100px.
The result that was expected:- Input area should stretch to the height of htmleditor.
The result that occurs instead:- HtmlEditor height is set correctly.
- Input textarea height stays 100px.
Test Case:
Code:
Ext.create('Ext.panel.Panel',{
title: 'HTML Editor',
width: 550,
height: 250,
frame: true,
layout: 'fit', //Layout also has no effect
items: {
xtype: 'htmleditor',
enableColors: false,
enableAlignments: false
}
});
HELPFUL INFORMATION
Screenshot or Video:
Attachment 41521
See this URL for live test case: http://
Debugging already done:Possible fix:- The textarea is created with: size : 'height:100px;width:100%
- But its never resized according to the editor height.
Additional CSS used:- only default ext-all.css
- custom css (include details)
Operating System: