Anki/web
Damien Elmes 797a7ea229 refactor editor focus handling
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
2017-08-05 15:16:20 +10:00
..
mathjax bundle mhchem 2017-08-05 12:47:07 +10:00
browsersel.js split js code out into separate files, mathjax improvements 2017-07-28 16:35:45 +10:00
editor.css split js code out into separate files, mathjax improvements 2017-07-28 16:35:45 +10:00
editor.js refactor editor focus handling 2017-08-05 15:16:20 +10:00
jquery-ui.js split js code out into separate files, mathjax improvements 2017-07-28 16:35:45 +10:00
jquery.js split js code out into separate files, mathjax improvements 2017-07-28 16:35:45 +10:00
plot.js split js code out into separate files, mathjax improvements 2017-07-28 16:35:45 +10:00
reviewer-bottom.js fix some js lint 2017-07-28 16:48:49 +10:00
reviewer.css fade next card in 2017-07-29 14:24:45 +10:00
reviewer.js focus type answer area after it's appeared 2017-07-31 16:34:30 +10:00
webview.js move webview js into separate file 2017-08-01 17:04:55 +10:00