WebFundamentals
WebFundamentals copied to clipboard
[Bug] ctrl+click on link does not jump to slide
When control-clicking (or tapping with 3 fingers on the touchpad) on a link that goes to a different slide, you don't get taken to that slide in a new window, but instead land on the overview in a new tab.
Example page that behaves like this: https://rubenverborgh.github.io/WebFundamentals/web-apis/#rest-constraints-http
Writing this Issue made me realize it's not necessarily the fault of the control-click action, but just that the link does not properly get handled on page-load. Or it does get handled like intended, but just is not intuitive, I'll leave that up for debate :)