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

Clicking on a course name in professors causes race conditions #492

Open
Awesome-E opened this issue Oct 30, 2024 · 1 comment
Open

Clicking on a course name in professors causes race conditions #492

Awesome-E opened this issue Oct 30, 2024 · 1 comment
Labels
bug Something isn't working frontend Front End tasks

Comments

@Awesome-E
Copy link
Member

Reproduce:

  1. go to professors page
  2. click on a course name under recently taught. You may have to try with a few different course names.

Expected behavior:

  • it shows the course and doesn't mess up browser history

Eventually, what actually happens with those two steps:

  • the professor page is shown.
  • clicking the browser back goes to the course you clicked
@js0mmer js0mmer added bug Something isn't working frontend Front End tasks labels Dec 11, 2024
@js0mmer
Copy link
Member

js0mmer commented Dec 11, 2024

Race between the click event on the professor hit item div and the course link. (component)

Recording.2024-12-11.150442.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend Front End tasks
Projects
Status: Backlog
Development

No branches or pull requests

2 participants