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

More precise affordance to drag IPFS webUI window around #1066

Closed
momack2 opened this issue Aug 30, 2019 · 4 comments · Fixed by #1071
Closed

More precise affordance to drag IPFS webUI window around #1066

momack2 opened this issue Aug 30, 2019 · 4 comments · Fixed by #1071
Labels
kind/bug A bug in existing code (including security flaws)

Comments

@momack2
Copy link

momack2 commented Aug 30, 2019

image

When I want to move around the webUI window, I usually try to click and hold anywhere in the light teal area at the top of the window to move it - however only the top 1/3 of that teal area is actually able to drag the window, moving my cursor while clicking anywhere else will highlight text in the window. Similarly, if I click in the upper 1/2 of the white text entry box to explore a hash, I don't focus the text entry area but start dragging the window. Can we do a better job highlighting the affordance to drag this window effectively?

I'm on MacOS Mojave 10.14.4

@hacdias
Copy link
Member

hacdias commented Aug 31, 2019

Hey @momack2! Thanks for noticing this. I see two options to fix this:

  1. Re-add the Window frame:

Screenshot 2019-08-31 at 21 10 51

  1. Add some padding to the top.

Although neither of those options is fixing the non-clickable area in the top, which is odd. I'll need to investigate more about that bug.

@hacdias hacdias added the kind/bug A bug in existing code (including security flaws) label Aug 31, 2019
@momack2
Copy link
Author

momack2 commented Sep 2, 2019

While I agree it looks cool without the window frame - re-adding that would solve my problem since I'd know where to click to drag.

If you look at the way slack/zoom do it, everything in the header has the drag/drop affordance except explicitly clickable buttons/fields. I'd prefer a solution like that.

@hacdias
Copy link
Member

hacdias commented Sep 2, 2019

@momack2 sorry for not having updated this: please see #1071! You'll love it!

@momack2
Copy link
Author

momack2 commented Sep 2, 2019

woohoo! thanks!

@momack2 momack2 closed this as completed Sep 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug A bug in existing code (including security flaws)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants