-
why resizing the browser screen throws exception - l.fireFn is undefined ?
why resizing the browser screen throws exception - l.fireFn is undefined ?
I my work, I have used grid with scrolling pagination and dynamically resizing grid size on window resize by calculating view area.
While resizing the browser screen I am getting this exception in firebug.
Code:
l.fireFn is undefined
anyone came across this before?
Rohan
-
Sencha - Ext JS Dev Team
You have added a nonexistent function as a listener.
Set a conditional breakpoint there to only fire if !l.fireFn
Then look at the event being fired and the object that's firing it, and work out which bit of your code adds nothing as a listener.
I'd guess that you are adding the result of a function call somewhere.
-
Similar Threads
-
By werdnareid in forum Ext 2.x: Help & Discussion
Replies: 4
Last Post: 9 Nov 2011, 10:48 AM
-
By ben_dog in forum Ext 2.x: Help & Discussion
Replies: 8
Last Post: 8 Apr 2011, 8:04 AM
-
By Spirit in forum Ext 3.x: Help & Discussion
Replies: 1
Last Post: 9 Nov 2009, 5:41 AM
-
By jacombs in forum Ext 3.x: Bugs
Replies: 1
Last Post: 24 May 2009, 9:58 PM
-
By johnsbrn in forum Ext 2.x: Bugs
Replies: 7
Last Post: 22 Jun 2008, 3:17 PM
Tags for this Thread
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us