-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
On-hover pop-out is out of the screen #7799
Comments
looks like a case where the translation is longer than expected resulting in the visual bug. The best way to approach this is to use a popout library that looks to determine where is the best place to pop out info if the default (top in this case) is cut off. Not sure what approach Habitrpg would like to take though. I have noticed similar issues with cut off popouts in other areas. |
This also occurs for the English version. It's something for us to consider in the upcoming website improvement project, if not sooner. In the project, we should test all hover / pop-out features on all items that occur at the top, bottom, far left, and far right of the respective areas. |
one solution is to use a popout library that will dynamically extend left, right, down, or up depending on where it will fit on the screen |
Should this be put on hold for after the client update if it is still applicable? |
@Mathwhiz Great point, thank you! |
The quest modal is handled completely differently now, so I am closing this ticket. |
General Info
Screenshot - http://prntscr.com/btwh9w [EDIT by Alys: screenshot is pasted in below]
When I start quest and hover my pointer under the quest scrolls, I can see pop-outs with info about quest, but that window is half out of my screen. You should do pop-out to down.
The text was updated successfully, but these errors were encountered: