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

List of small UI bugs to resolve #166

Closed
3 tasks done
jywarren opened this issue Mar 13, 2019 · 8 comments
Closed
3 tasks done

List of small UI bugs to resolve #166

jywarren opened this issue Mar 13, 2019 · 8 comments

Comments

@jywarren
Copy link
Member

jywarren commented Mar 13, 2019

Collecting some UI bugs which we should address, potentially breaking them up into sub-issues for solving one by one. If you'd like to repost one individually, please link it from here with a comment, thanks!

  • 2 clicks required to show toolbar (should be just one)
  • clicking away from an image (onto background) doesn't deselect it
  • placement of toolbar should be at position of mouse click

For these three issues, see the gif here for a demonstration:

mapknitter

Thanks!!!

@sashadev-sky
Copy link
Member

@jywarren only one more to go here!

Please see first two below (this fixes are all in my multiple image select PR):

bug7

@sashadev-sky sashadev-sky mentioned this issue Mar 19, 2019
4 tasks
@jywarren
Copy link
Member Author

jywarren commented Mar 19, 2019 via email

@sashadev-sky
Copy link
Member

@jywarren for this third point, do you think it would be better to just apply some CSS positioning (relative for images absolute for toolbars) or find another implementation? With mouse click the toolbar would end up on top of the image and whereever else

@jywarren
Copy link
Member Author

jywarren commented Mar 19, 2019 via email

@sashadev-sky
Copy link
Member

Yeah that is the one reason I am hesitant about it, this type of implementation can get hacky but I will look into it

@sashadev-sky
Copy link
Member

since I was already on mapknitter i just wanted to post documentation of the some current toolbar issues that I will be solving in a new PR (will link it back here)

  1. possibility of toolbar overlapping with the handles making them impossible to grab.
  2. The current implementation also relies on the image's position (which is unstable) and explains the instability in toolbar position that has been reported before.
  3. Zoom levels are not accounted for so if you click on the image to trigger the toolbar to show from a higher zoom level, by the time you zoom back in to the default (13), the toolbar will be out of view
  4. Dragged corners are ignored which is another possible way for the toolbar to position itself blocking a corner

This just shows point 1:
toolbar-bug-mapknit

@sashadev-sky sashadev-sky mentioned this issue Apr 10, 2019
7 tasks
@Greg-Tarr
Copy link
Contributor

@sashadev-sky

Hello,

You mentioned that dragged corners are ignored by the toolbar and overlapping.

I fixed this issue: #210

It makes sure no overlapping is possible.

Thanks.

@sashadev-sky
Copy link
Member

final point checked off and this is now closed via #210

@sashadev-sky sashadev-sky unpinned this issue Apr 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants