Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

About branch tooltip-experiments

Style:

  • Change the mouse cursor to indicate there's a tooltip when clicking.
  • Use a classic look for the hyperlink to indicate it can be clicked.

Behavior:

  • dwell timeout:

    • the tooltip appear automatically after a "dwell timeout".
    • "dwell timeout" configurable on the Admin/Timeline setup page
    • "click-only" behavior if the "dwell timeout" is zero.
  • close timeout:

    • the tooltip is closed automatically after a "close timeout".
    • "close timeout" configurable on the Admin/Timeline setup page.
    • the tooltip is kept open until the mouse is clicked if "close timeout" is zero.
35 check-ins related to "tooltip-experiments"
2019-11-23
20:54
Restore operation of "related" and "tag filter" widgets, see forum thread https://fossil-scm.org/forum/forumpost/2d5fe3dedc for discussion ... (check-in: e2581e6d user: andygoth tags: andygoth-restore-related)
2019-05-28
12:32
Cherry-pick [ac199e7a8a]: Explicitly query the client mouse coordinates, to fix the positioning of tooltips for nodes in IE. ... (check-in: 3b5e74c4 user: florian tags: tooltip-copyhash)
12:16
Explicitly query the client mouse coordinates, to fix the positioning of tooltips for nodes in IE. ... (Closed-Leaf check-in: ac199e7a user: florian tags: tooltip-experiments)
2019-05-27
09:19
Add a "Copy Hash" icon to the tooltip, to copy the hash or branch name of the underlying element to the clipboard. See the wiki page linked to this branch for more information. ... (check-in: 371943c9 user: florian tags: tooltip-copyhash)
06:58
Ensure the close timer is started for tooltips belonging to nodes instead of rails, and prevent an out-of-bounds array access for double-clicks outside of rails. ... (check-in: d57c1a79 user: florian tags: tooltip-experiments)
2019-05-23
17:18
Hide the tooltip when leaving the page. ... (check-in: 356c0d01 user: drh tags: tooltip-experiments)
17:08
Merge enhancements from trunk. ... (check-in: cf07e582 user: drh tags: tooltip-experiments)
17:07
Update the built-in SQLite to the latest 3.29.0 alpha. ... (check-in: 4f040a18 user: drh tags: trunk)
14:45
Fix the tooltip positioning on the ardoise skin. ... (check-in: 0a7ddaba user: drh tags: tooltip-experiments)
02:29
Default dwell and close times for tooltips changes to 100 and 250 milliseconds. ... (check-in: 42c57c97 user: drh tags: tooltip-experiments)
02:25
Avoid changing "r=TAG" into "t=TAG" and "rel" in the URL of a /timeline. ... (check-in: c3b223b7 user: drh tags: tooltip-experiments)
01:55
Add a box-shadow to the default CSS for tooltips. ... (check-in: 22082e3f user: drh tags: tooltip-experiments)
2019-05-22
23:24
Add a non-linked "type" name in front of all tooltips. Style the foreground color and border color based on the default font color. ... (check-in: 2bfa69a3 user: drh tags: tooltip-experiments)
18:09
Show tooltips in the color scheme of the object that the tooltip refers to. ... (check-in: cf1f4243 user: drh tags: tooltip-experiments)
16:47
CSS changes to the look of the tooltip. ... (check-in: b5cfa435 user: drh tags: tooltip-experiments)
15:42
The tooltip over a graph node shows a link to the check-in or artifact that the node represents, not a link to the branch. ... (check-in: fa811f95 user: drh tags: tooltip-experiments)
14:34
Additional simplification of the tooltip javascript. ... (check-in: c0f8f578 user: drh tags: tooltip-experiments)
11:37
Simplifications to the javascript for tooltip handling. ... (check-in: 2189edcd user: drh tags: tooltip-experiments)
2019-05-21
19:07
Merge graph layout enhancements from trunk. ... (check-in: 980adfa6 user: drh tags: tooltip-experiments)
19:04
Improved computation of the rail mapper for timelines on a branch. If the branch is across two or more rails, then all rails of that branch are moved to the left as far as practical. ... (check-in: d19df616 user: drh tags: trunk)
09:40
Fix a bug introduced with [e0198213f3]: using "style.visibility" is essential to calculate the dimensions in the hidden state. ... (check-in: 3850b32c user: florian tags: tooltip-experiments)
09:12
Also add a configuration option to set the closeTimeout for tooltips. ... (check-in: e45429d7 user: florian tags: tooltip-experiments)
08:27
Resolve the fork. ... (check-in: fde231b2 user: florian tags: tooltip-experiments)
08:20
Deduplicate more code. ... (check-in: 7fbad143 user: florian tags: tooltip-experiments)
07:26
Deduplicate code, and consistently use "style.display" instead of "style.visibility" to show and hide the tooltip. ... (check-in: e0198213 user: florian tags: tooltip-experiments)
07:09
Auto-close the tooltip after a timeout, if the mouse pointer is no longer over the associated element. The auto-close timeout is elapsed (and the tooltip closed instantly) if the mouse pointer is over another element, paused (and reset) as long as the mouse pointer is over the tooltip, and cancelled (and the tooltip kept open) if the mouse pointer is moved back over the same element. ... (check-in: 3d5903ce user: florian tags: tooltip-experiments)
02:15
Add a configuration option under the Admin/Timeline setup menu to set the dwellTimeout for tooltips. ... (check-in: 5fc142df user: drh tags: tooltip-experiments)
2019-05-20
23:19
Merge in the most recent enhancements from trunk, and the new experimental feature that puts the select branch first in the timeline. ... (check-in: 274e95f5 user: drh tags: tooltip-experiments)
22:47
For timelines of a particular branch, try to put the target branch on the left side of the graph, before "trunk". Trunk comes second. ... (Closed-Leaf check-in: b39d8d69 user: drh tags: selected-branch-on-left)
09:45
Fix coding typos from the previous commit. ... (check-in: b4f1eb90 user: florian tags: tooltip-experiments)
08:32
Experimental change to have the tooltip appear automatically after a "dwell timeout", in addition to mouse clicks. See the wiki page linked to this branch for more information. ... (check-in: bba53370 user: florian tags: tooltip-experiments)
08:21
Classic styling for the tooltip (grey shadow, also works with dark backgrounds) and the hyperlink (blue and underlined, to indicate it can be clicked). ... (check-in: cdb85ba9 user: florian tags: tooltip-experiments)
08:19
Hide the tooltip if the mouse is outside the current timeline table, and outside the tooltip itself. ... (check-in: bd803b06 user: florian tags: tooltip-experiments)
08:14
Make the "click to show tooltip" action more "discoverable" with a changing mouse cursor, similar to the timeline nodes. This example uses the "pointer" cursor, but the "help" cursor may also be an option. ... (check-in: 8b8eaad8 user: florian tags: tooltip-experiments)
2019-05-18
21:08
Merge the windows build fix from trunk into the tooltips branch. ... (Closed-Leaf check-in: b406b414 user: drh tags: tooltips)