aorlic
12 Apr 2012, 8:58 AM
Hello all!
Ext JS code I wrote I wrote works perfectly on Firefox but not on IE 9.
After a lot of trying I finally narrowed down a piece of code that apparently bothers IE. It's a typical segment inside the control() method of a controller class:
'login > toolbar > button': {
click: this.onLoginClicked,
}
Any hints?
Thank you in advance!
Ext JS code I wrote I wrote works perfectly on Firefox but not on IE 9.
After a lot of trying I finally narrowed down a piece of code that apparently bothers IE. It's a typical segment inside the control() method of a controller class:
'login > toolbar > button': {
click: this.onLoginClicked,
}
Any hints?
Thank you in advance!