1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-06 20:14:22 +00:00
TiddlyWiki5/core/modules
Jermolene d6c5e51501 Fix popup handling in Cecily and Zoomin view
Cecily and Zoomin story views use a document.body that is smaller than
the document.documentElement. We were just clearing the popups on
clicks on the document.body Clicks on the document element (ie, on the
background of the page) were not being trapped, meaning that you
couldn’t dismiss a popup.
2014-11-22 10:19:03 +00:00
..
commands Add unpackplugin command 2014-10-29 11:43:43 +00:00
filters Extend search filter to allow field to be specified 2014-11-06 20:56:32 +00:00
info Obeisance to JSHint for core modules 2014-08-30 20:44:26 +01:00
macros First pass at export button 2014-11-10 20:59:15 +00:00
parsers Allow whitespace after \end in macro definitions 2014-11-18 10:26:20 +00:00
savers Update savers to specify variables, including filename 2014-11-10 19:54:19 +00:00
startup Fix popup handling in Cecily and Zoomin view 2014-11-22 10:19:03 +00:00
storyviews Fix problem with recent zoomin changes 2014-10-07 14:07:55 +01:00
upgraders Obeisance to JSHint for core modules 2014-08-30 20:44:26 +01:00
utils Fix popup handling in Cecily and Zoomin view 2014-11-22 10:19:03 +00:00
widgets Fixes to make nested popups work 2014-11-21 17:07:03 +00:00
commander.js Improve error message for missing commands 2014-11-09 14:49:33 +00:00
config.js Make date format strings be translateable 2014-10-09 10:33:08 +01:00
deserializers.js Fix JSON deserialiser to allow all fields 2014-11-13 16:04:30 +00:00
filters.js Ensure that deprecations are clearly marks 2014-09-10 09:20:43 +01:00
language.js Make more core strings be translateable 2014-03-20 20:55:59 +00:00
pluginswitcher.js disable enqueueTiddlerEvent during plugin switching 2014-11-01 16:32:52 +03:00
saver-handler.js Update savers to specify variables, including filename 2014-11-10 19:54:19 +00:00
syncer.js Delete syncer tiddlerInfo when tiddlers are deleted 2014-09-24 16:21:59 +02:00
tiddler.js More resilience to Tiddler.isEqual() 2014-11-09 21:47:00 +00:00
wiki.js Improve import logging 2014-11-14 10:33:41 +00:00