1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-29 23:40:45 +00:00
TiddlyWiki5/core/modules/utils/dom
Rob Hoelz 09ea59240a Cancel non-ancestor popups when showing a new popup (#3490)
Addresses GH #3484

As far as I can tell, the popup level checks in this module are
meant to handle nested popups.  It seems to me that the goal is
for at most a single hierarchy of popups to exist at any given time
- bearing that in mind, this change checks any popups currently tracked
by the module, canceling any that don't share an element hierarchy with
the new popup.
2018-11-25 10:42:21 +00:00
..
animations Restored animations for the reveal widget 2013-11-01 17:23:08 +00:00
animator.js Fix animation behaviour of reveal widget 2013-11-02 09:21:11 +00:00
browser.js Limited implementation of external text tiddlers in the browser 2015-08-29 16:33:04 +01:00
csscolorparser.js Provisionally make tag pill foreground colour be responsive 2014-11-06 13:35:48 +00:00
csscolorparser.js.meta Provisionally make tag pill foreground colour be responsive 2014-11-06 13:35:48 +00:00
dom.js PageScroller: scroll in new windows (#3537) 2018-11-13 18:07:55 +00:00
dragndrop.js Add more logging for drop operations 2018-09-13 20:42:35 +01:00
http.js Update code comment for $tw.utils.http 2018-08-23 13:13:49 +01:00
keyboard.js Introduce text editor toolbar (#2315) 2016-04-22 08:36:29 +01:00
modal.js Modals: Display in source-window (#3539) 2018-11-18 20:57:04 +00:00
notifier.js Refinements to 87fa7f972c 2016-10-18 16:39:18 +01:00
popup.js Cancel non-ancestor popups when showing a new popup (#3490) 2018-11-25 10:42:21 +00:00
scroller.js Pagescroller - get scroll pos in src window (#3561) 2018-11-21 11:32:22 +00:00