On Tue, Feb 9, 2010 at 1:13 PM, Ondrej Certik <ond...@certik.cz> wrote: [...] > * only tested in firefox and chromium in Linux. In opera (on linux), > shift+enter and backspace (when deleting cells) behaves funny, for > some reason, preventDefault (event) doesn't work in Opera. I didn't > test on IE8 yet, I hope it works, I'll report back once I test it.
Well, unfortunately it doesn't work in IE8 on Windows at all. Shift+Enter works like Enter, and clicking on the evaluate button reloads the page. I think the problem with Shift+Enter could be that IE8 doesn't detect the shift somehow, I'll try to debug it. The problem with the evaluate button could be that that the link points to the same page, and even though I override the click event in javascript, IE8 still follows the link and reload the page. It'll have to be debugged. Ondrej -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org