Open jonvitale opened 11 years ago
Is this on PC? I couldn't reproduce on my mac. Deleting a point worked properly after selecting it and hitting "Delete"
"Backspace" not delete. And yes, PC.
On Wed, Oct 9, 2013 at 2:44 PM, Hiroki Terashima notifications@github.comwrote:
Is this on PC? I couldn't reproduce on my mac. Deleting a point worked properly after selecting it and hitting "Delete"
— Reply to this email directly or view it on GitHubhttps://github.com/WISE-Community/WISE-VLE/issues/300#issuecomment-26011660 .
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".
On Wed, Oct 9, 2013 at 2:44 PM, Hiroki Terashima notifications@github.comwrote:
Is this on PC? I couldn't reproduce on my mac. Deleting a point worked properly after selecting it and hitting "Delete"
— Reply to this email directly or view it on GitHubhttps://github.com/WISE-Community/WISE-VLE/issues/300#issuecomment-26011660 .
Jonathan Lim-Breitbart Feature Developer and Lead Designer Web-based Integrated Science Environment (WISE) http://wise.berkeley.edu
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).