-
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
Fade out all outlines as you are typing #8
Comments
I think so. Right now if you press enter from a block and start a new one, the previous block retains the light gray border and the new one has none. We should start with only highlighting in gray the block being edited. |
I think we would end up with three states:
|
When trying it out I felt like I expected to see the controls appear without having to click. It made me pause.
+1 to trying it out, at least. I felt the same way when moving blocks. |
This is done in both prototypes. |
Share ARIA live regions between multiple instances of A11ySpeak
Update browserlist supported browsers matrix
…in-readme Add README.md instructions for attaching debugger to jest
Bump dependencies, Stylelint to v1.0.1 and PostCSS to v5.0.4
Update master branch from original repo
Take the UI prototype for a spin: https://automattic.github.io/gutenberg/ — put the cursor in a paragraph, make some linebreaks, write some text, soak it up.
It's not intended to be super functional, but rather to give a feel for how the block and inline level controls can work, and how that feels while typing. Depending on how far we want to take it, here are some thoughts on how the feel of it all could be improved.
Type selector + up/down rearrangement controls
Should we be showing these controls when you hover over a block? Right now only the faint outlines show up. Might be nice for some quick rearranging to not have to click first.
Show outlines in block you are typing in
Right now the faint outlines show only when you hover over a block with a mouse. Should we be showing these outlines as you are typing inside a block as well? (And only on that block?)
... OR: fade out all outlines as you are typing?
Related to hover outlines, instead of showing outlines on the block you are typing in, we could consider fading out all outlines as you are typing, even outlines on block that your mouse is currently over. The cursor itself fades out anyway, maybe the outlines should too?
When rearranging blocks, the block moved should stay
is-selected
.Moving around blocks right now is neat, but a little disorienting. Perhaps we should even add a subtle animation showing the block moving to its new place, squishing out the old block.
The text was updated successfully, but these errors were encountered: