-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
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
Enhance accessibility of GLSP diagrams via keyboard #1029
Comments
…autocomplete with the capability to visually highlight found elements. (#242) - Introduce base class for autocomplete palettes supporting flexible suggestions - Extend AutoCompleteWidget with visibleSuggestionsChanged and selectedSuggestionChanged callbacks - Provide reason if AutoCompleteWidget closes Part of eclipse-glsp/glsp#1029
…board (#241) - Introduce tool and handler for moving viewport and elements via keyboard shortcut - Introduce tool and handler for zooming viewport and elements via keyboard shortcut - Provide tool for an improved implementation for deselecting elements Part of eclipse-glsp/glsp#1029
…he keyboard (#241) - Introduce tool and handler for moving viewport and elements via keyboard shortcut - Introduce tool and handler for zooming viewport and elements via keyboard shortcut - Provide tool for an improved implementation for deselecting elements Part of eclipse-glsp/glsp#1029
- Introduce tool and handler for resizing elements via keyboard shortcut Part of eclipse-glsp/glsp#1029
- Search - Move - Zoom - Resize Part of eclipse-glsp/glsp#1029
@martin-fleck-at Can this be closed? |
Yes, there are still two features expected (as mentioned in the PR description). Hence I'll reopen this issue, one of those PRs was opened already. |
- Introduce tool and handler for element navigation via keyboard shortcut - Introduce tool and handler for tracking the current focus of the cursor - Introduce tool and handler for the creation of notification/toast - Introduce new reposition action for focusing on element without zooming in Part of eclipse-glsp/glsp#1029
I added the open tasks into description but suggest we do the first task (provide default accessibility tool) rather soon, and extract separate issues for the platform integrations, so that we can close this task. |
…n via keyboard (#279) - Introduce tool and handler for Grid and Pointer for node creation - Introduce tool and handler for edge creation with autocomplete feature - Introduce tool and handler zooming via grid Part of eclipse-glsp/glsp#1029
Closing this as the base of accessibility features for GLSP were completed in the scope of the standalone example. |
…autocomplete with the capability to visually highlight found elements. (eclipse-glsp#242) - Introduce base class for autocomplete palettes supporting flexible suggestions - Extend AutoCompleteWidget with visibleSuggestionsChanged and selectedSuggestionChanged callbacks - Provide reason if AutoCompleteWidget closes Part of eclipse-glsp/glsp#1029
…he keyboard (eclipse-glsp#241) - Introduce tool and handler for moving viewport and elements via keyboard shortcut - Introduce tool and handler for zooming viewport and elements via keyboard shortcut - Provide tool for an improved implementation for deselecting elements Part of eclipse-glsp/glsp#1029
- Introduce tool and handler for resizing elements via keyboard shortcut Part of eclipse-glsp/glsp#1029
- Search - Move - Zoom - Resize Part of eclipse-glsp/glsp#1029
) - Introduce tool and handler for element navigation via keyboard shortcut - Introduce tool and handler for tracking the current focus of the cursor - Introduce tool and handler for the creation of notification/toast - Introduce new reposition action for focusing on element without zooming in Part of eclipse-glsp/glsp#1029
…n via keyboard (eclipse-glsp#279) - Introduce tool and handler for Grid and Pointer for node creation - Introduce tool and handler for edge creation with autocomplete feature - Introduce tool and handler zooming via grid Part of eclipse-glsp/glsp#1029
…autocomplete with the capability to visually highlight found elements. (eclipse-glsp#242) - Introduce base class for autocomplete palettes supporting flexible suggestions - Extend AutoCompleteWidget with visibleSuggestionsChanged and selectedSuggestionChanged callbacks - Provide reason if AutoCompleteWidget closes Part of eclipse-glsp/glsp#1029
…he keyboard (eclipse-glsp#241) - Introduce tool and handler for moving viewport and elements via keyboard shortcut - Introduce tool and handler for zooming viewport and elements via keyboard shortcut - Provide tool for an improved implementation for deselecting elements Part of eclipse-glsp/glsp#1029
- Introduce tool and handler for resizing elements via keyboard shortcut Part of eclipse-glsp/glsp#1029
- Search - Move - Zoom - Resize Part of eclipse-glsp/glsp#1029
) - Introduce tool and handler for element navigation via keyboard shortcut - Introduce tool and handler for tracking the current focus of the cursor - Introduce tool and handler for the creation of notification/toast - Introduce new reposition action for focusing on element without zooming in Part of eclipse-glsp/glsp#1029
…n via keyboard (eclipse-glsp#279) - Introduce tool and handler for Grid and Pointer for node creation - Introduce tool and handler for edge creation with autocomplete feature - Introduce tool and handler zooming via grid Part of eclipse-glsp/glsp#1029
As part of a @aylin-sarioglu's diploma research conducted at the Model Engineering lab of TU Wien in the Business Informatics Group, there are currently there are three main features planned to improve accessibility for GLSP diagrams:
The following PRs are also planned as part of this great endeavour:
To do until the accessibility feature is completed (feel free to extract it out into own GH issues):
The text was updated successfully, but these errors were encountered: