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

Bug with the dropDown menu #4

Open
svsannidhay opened this issue Apr 28, 2021 · 4 comments
Open

Bug with the dropDown menu #4

svsannidhay opened this issue Apr 28, 2021 · 4 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@svsannidhay
Copy link
Owner

Cursor pointer event is still present even after the drop down is closed for the selected item, till we click somewhere else.

@svsannidhay svsannidhay added good first issue Good for newcomers bug Something isn't working labels Apr 28, 2021
@Khusyasy
Copy link

Hey, can I get more info on this problem so I can try fixing it?

@svsannidhay
Copy link
Owner Author

Screenshot 2021-05-09 at 9 09 10 PM

After Selecting any entry from the drop down pointer event still exists at that exact place, and it goes away only when user click somewhere else so what happens it if user select anything from drop down after that if user clicks at the same place pointer event is still there and it works, this should not happen. Pointer event must disappear as soon as user selects something from the dropdown.

@Khusyasy
Copy link

I'll have a look, can you assign me please @svsannidhay ?

@svsannidhay
Copy link
Owner Author

Sure go on.
Just focus on the navigation component (Navigation.js), you will find two drop downs one for algorithms and one for mazes, you can also redesign the whole drop downs if you want.
Take care of the onClick events ex. onClick = { () => this.props.onAlgorithmSelect('dfs') }.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants