-
Notifications
You must be signed in to change notification settings - Fork 21
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
Initial popover height max: The hovered window does not reach the bottom of the view #282
Comments
Huh. Well, I'm gonna have to ping @nothingislost on this one, because it's something in InteractJS doing it. Initially it sets the height as requested, but then an InteractJS "move" event occurs, and then it resizes. I'm pretty sure the purpose of the resizing is to keep it within the screen boundaries, but the calculation is coming up with 703.3333px for some reason (at least on my machine) instead of the actual screen height. I don't know where it's getting that from, it seems to be calculated somewhere deep inside InteractJS. |
Huh. I found a bit of the code that restricts the maximum size to 2/3rds of the window size (height and width). Not sure what that's about. As a workaround, you can edit your main.js and change the |
@merlinuwe unrelated but what theme is this? |
Magic user theme with "moon" selected. |
Thanks for your great plugin.
Is there a max for the initial popover height setting?
The higher value I give, the more the windows starts at the top, that's what I expect. At 1200 px. the window starts at the top. But the bottom of the hovered windows does not reach to the bottom.
Settings
400px
800px
1200px
Could you please enhance this maximal possible value?
The text was updated successfully, but these errors were encountered: