Newbie question - I'm following the example code for Keyboard Navigation (from the files downloaded from the page, complex.html and complex.js), and when I load the page unedited it just shows one part of the content (center - the personal details form), and gives this error in the console:
Uncaught TypeError: Cannot read property 'id' of undefined
My question is, how should I go about debugging this (assuming it was my code) ?
I found in the middle of the stack list one reference to my files -
which is the code Ext.create('Ext.tab.Panel', so I guess something is wrong with creating the tab panel, but as I am new to ExtJS I can't see anything obviously wrong.
Can someone give any tips on how to approach fixing bugs using the information available ?