-
29 Mar 2012 3:27 AM #1
Toolbar with tbfill component
Toolbar with tbfill component
Hi,
Ext version tested:
- Ext 3.2.0 rev ____
Adapter used:
- ext
css used:
- only default ext-all.css
Browser versions tested against:
- FF3 (firebug 1.7.3 installed)
Operating System:
- Win7
I'm facing some problems when I use a tbfill component in a Ext.Toolbar with the reorderer plugin.
Here's an example that proves what happens:
If you try to move the 2nd button, you'll receive a lot of errors such as: "item.getEl() is undefined".Code:Ext.onReady(function() { var reorderer = new Ext.ux.ToolbarReorderer(); var toolbar = new Ext.Toolbar({ renderTo: Ext.getBody(), items : [ { text: 'Button1', reorderable : false }, { text: 'Button2', reorderable : true }, '->', { text: 'Button3', reorderable : false }, ], plugins: [reorderer] }); new Ext.Panel({ renderTo: 'docbody', tbar : toolbar, border : true, width : 600 });
This is caused by the updateButtonXCache() function in the Ext.ux.ToolbarReorderer.
Any idea if I'm doing something wrong here ?
Thank you !
-
29 Mar 2012 6:54 AM #2
Thank you for your report!
This has been verified as a bug. Please using the following ID for tracking: EXTJSIII-40
Regards,
Scott.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote