-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Improve the sibling inserter UI and feedback for users #6009
Comments
I agree that the sibling inserter is not really that intuitive. When you first hover over the area where it is, your cursor changes, but you do not know why, because you cannot see anything. If you are just moving your mouse quickly, the inserter never appears. In fact, if you click on the seemingly blank area, you end up creating a new block and wondering how you created a new block, because you never noticed your cursor change and the visual bar had not yet appeared. Even when the visual bar does appear, it does not make it clear that it is intended to insert a block there. There is no "+" icon like there is for pretty much every other block inserter. I think the sibling inserter could be greatly improved by making it appear quicker (or just get rid of the animation and make it instant) and by adding either a "+" icon or some tooltip or other visual indicator that the bar is used for inserting a block there. |
Related: #5396 |
I think with the iterations on the sibling inserter, this issue may have been solved. |
Breaking this down from Eric Wright (@ewaccess) testing session with Dragon NaturallySpeaking (speech recognition software). Please refer to the video-recorded session posted here:
https://make.wordpress.org/accessibility/2018/03/28/accessibility-of-gutenberg-the-state-of-play/
min. 6:40
Users of speech recognition software need to know what the name of an UI control is to be able to voice commands. The "sibling inserter" (the "line" that shows up between blocks) is a button and it's correctly labeled with
aria-label="Insert block"
. However, this label is not apparent to users, no tooltip appears and there's no way to understand what the name of this control is.This is how it looks on hover:
And this is how it looks on focus:
I'm not sure what the plans for this inserter are, but I'd say there's room for improvements. Apart from the fact it's partially hidden by other elements of the UI, I'd say also mouse users wouldn't have any clue what this UI control is meant for other than "trying to click on it and see what happens".
Ideally, any UI control should have a visible label, or at least a tooltip. I'd propose to consider to redesign this inserter in a way that it shows a visible label ("Insert block"). Also, it shouldn't get partially hidden by other UI elements. I'm afraid this part of the UI has become a bit cluttered over time and maybe needs some rethinking.
The text was updated successfully, but these errors were encountered: