Our application has a listgrid with grouped records. When trying to navigate through the records using up/down arrow keys we are facing a problem in IE8.
First Issue:
When a record is selected using mouse, cursor starts showing up in the record. We have records with text displaying in 2 lines. when the record is selected, the cursor is placed either of the 2 lines. And now if arrow key is pressed, it takes 2 key presses to navigate to the next record. This is because, the first arrow key press is taken to move to the next line in the record and then the second arrow key press selects the next record.
please refer to attached image_1.
We found the similar issue in the smartGwt showcase for dynamic grouping UI element.
Second Issue:
If the records are grouped into more than one group, then navigating from one group to another is not happening properly in IE8.
After reaching to the last record in the group, pressing down/up arrow keys doesn't take the focus into a record in the next goup. The focus disappears from the current widget and the cursor can be seen somewhere else in the portal.
This could be seen easily in the smart Gwt showcase under dynamic grouping Featured Samples.
Third Issue:
In firefox, though the navigation happens it is not consistent (verified in the smart-gwt showcase). The behavior varies if the records are expanded or collapsed.
First Issue:
When a record is selected using mouse, cursor starts showing up in the record. We have records with text displaying in 2 lines. when the record is selected, the cursor is placed either of the 2 lines. And now if arrow key is pressed, it takes 2 key presses to navigate to the next record. This is because, the first arrow key press is taken to move to the next line in the record and then the second arrow key press selects the next record.
please refer to attached image_1.
We found the similar issue in the smartGwt showcase for dynamic grouping UI element.
Second Issue:
If the records are grouped into more than one group, then navigating from one group to another is not happening properly in IE8.
After reaching to the last record in the group, pressing down/up arrow keys doesn't take the focus into a record in the next goup. The focus disappears from the current widget and the cursor can be seen somewhere else in the portal.
This could be seen easily in the smart Gwt showcase under dynamic grouping Featured Samples.
Third Issue:
In firefox, though the navigation happens it is not consistent (verified in the smart-gwt showcase). The behavior varies if the records are expanded or collapsed.
Comment