-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Autohide for popup should be changed #2713
Labels
bug
Something isn't working
Comments
Duplicate of #2230 |
Any plans to fix? |
Yes, we have plans to fix it. |
Create! Does it fit next release? |
We will try to implement it earlier than in next release. It will be available in develop branch |
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My actions before raising this issue
Currently if label selected in dropdown is inside of bounds of popup, popup stays open allowing annotator to choose labelling method pressing [Shape] or [Track] buttons:
But if selected label is beyond bounds of popup, it hides. Annotator has to open popup once again to choose labelling method by pressing [Shape] or [Track] buttons.:
Expected Behaviour
In both cases popup should not hide allowing annotator press [Shape] or [Track] buttons.
Current Behaviour
Popup hides unexpectedly. Annotator has to open popup again.
Possible Solution
Possible solution: if selected labels is inside bounds of popup, behaviour stays the same - popup hides. If selected label is beyond bounds of popup, it stays open until user presses [Shape] or [Track] buttons or until user moves mouse so that mouse pointer goes beyond right edge of popup (mouse y coordinate become greater then popup's greatest y coordinate).
Steps to Reproduce (for bugs)
Look gifs attached.
Context
Your Environment
git log -1
): 226c2f2docker version
(e.g. Docker 17.0.05): 20.10.2Next steps
n/a
The text was updated successfully, but these errors were encountered: