button tap not reacting when view gets added a 2nd time
问题 When an item from a list gets selected i execute the following lines of code. this.details = Ext.create('EventManager.view.EventInfoView'); this.getNavigationView().push(this.details); so i create a new view, and push it on a navigationview. In my controller i listen for a tap on an acceptEventButton which is inside newly created view. Ext.define('EventManager.controller.eventController', { extend: 'Ext.app.Controller', config: { refs: { acceptEventButton: '#acceptEventButton' }, control: {