1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-01 00:10:45 +00:00
TiddlyWiki5/core/modules
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
..
commands Switch to using $tw.fakeDocument for the fakedom document object 2014-01-15 14:57:35 +00:00
filters Reference correct wiki object 2014-01-25 18:17:33 +00:00
macros Get rid of the qualifyTiddlerTitles hack 2013-11-02 15:42:24 +00:00
parsers Resolve merge conflict 2014-01-25 14:41:48 +00:00
savers Boost the priority of the upload saver 2014-01-25 16:38:08 +00:00
storyviews Make the zoomin storyview visualisation properly track the title node 2013-11-08 12:36:30 +00:00
utils Rejigged encrypted import so that the current password isn't changed 2014-01-20 13:35:55 +00:00
widgets Stop the reveal widget caching hidden content 2014-01-26 09:57:46 +00:00
commander.js Refactoring module mechanism 2012-11-14 11:23:43 +00:00
config.js Move the animation duration into a tiddler so that we can easily let it be adjusted in the control panel 2013-08-28 15:15:56 +01:00
deserializers.js Refactor importing of encrypted TiddlyWiki files so that it works on Node.js 2014-01-19 20:13:55 +00:00
filters.js Rename the operator portion after the colon to "suffix" 2014-01-24 19:15:27 +00:00
startup.js Add a cancel button to the 'set password' dialog 2014-01-25 19:55:56 +00:00
syncer.js Fix occasional crash from trying to save a tiddler after it has been deleted 2013-12-12 15:16:44 +00:00
themes.js Adjusted plugin encoding so that the JSON text no longer duplicates the fields 2013-12-14 09:46:02 +00:00
tiddler.js Remove plugin field now that we've got the plugin-type field 2013-08-23 18:37:54 +01:00
wiki.js Extend list filter operator to take a text reference 2014-01-25 18:14:30 +00:00