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
Can we override backspace default functionality. In the graphing items sometimes students try to press backspace to remove a point, but something else happens (e.g. going to previously loaded page).
The text was updated successfully, but these errors were encountered:
Yeah, this is a problem where the backspace key is mapped to the "back"
action of the browser in some operating systems. We can probably put a
check in on the keystroke (using a jQuery event namespace to prevent the
action from being overwritten somewhere else) and "preventDefault".
Can we override backspace default functionality. In the graphing items sometimes students try to press backspace to remove a point, but something else happens (e.g. going to previously loaded page).
The text was updated successfully, but these errors were encountered: