Mihály Kuprivecz

Results 6 issues of Mihály Kuprivecz

If you use removeAll() method on a panel which has 'accordion' layout, then after the doLayout() call, the deleted elements are still visible, but strangely the 'items' property is empty,...

The setActiveItem() and getActiveItem() are not exist in the Layout, but it is necessary, like in the CardLayout.

If you don't set any 'items' property, or the 'items' property is empty (set it later), the layout throws an error. Uncaught TypeError: Cannot read property 'el' of undefined Ext.layout.AccordionLayout.js:313...

if I define the rangy in the requirejs's main.js file like this: ``` shim: { 'rangy-selectionsaverestore': { deps: ['rangy'] }, } paths: { 'rangy': 'vendor/rangy/lib/rangy-core', 'rangy-selectionsaverestore': 'vendor/rangy/lib/rangy-selectionsaverestore' } ``` In...

When I install the Bootstrap.js with Bower and after I call grunt-bower to copy the libraries into the 'targetDir', all the imported .less files by the bootstrap.less (ex.:carousel.less,forms.less,etc...) are ignored...

When I install the Bootstrap.js with Bower and after I call grunt-bower-task to copy the libraries into the 'targetDir', all the imported .less files by the bootstrap.less (ex.:carousel.less,forms.less,etc...) are ignored...

bug