1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-06 12:13:16 +00:00
TiddlyWiki5/core
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
..
config/editor-type-mappings Take editor configuration from configuration tiddlers 2014-01-24 20:22:23 +00:00
docs Add TiddlyWiki Classic markup to type dropdown 2013-12-28 17:56:48 +00:00
images Add a class to the button icon SVGs 2013-11-29 17:11:48 +00:00
messages Add a notification when starting to save with the upload plugin 2013-11-26 22:46:20 +00:00
modules Stop the reveal widget caching hidden content 2014-01-26 09:57:46 +00:00
templates No longer save system modules separately in the main HTML template 2014-01-25 21:22:43 +00:00
ui Add delete icon for the tiddler type editor 2014-01-20 11:21:12 +00:00
wiki Change initial default tiddlers to include most recently created tiddlers 2014-01-20 18:26:32 +00:00
copyright.tid Update copyright year 2014-01-02 10:55:19 +00:00
plugin.info Ensure that the core plugins inherit their version number from the main package.info 2013-08-26 13:28:23 +01:00