1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-03-06 03:28:09 +00:00
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
..
2016-10-20 09:44:52 +01:00
2014-02-10 13:51:38 +00:00
2014-04-27 20:03:33 +01:00
2016-05-02 10:29:26 +01:00
2013-11-10 19:22:10 +00:00
2013-12-21 16:11:48 +00:00
2014-11-09 17:10:18 +00:00
2017-08-24 20:58:08 +01:00