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

the HUD is blocking view of lower tabs #552

Closed
dannaksan12 opened this issue Jul 15, 2019 · 4 comments · Fixed by #565
Closed

the HUD is blocking view of lower tabs #552

dannaksan12 opened this issue Jul 15, 2019 · 4 comments · Fixed by #565
Assignees
Milestone

Comments

@dannaksan12
Copy link

we are using a tool to switch between experiment and toggle states on the website which is being found at the bottom of the browser. this is being covered over by the HUDs history and websockets tab. It is making testing more difficult. Is there a way to hide/unhide the lower HUD tab when needed?
Browser used: Chrome on Windows 10.

@psiinon
Copy link
Member

psiinon commented Jul 16, 2019

Thanks for reporting this.
@dannaksan12 is the tool you are using is always at the bottom of the page when the HUD isnt being used? What happens when you expand the HUD lower tabs? Is it completely hidden by them?
If thats the case then we would need to hide the HUD lower frame.
One option would be to resize it to just show the HUD / config buttons on the bottom right when HUD button is pressed.
I quite like that idea as thats how we hide the side frames too. We might need to hide / disable the expand arrow when thats been pressed.

@dscrobonia
Copy link
Contributor

One option would be to resize it to just show the HUD / config buttons on the bottom right when HUD button is pressed.

Ah that would be nice. so that the Hide button hides the side frames and pulls the bottom bar into one corner. That would be a good addition to that feature.

On top of that, however, we should see if there is any way we can better display the bottom bar so that its not covering things. I don't think it will always be possible, but there may be some more things we can do to the target window.

@dannaksan12
Copy link
Author

@psiinon it will always be at the bottom and even if its not expanded it is still covering the tool completely so there is no way to use it.
It would be really good if it could be resized similar to the side panel - especially if someone needs to test the footer for whatever reason as I would suspect that would be covered by the HUD too.

@psiinon psiinon self-assigned this Jul 25, 2019
@psiinon
Copy link
Member

psiinon commented Jul 25, 2019

Agreed - I think we need to hide the lower tabs when we hide the HUD.
I have a poc that does this, but its definitely not robust enough for a PR yet ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

4 participants