Skip to content
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

Experimental Link UI - fix interface bugs and issues #18135

Closed
3 of 4 tasks
getdave opened this issue Oct 28, 2019 · 8 comments
Closed
3 of 4 tasks

Experimental Link UI - fix interface bugs and issues #18135

getdave opened this issue Oct 28, 2019 · 8 comments
Labels
[Package] Block editor /packages/block-editor

Comments

@getdave
Copy link
Contributor

getdave commented Oct 28, 2019

On testing, I've noticed a few things that might be improved:

  • On the first search, the loading spinner seems to be rendering partially outside of the popover. It's more noticeable when setting network speed to something slower in the dev tools.
  • The main input search input seems to have part of its bottom border cut-off when the list of suggestions appears Link UI: Fix focus styles w/ suggestions showing #18292
  • The gradient at the top and bottom of the suggestions list hints that there are more results, but it shouldn't be displayed if the user can't scroll anymore in that direction. I think you can see it ever so slightly on the last item when hovering over it. Link UI: Fix focus styles w/ suggestions showing #18292
  • A usability thing, I wonder if the URL item in the search results should appear first, as it has the instructions 'Press ENTER to add this link'. Now a separate Issue.

Originally posted by @talldan in #17846 (comment)

Also see this idea #17846 (comment)

@obenland
Copy link
Member

obenland commented Nov 4, 2019

Let's try and fix these issues in separate PRs?

@retrofox
Copy link
Contributor

retrofox commented Nov 4, 2019

On the first search, the loading spinner seems to be rendering partially outside of the popover. It's more noticeable when setting network speed to something slower in the dev tools.

Taking this one, Dave

@retrofox
Copy link
Contributor

retrofox commented Nov 4, 2019

Loading spinner #18278 PR.

@WunderBart
Copy link
Member

The main input search input seems to have part of its bottom border cut-off when the list of suggestions appears

Picking this one up!

@obenland
Copy link
Member

obenland commented Nov 5, 2019

Picking this one up!

Gah, I'm sorry, I didn't see that 😔

@obenland
Copy link
Member

obenland commented Nov 6, 2019

The gradient at the top and bottom of the suggestions list hints that there are more results, but it shouldn't be displayed if the user can't scroll anymore in that direction. I think you can see it ever so slightly on the last item when hovering over it.

The button margin is 10px and the suggestion list padding is 8px. So if we decreased that gradient from 20px to 18px, that should probably do it.

@getdave
Copy link
Contributor Author

getdave commented Nov 6, 2019

A usability thing, I wonder if the URL item in the search results should appear first, as it has the instructions 'Press ENTER to add this link'.

@karmatosed @shaunandrews Can you advise if you agree with this?

@getdave
Copy link
Contributor Author

getdave commented Nov 11, 2019

A usability thing, I wonder if the URL item in the search results should appear first, as it has the instructions 'Press ENTER to add this link'.

As this is hanging around I've broken this out into a separate Issue which can be accepted as Blocking or dismissed by @mtias / @talldan as necessary.

@getdave getdave closed this as completed Nov 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Package] Block editor /packages/block-editor
Projects
None yet
Development

No branches or pull requests

4 participants