-
8 Nov 2012 10:09 PM #1
Unanswered: [4.1.x] HTMLEDITOR Lists on Chrome Error not working properly
Unanswered: [4.1.x] HTMLEDITOR Lists on Chrome Error not working properly
In the Chrome browser, lists HTMLEditor not working properly. When I run enter in item 1, the editor does not show the next issue, just run a line break.
errror.PNG
If anyone have the solution, i will be grateful. Thanks
-
8 Nov 2012 11:53 PM #2Sencha - Community Support Team
- Join Date
- May 2012
- Location
- Istanbul
- Posts
- 1,331
- Vote Rating
- 76
- Answers
- 124
Hi richardhell,
See this code it work fine for me on all browser-
Code:new Ext.panel.Panel({ title: 'HTML Editor', renderTo: Ext.getBody(), width: 550, height: 250, frame: true, layout: 'fit', items: { xtype: 'htmleditor', enableAlignments: false } });sword-it.com, Sencha Developer House in Turkey - Istanbul University Technopark Suite 204.



Reply With Quote