1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-08 13:04:21 +00:00
TiddlyWiki5/core/modules/utils/dom
Jermolene 8d46c18fc7 Refine fix for #1526
The previous fix changed the scrolling behaviour such that it only
scrolled to the top of a tiddler if the tiddler was entirely offscreen.
It wasn’t entirely satisfactory because scrolling was prevented even if
only a few pixels of a tiddler are in view. This commit ensures that
the scroll does occur if less than 50 pixels of the target is in view
2015-02-25 19:09:53 +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 Update browser.js 2015-01-08 20:18:41 +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 More defensive dom utility hasClass() 2014-07-28 14:19:52 +01:00
http.js Treat HTTP 201 response code as success 2014-09-24 16:19:23 +02:00
keyboard.js Fix tiddler keyboard shortcuts 2014-09-02 22:09:28 +01:00
modal.js Update modal handling to allow variables to be passed 2014-11-07 14:54:46 +00:00
notifier.js Change more "tw-*" classes to "tc-*" 2014-08-28 18:21:08 +01:00
popup.js Removing debugging statements from popup mechanism 2014-12-10 17:09:14 +00:00
scroller.js Refine fix for #1526 2015-02-25 19:09:53 +00:00