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

Dynamic Views Logic Issue #12

Open
AuRoN89 opened this issue Jul 10, 2024 · 2 comments
Open

Dynamic Views Logic Issue #12

AuRoN89 opened this issue Jul 10, 2024 · 2 comments

Comments

@AuRoN89
Copy link
Contributor

AuRoN89 commented Jul 10, 2024

I think there an issue in how Dyanmic Views Logic works.

Here how to replicate it:

Setup three views
View 1 (without any condition (dynamic view is off)) set as Default)
View 2 (when a button X is pressed)
View 3 (When a button Y is pressed)

Expected Result
Nothing is pressed = View 1
Pressed button X = View 2
Pressed button Y = View 3

What happens instead
Nothing is pressed = Dash remain in View 1
Press button X = Dash Switch to View 2
Release button X = Dash Remain in View 2 but should return to View 1
Press button Y = Dash Switch to View 3
Release button Y = Dash Remain in View 3 but should return to View 1

The thing is, when conditions for View 2 and View 3 are NOT TRUE, the Dash should return to the default (View 1 in this case), instead, it remain in the last active View

@craigkai
Copy link
Collaborator

So the logic for dynamic is when the condition is true, the view changes. But not when it is false, we were worried that you could end up with screen flickering if your view is changing all the time

@AuRoN89
Copy link
Contributor Author

AuRoN89 commented Jul 10, 2024

screen flickering already happens when two conditions are true, see the other reported issues, i think it can be linked to that one

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

No branches or pull requests

2 participants