You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Upon selecting the version from the drop-down, it moves the screen to the top of the page - not the desired outcome.
However, upon selecting the rest of the options - OS Platform, Langugage binding, GPU/CPU etc the screen remains in the original position (instead of moving to the top of the page) which is the desired outcome.
I'm guessing it involves playing with the button's on-click and using $e.preventDefault(); somewhere around showContent() after populating new options
Hey, this is the MXNet Label Bot.
Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it.
Here are my recommended label(s): Doc
Upon selecting the version from the drop-down, it moves the screen to the top of the page - not the desired outcome.
However, upon selecting the rest of the options - OS Platform, Langugage binding, GPU/CPU etc the screen remains in the original position (instead of moving to the top of the page) which is the desired outcome.
I'm guessing it involves playing with the button's on-click and using
$e.preventDefault();
somewhere around showContent() after populating new optionshttps://stackoverflow.com/questions/43611173/button-onclick-makes-page-jump-to-top-of-page
The text was updated successfully, but these errors were encountered: