Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

MenuLink triggers loadingBar on drag and right click #381

Open
mootari opened this issue Aug 23, 2022 · 0 comments
Open

MenuLink triggers loadingBar on drag and right click #381

mootari opened this issue Aug 23, 2022 · 0 comments

Comments

@mootari
Copy link

mootari commented Aug 23, 2022

The loading bar at the top of the nav bar is supposed to indicate the loading progress of a route change, but triggers prematurely when dragging or right-clicking menu links.

Steps:

  1. visit https://www.solidjs.com/
  2. scroll to nav bar
  3. on any menu link:
    • press and hold mouse button (optionally drag)
    • right click link (e.g. to open in new window or copy)
  4. note that both cases will trigger the loading bar atop the nav bar

Source:

createEventListener(linkEl, 'mousedown', () => {

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

No branches or pull requests

1 participant