PDA

View Full Version : Grid keyboard nav - tab IE7 combo box


mcrusty
04-26-2007, 12:16 PM
The tab keyboard navigation shortcut does not work in IE 7 when you try to tab over a combo (select) field. The tab will sometimes take you to the next cell but most of the time navigates to an element outside of grid.

This behaviour can be duplicated in IE 7 using the editor grid example.

Any timeframe for a fix or suggestions for a work around?

thanks,
Mike

jack.slocum
04-26-2007, 02:51 PM
DateField appeared to have the same problem. Both are fixed in SVN.

mcrusty
04-26-2007, 04:15 PM
I downloaded and built from the SVN but still get the same problem with my grid and the editor grid in the examples. Double click on a text field to edit, tab to the next column which is a combobox, then tab again. The tab does not take you to the next column as it should.

Or maybe I am getting the incorrect version from SVN - I took head. Is there a way to ensure I have built the correct version?

thanks,
Mike

tryanDLS
04-26-2007, 04:33 PM
It may not be committed yet. Jack mentioned in another thread that he was holding off committing some changes, pending another round of testing.

vtswingkid
05-04-2007, 09:47 AM
Anymore word on this. I see the same results in firefox.

mcrusty
05-04-2007, 10:07 AM
My build is from from April 28 which (I think) is the same as 1.01a. The keyboard navigation is better but tabbing is still broken on combo boxes in IE 7 - havent tried FF.

Tabbing will work on the first couple of combo boxes but after the 2nd or third it breaks and you are taken out of the grid. Not quite random but there is no consistency other than it will break before you get to the next row provided you have more than 2 combo's. This is while in edit mode and tabing across columns in a row.

So close to being able to create a customer release...

jack.slocum
05-04-2007, 05:39 PM
Can you put up a sample URL? I can seem to break it. :(

mcrusty
05-07-2007, 01:03 PM
Just try the inline editing example on
http://extjs.com/deploy/ext/docs/index.html

First time in it breaks if you double click on the first column to edit, don't type anything then tab to the drop down. The next tab will take you outside of the grid.

Sorry I wasn't more specific on my previous emails. I do now see that the bug is subtle in that it only occurs when a grid ifs first rendered.

thanks,
Mike