Changes between Initial Version and Version 1 of Ticket #16004, comment 36
- Timestamp:
- 04/13/14 02:57:08 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16004, comment 36
initial v1 4 4 Currently this stuff is in [https://github.com/sagemath/sagenb/tree/master/sagenb/data/jquery/plugins/extendedclick sagenb/data/jquery/plugins/extendedclick]. In fact, it seems to still be there after the update as well, and it's still loaded in base.html. So maybe we can just update it for the new jquery after all... 5 5 6 In fact, Jason has a [https://github.com/jasongrout/jquery-extended-click/commits/master github repo] for this! At the time he updated for a new jquery too. 6 In fact, Jason has a [https://github.com/jasongrout/jquery-extended-click/commits/master github repo] for this! At the time he updated for a new jquery too. I did try editing things back in Safari's Firebug equivalent, but any clicking at all - even in the compute cells - yielded 7 {{{ 8 TypeError: 'undefined' is not an object (evaluating 'introspect[id].before_replacing_word') 9 }}} 10 from line 23 of master.js. Not sure if this is related. Anyway, I would be very surprised if one couldn't fix this but I couldn't get the web inspector to allow me to change any of the js files, very annoying. 7 11 8 12 Or, we could perhaps use [https://github.com/jeresig/jquery.hotkeys this jquery plugin] or [http://www.openjs.com/scripts/events/keyboard_shortcuts/ this javascript thing] instead? [http://stackoverflow.com/questions/9377046/jquery-trigger-ctrl-click This link] seems less robust but could work too...