-
Notifications
You must be signed in to change notification settings - Fork 283
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
Comments
@jywarren only one more to go here! Please see first two below (this fixes are all in my multiple image select PR): |
oh wow!!!!
…On Tue, Mar 19, 2019 at 11:46 AM Sasha Boginsky ***@***.***> wrote:
@jywarren <https://github.com/jywarren> only one more to go here!
Please see first two below (this fixes are all in my multiple image select
PR):
[image: bug7]
<https://user-images.githubusercontent.com/41092741/54620318-5ec56a00-4a3c-11e9-9963-fb526bfacd92.gif>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#166 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ9fVw7fV-jVGOOYgBZDKrCfUBoB7ks5vYQYggaJpZM4btTgq>
.
|
@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 |
I think css positioning would be great. I just think there are a couple
scenarios, one where the top of the image is off screen, so it's hidden
that way, and perhaps a few other edge cases...
…On Tue, Mar 19, 2019, 11:50 AM Sasha Boginsky ***@***.***> wrote:
@jywarren <https://github.com/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
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#166 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ08QptCpkX6yzHBfVM2u1uY0wSJqks5vYQc6gaJpZM4btTgq>
.
|
Yeah that is the one reason I am hesitant about it, this type of implementation can get hacky but I will look into it |
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)
|
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. |
final point checked off and this is now closed via #210 |
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!
For these three issues, see the gif here for a demonstration:
Thanks!!!
The text was updated successfully, but these errors were encountered: