We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the new implementation of focusable canvas and implicit keyboard binding in diagram-js@15, we should port this behavior over to DMN editors.
diagram-js@15
Currently DMN editors lack focus API and focusable elements which can be used for keyboard binding targets.
Make DMN editors focusable to bind and unbind keyboard actions depending on the context in which user is working.
Leave it as it is.
New configuration style is already integrated with #921. We can decide not to work on any improvements.
diagram-js
The text was updated successfully, but these errors were encountered:
@jarekdanielak Do we intend to work on this soon or should we move it to backlog for now?
Sorry, something went wrong.
I might pick it up as a follow up to implicit keyboard integration topic, but not in upcoming days. Moving to backlog.
No branches or pull requests
Is your feature request related to a problem? Please describe.
With the new implementation of focusable canvas and implicit keyboard binding in
diagram-js@15
, we should port this behavior over to DMN editors.Currently DMN editors lack focus API and focusable elements which can be used for keyboard binding targets.
Describe the solution you'd like
Make DMN editors focusable to bind and unbind keyboard actions depending on the context in which user is working.
Describe alternatives you've considered
Leave it as it is.
New configuration style is already integrated with #921. We can decide not to work on any improvements.
Additional context
diagram-js
Make canvas selectable / keyboard binding implicit diagram-js#662The text was updated successfully, but these errors were encountered: