docsite icon indicating copy to clipboard operation
docsite copied to clipboard

Control clicking on links works badly

Open bjorn3 opened this issue 3 years ago • 2 comments

If I control click on any menu item to open it in a new page it changes the current page to the intended page without changing the url and opens the previous page in a new tab.

  1. Go to https://dioxuslabs.com/blog/introducing-dioxus

image

  1. control click on "home"

  2. original tab becomes the blog page without changing the url

image

  1. the new tab points to the original page

image

bjorn3 avatar Jan 04 '22 16:01 bjorn3

I've updated the router to not be as terrible.

Can you check if this issue still persists?

jkelleyrtp avatar Jan 05 '22 20:01 jkelleyrtp

It now doesn't open a new tab at all anymore. The url and shown page get updated like it should for a click without control. Right click and then open in new tab works as it should and so does middle mouse button click. It is just control click that is now broken.

bjorn3 avatar Jan 06 '22 13:01 bjorn3