-
-
Notifications
You must be signed in to change notification settings - Fork 855
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
[BUG] View Background Color not working #1363
Comments
I checked the logic for this, the sideNav has different logic from the button (navigating to other page). If you can edit a code, you can simply change the fuxa-view.component.ts under client\src\app\fuxa-view Search the code below: (loadPage)
and change the this.loadHmi(view) to this.loadHmi(view, true)
|
By the way, how you manage all the controls (sliders, gauges and etc.) to have a little bit of transparent background? This is awesome. |
Nevermind, I knew it. What a dumb question 😄 |
Thank you so much! |
@henjoe Thanks a lot! |
I’m going to close this as resolved. let me know if you have any issues. |
Describe the bug
The background color and behaviour of the view is lost whenever you acces the view by an event.
If you acces the view via the side menu the behaviour is the expected (it works). The bug only happens when you acces the view via a button in a different view
To Reproduce
Steps to reproduce the behavior:
Expected behavior
See the view with the expected background color and behaviour.
Screenshots
View accessed via button in different view
View accesed via side menu
Environment
The text was updated successfully, but these errors were encountered: