TiddlyWiki5/core/modules
Simon Huber 4858b24cfe
Fix #5308 - WidgetSubclassingMechanism not working with widgets that add EventListeners (or logic ?) in constructor (#5382)
* add EventListeners in the render() method instead of the constructor

* scrollable widget: add EventListeners in render() method instead of constructor +

... move logic from constructor to render()

* linkcatcher: add EventListeners in render() instead of constructor

* fieldmangler: add EventListeners in render() instead of constructor

* edit-bitmap: initialise editorOperations in render() instead of constructor

* list-widget: initialise storyviews in render() instead of constructor

* vars widget: execute Widget.call(this) in render() instead of constructor

... not shure what this should do

* Update fieldmangler.js

* Update edit-bitmap.js

* Update linkcatcher.js

* Update navigator.js

* Update scrollable.js

* Update list.js

* Update vars.js
2021-01-09 13:25:48 +00:00
..
commands
editor Add "autocomplete" attribute to <$edit> and <$edit-text> widgets 2020-11-30 18:48:04 +00:00
filterrunprefixes use a linked list for filter runs. (#5206) 2020-12-06 08:54:57 +00:00
filters Fixed issue where [lookup[]] could emit undefined (#5376) 2021-01-07 18:19:50 +00:00
indexers
info Fix dark mode event handling 2020-11-25 12:33:39 +00:00
macros
parsers Add support for image/vnd.microsoft.icon content type 2021-01-03 10:04:52 +00:00
savers Ensure that we always fetch the latest sha bypassing cache. (#5126) 2020-11-27 21:37:11 +00:00
server System tiddler syncing (#4987) 2020-11-19 15:59:02 +00:00
startup Make "tc-dirty" update also on external windows (#5129) 2020-11-28 21:24:01 +00:00
storyviews
upgraders
utils always test ext in tiddler title and remove it (#5329) 2021-01-03 11:50:14 +00:00
widgets Fix #5308 - WidgetSubclassingMechanism not working with widgets that add EventListeners (or logic ?) in constructor (#5382) 2021-01-09 13:25:48 +00:00
commander.js
config.js
deserializers.js
filters.js Fix for LinkedLists when using bad filter prefix (#5251) 2020-12-10 18:25:53 +00:00
keyboard.js
language.js
pluginswitcher.js
saver-handler.js Make "tc-dirty" update also on external windows (#5129) 2020-11-28 21:24:01 +00:00
story.js
syncer.js Fix filesystem adaptor (#5113) 2020-11-30 22:31:48 +00:00
tiddler.js
wiki-bulkops.js
wiki.js