Threaded View
-
25 Jan 2013 3:24 AM #1
[4.2.0.265 beta] BUG: HtmlEditor Textarea Height always 100px
[4.2.0.265 beta] BUG: HtmlEditor Textarea Height always 100px
REQUIRED INFORMATIONExt version tested:
- Ext 4.2.0.265-beta
- Chrome
- FF 18.1 (firebug 1.11 installed)
- ____
- The textarea inside the html editor is always 100px in height. Evn if htmleditor height is set higher.
- Create a htmleditor with height greater than 100px.
- Input area should stretch to the height of htmleditor.
- HtmlEditor height is set correctly.
- Input textarea height stays 100px.
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:
htmleditor.png
See this URL for live test case: http://
Debugging already done:- none
- The textarea is created with: size : 'height:100px;width:100%
- But its never resized according to the editor height.
- only default ext-all.css
- custom css (include details)
- Windows 7
This issue duplicates another issue.


Reply With Quote