Closed hdeantoni closed 6 years ago
I can confirm this! In our V8 application (after opening context menu) "arrow key down" stops working in all Grids/TreeGrids of the current UI instance... will this be fixed?
FYI: up/down keys work when using modifier "Shift" Also, after pressing "ESC" the arrow keys seem to start working again.
Sounds like the ContextMenu is not removing the listeners for events and thus making the Grid never getting those events.
Additional info: When I open the context menu and use down cursor it skips one entry, as if one would have used down cursor twice.
And following exception occurs when using cursor (after context menu was opened):
Wed Mar 21 09:40:00 GMT+100 2018 com.vaadin.client.ApplicationConfiguration SEVERE: Exception caught: Index: -1, Size: 0 com.google.gwt.event.shared.UmbrellaException: Exception caught: Index: -1, Size: 0
@sirbris Please make a separate ticket. I do not think it is the same problem. Also a code example will be helpful.
Grid motion cursors stop responding. It happens when using the ContextMenu in a Grid. I press right click and it shows me the menu. Then, I press left-click outside the menu and from that moment the movement cursors (up, down to the sides) stop responding in the Grid. It also happens in online examples, for example, at https://demo.vaadin.com/sampler/#addons/contextmenu It occurs both in the version of Vaadin 8 and 7.