Select All, Undo, Redo not working #1389
Replies: 2 comments 1 reply
-
Hi, Thank you for raising this issue! You mean that Select All, Undo, Redo, etc are not working in the Autocomplete widget (text field), but are rather handled by the GLSP diagram editor even though the text field had focus? If that's what you mean, this indeed seems like a bug. In which integration did you observe this bug? Is this VS Code or Eclipse Theia? I hope this shouldn't be hard to fix. It just needs to ensured that the focused element (text field) catches those events and stops propagation so that they don't bubble up to the diagram parent. Are you planning to provide a fix for it? This is the underlying code of the Autocomplete widget: Thank you and best wishes, Philip |
Beta Was this translation helpful? Give feedback.
-
Hello @planger , Thanks for your quick response. I was trying to fix this, however it seems like the event is first triggered on the GLSP editor and then on the auto-complete widget, Request you to help me out. Thanks in advance |
Beta Was this translation helpful? Give feedback.
-
Hello Team,
I was working on workflow-glsp examples and observed that when we double click on a node and Autocomplete widget opens, select all, undo and redo are not working in there, even their corresponding key bindings seems to select the complete workflow example widget instead of the text in the autocomplete widget. Please see below image when I did Ctrl + A on the node with text "ABC", it selects the complete widget.
Request you to help me in resolving this issue, as I need to implement select all, undo, redo for my custom use case.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions