Extjs Tab Panel with CodeMirror

codemirror, extjs, tabs

Solution

I have developed an extjs component for codemirror. Have a look here http://www.mzsolutions.eu/extjs/#!/api/Ext.ux.form.field.CodeMirror

Cheers

Problem

I try to use CodeMirror in a TabPanel. http://jsfiddle.net/2dv2z/6/ I have 2 problems which block me: - It's not possible to change the tab - The CodeMirror Element does not really fit his container... Has anyone some ideas ?

Original source