Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Grouped ListGrid focus changes when using the keyboard is wrong?

    Hi Isomorphic,

    please see this sample. When you click Mexico and move back an forth to China via 2xDown / 2xUp with the keyboard, you'll notice that the Mexico-cells switch as follows:
    • tallCellSelectedOverDark (after selection with the mouse)
    • tallCellSelectedDark (after "Down" key press)
    • tallCellDark (after "Down" key press)
    • tallCellDark (after "Up" key press)
    • tallCellSelectedOverDark (after "Up" key press)
    IMHO the bold entry should be tallCellDark, as the row is no longer selected, as you can see by clicking "Left" in that state, which closes the group - so obviously (as expected) the groupRow is selected in that moment.

    This happens as well in 5.1p and is a minor one for me.

    Best regards
    Blama

    #2
    These states are correct. Group rows cannot be selected. Keyboard focus (which is not the same as the selected state) is on the group row, but the "Mexico" row remains selected, as the group row cannot be in the selected state.

    Comment

    Working...
    X