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

Web UI bouncing dropdown config boxes #28

Open
is8ac opened this issue Aug 15, 2017 · 0 comments
Open

Web UI bouncing dropdown config boxes #28

is8ac opened this issue Aug 15, 2017 · 0 comments
Assignees

Comments

@is8ac
Copy link

is8ac commented Aug 15, 2017

To reproduce:
Go to the web GUI http://localhost:9443/www/dashboard#/ Click on the hamburger menu. Click on config. Click on any one of the sub menus. When you click on a +, the relevant text box drops down with an animation, and stays dropped down. This is good and correct
Now go to hamburger > config > any other config bubble. Click on a +.

Expected behavior: The text box drops down and stays dropped down.

Observed behaviour: The text box drops down and immediately retracts, preventing its use.

The expanding text boxes in the web UI move n times, where n is the number of config pages which you have previously opened since last reloading the page. If n is not evenly divisible by 2, then it ends up exposed and usable. If n is divisible by 2, then it ends up retracted and is unusable.

@rlyle rlyle assigned rlyle and mgfos207 and unassigned rlyle Aug 15, 2017
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

3 participants