Yesterday, I upgraded TiddlyWiki from version 5.2.3 to 5.3.0. Quickly, I noticed that my plugin tw5-keyboard-navigation (Source code) doesn’t work anymore.
Usually, it works like that: When I press j
or k
, I can jump to the next/previous tiddler, except when the active element is a textarea or an input element, p.e. when I edit a tiddler. Then, the onkeydown function returns right at the beginning.
But in TiddlyWiki 5.3.0 and all versions since 5.2.4, the viewport jumps up and down while I’m editing a tiddler.
Any ideas what could be wrong? Or which change in TW 5.2.4 could be related?
What’s also strange: When I disable my plugin, I get a pop up window about an “Internal JavaScript error: TypeError: tiddlerCycle is undefined” when I type. This is a variable used in the plugin. I don’t understand how it can cause an error when the plugin is disabled. This happens even after killing the TiddlyWiki server and starting it again (with the plugin still disabled).