1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-03 10:43:16 +00:00
TiddlyWiki5/core/modules/widgets
Jermolene 69d342d46a Stop the reveal widget caching hidden content
Previously, when displayed content is hidden by the reveal widget there
was an optimisation such that the content was retained in the DOM but
hidden using CSS, so that it could be shown again quickly.

It turns out that a sideeffect of that optimisation is that clicking
through all the sidebar tabs leaves them all active, so that they all
need to be refreshed whenever a character is typed in an editor.

This commit suppresses the optimisation, so that hidden content is
removed from the DOM and the render tree.
2014-01-26 09:57:46 +00:00
..
browse.js Fix problem with "import" button not working 2013-12-30 11:54:51 +00:00
button.js Improve the Widget.prototype.removeChildDomNodes() method so that most subclasses won't need to override it 2013-11-09 16:55:14 +00:00
checkbox.js Fixed bug when using checkbox widget to apply a tag to a tiddler that is untagged 2013-11-10 19:21:37 +00:00
codeblock.js fixes of a newbie, me 2014-01-12 17:09:24 +00:00
count.js Improve the Widget.prototype.removeChildDomNodes() method so that most subclasses won't need to override it 2013-11-09 16:55:14 +00:00
dropzone.js Fixed problem with multiple tiddlers created from dragging a single file 2014-01-24 14:09:06 +00:00
edit-bitmap.js Improve the Widget.prototype.removeChildDomNodes() method so that most subclasses won't need to override it 2013-11-09 16:55:14 +00:00
edit-text.js Only set placeholders when field has no data (fixes #317) 2013-12-29 17:18:00 -08:00
edit.js Take editor configuration from configuration tiddlers 2014-01-24 20:22:23 +00:00
element.js Improve the Widget.prototype.removeChildDomNodes() method so that most subclasses won't need to override it 2013-11-09 16:55:14 +00:00
encrypt.js Improve the Widget.prototype.removeChildDomNodes() method so that most subclasses won't need to override it 2013-11-09 16:55:14 +00:00
entity.js Improve the Widget.prototype.removeChildDomNodes() method so that most subclasses won't need to override it 2013-11-09 16:55:14 +00:00
fieldmangler.js Remove empty tag fields in the field mangler 2014-01-20 11:53:26 +00:00
fields.js Improve the Widget.prototype.removeChildDomNodes() method so that most subclasses won't need to override it 2013-11-09 16:55:14 +00:00
link.js Better drag/drop for Firefox/Chrome and improved IE support 2013-12-20 19:57:05 -08:00
linkcatcher.js Change new_widget to widget 2013-11-08 08:47:00 +00:00
list.js Get rid of the "new_" prefix we had on some methods 2013-11-08 08:51:14 +00:00
macrocall.js Get rid of the "new_" prefix we had on some methods 2013-11-08 08:51:14 +00:00
navigator.js Ensure that new tiddlers created from a skeleton don't inherit created/creator fields 2014-01-21 21:00:08 +00:00
password.js Fix default password 2013-11-10 19:22:10 +00:00
radio.js Cleaning up further coding style inconsistencies that have crept in 2014-01-03 10:50:00 +00:00
raw.js Added missing RawWidget 2013-12-21 16:11:48 +00:00
reveal.js Stop the reveal widget caching hidden content 2014-01-26 09:57:46 +00:00
setvariable.js Rename the 'setvariable' widget to 'set' 2013-11-15 18:31:39 +00:00
text.js Enhance text widget to optionally use "text" attribute 2014-01-19 21:45:55 +00:00
tiddler.js Change new_widget to widget 2013-11-08 08:47:00 +00:00
transclude.js Get rid of the "new_" prefix we had on some methods 2013-11-08 08:51:14 +00:00
view.js Fix typo in default date format string for view widget 2014-01-03 18:34:27 +00:00
widget.js allowing variable number of arguments for non-argument macros 2013-12-11 22:59:52 +01:00