mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 13:17:12 -05:00
this fixes a bug where navigating to the next/previous card using shortcut keys resulted in the first field being clobbered - get rid of the stealFocus option in favour of explicitly passing focusTo to setNote() - setFields() is no longer responsible for setting focus - add focusTo var to the browser so that the row changed hook can restore focus when navigating to next/previous card - fix the row changed hook being called twice - the blur event now includes the field number instead of relying on the editor to have the correct currentField - the current field is set to null on blur - use deferred js and a callback rather than keeping track of when we were loaded - add shift+tab shortcut to go to previous field |
||
|---|---|---|
| .. | ||
| mathjax | ||
| browsersel.js | ||
| editor.css | ||
| editor.js | ||
| jquery-ui.js | ||
| jquery.js | ||
| plot.js | ||
| reviewer-bottom.js | ||
| reviewer.css | ||
| reviewer.js | ||
| webview.js | ||