You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the screenshot I hope you can see the problem: Just like the context-menu add-on there's a focus event problem. In the screenshot I click row5 yet the first row, first cell gets a focus border as a result of my click on row5. This is very confusing for the user as it will create confusion as to what was actually clicked. One solution for this is to turn off focus style for the Grid. But I really believe it should be solved in the add-on. With the context-menu add-on I remember there was some discussion amongst Vaadin employees whether a right-click should fire a focus event to the cell that was clicked. Possibly debatable although I would personally say yes. For a left-click I don't think there can be any debate: the cell focus should move to the cell that was clicked. It should certainly not appear on a totally different cell.
I realize that this is probably a more fundamental problem with the Grid and likely can't be solved in an add-on. Still, I believe it is better to have problem logged here.
The text was updated successfully, but these errors were encountered:
From the screenshot I hope you can see the problem: Just like the context-menu add-on there's a focus event problem. In the screenshot I click row5 yet the first row, first cell gets a focus border as a result of my click on row5. This is very confusing for the user as it will create confusion as to what was actually clicked. One solution for this is to turn off focus style for the Grid. But I really believe it should be solved in the add-on. With the context-menu add-on I remember there was some discussion amongst Vaadin employees whether a right-click should fire a focus event to the cell that was clicked. Possibly debatable although I would personally say yes. For a left-click I don't think there can be any debate: the cell focus should move to the cell that was clicked. It should certainly not appear on a totally different cell.
I realize that this is probably a more fundamental problem with the Grid and likely can't be solved in an add-on. Still, I believe it is better to have problem logged here.
The text was updated successfully, but these errors were encountered: