-
Notifications
You must be signed in to change notification settings - Fork 115
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
Ensure inline adding of blocks can be tabbed to #627
Comments
My recommendation here is to show the add block action before and after each block if a block is hovered (maybe in the middle of the block rather than on the far right?). This means the user doesn't need to hover between the blocks to see the actions. We can also improve the look and feel of the transition (remove the light grey in-between faded look). A design will be required prior to this one being implemented. |
Before looking at this issue, we plan to investigate #455 |
I've made two interactive prototypes to illustrate this Prototype 1: Line design.
Prototype 2:
|
I think we should probably separate the design improvements to the tabbing issue. Opened a different issue to cover them here #704 |
Nice @maxime-rainville |
Overview
It is currently not possible to tab to the function to add blocks inline. This is important as the current drag and drop library doesn't allow for reordering with keyboard actions.
Feature in discussion:
Split from #455 so this gets more visibility.
Acceptance Criteria
Note
Pull requests
The text was updated successfully, but these errors were encountered: