-
27 Feb 2011 2:56 PM #1
[FIXED]Ext.button.Split: initComponent
[FIXED]Ext.button.Split: initComponent
See this code fragment:
The last line probably should be:Code:Ext.define('Ext.button.Split', { ... // private initComponent : function(){ Ext.button.Split.superclass.initComponent.call(this);
hmm... I see many more places where callParent() could be used, but it's not... wonder why?Code:this.callParent(arguments);
-
28 Feb 2011 4:27 PM #2Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Haarlem, Netherlands
- Posts
- 1,235
- Vote Rating
- 5
We still have to update most of the framework to use callParent. This will be done as part of one of the upcoming beta releases.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED-1090]HTMLEditor initComponent does not call superclass initComponent
By mattgoldspink in forum Ext 3.x: BugsReplies: 0Last Post: 1 Jul 2010, 4:50 AM -
[FIXED][3.0 RC3] Split button aligns arrow to bottom if now menu is present
By jay@moduscreate.com in forum Ext 3.x: BugsReplies: 5Last Post: 30 Jun 2009, 11:34 AM -
Split Button without split?
By NotChris in forum Ext GWT: Help & Discussion (1.x)Replies: 1Last Post: 23 Apr 2009, 6:39 AM -
Split Button
By mattpowell in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 24 Apr 2008, 10:19 AM -
Split Button box
By mirage in forum Ext 2.x: Help & DiscussionReplies: 0Last Post: 17 Feb 2008, 11:25 AM


Reply With Quote
