PDA

View Full Version : Bug in Ext.nd.UIView.gridHandleKeyDown



Zakaroonikov
29 Jul 2007, 7:49 PM
the line that reads:


case e.SPACE :
Ext.MessageBox.alert("Coming Soon","In a future release, the space bar will toggle the selection of the document.");
break;


should be


case e.SPACE :
if (row)
Ext.MessageBox.alert("Coming Soon","In a future release, the space bar will toggle the selection of the document.");
break;


Otherwise if you type the 'space' key on a field on the toolbar then it will display that message

RWaters
29 Jul 2007, 9:06 PM
yep, we actually found and fixed this one too... still hoping to push out the revision at some point this week.

RWaters
29 Jul 2007, 9:08 PM
BTW, I want to thank everyone for doing such a great job pointing out bugs... It's really nice when the community helps by narrowing them down and especially nice if a proposed fix is included! :)

perka
30 Jul 2007, 11:03 AM
How about setting up a bug tracking application?

RWaters
30 Jul 2007, 12:21 PM
How about setting up a bug tracking application?

Also in the works :D