Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
11 check-ins using file src/default_css.txt version cf561c482b
|
2019-01-02
| ||
| 07:24 | Oops, fallen for testing built-in versus customized skin, fix the previous check-in. ... (Closed-Leaf check-in: dac9293b52 user: florian tags: js-hamburger-menu) | |
| 07:03 | Less rigid string-to-number conversion for the custom "data-anim-ms" attribute. ... (check-in: e4a18b6702 user: florian tags: js-hamburger-menu) | |
|
2018-10-14
| ||
| 06:46 | Backout [4d384ed875] and [5677271a1c] to simplify the hamburger menu customization template. ... (check-in: bf8946a138 user: florian tags: js-hamburger-menu) | |
| 06:44 | Remove leftover IE8 compatibility code, as the hamburger menu never worked with this browser. (The hamburger button would be replaced with a non-scripted link to the sitemap, if JS processing got this far.) ... (check-in: b0043203cb user: florian tags: js-hamburger-menu) | |
|
2018-10-12
| ||
| 16:18 | For consistency, HTMLize another TH1 variable, though not sure if this is required, see [https://fossil-scm.org/forum/forumpost/bc0b6ce4a1]. ... (check-in: 5677271a1c user: florian tags: js-hamburger-menu) | |
| 16:16 | Switch away from classic (bubbling-only) event handling to simplify management of temporary handlers, and to have the ESC key listener use a priority (capturing) handler, to prevent any other keydown handlers or default actions for the ESC key while the panel is open. This does not change the compatibility test results summarized here: [https://fossil-scm.org/forum/forumpost/f425a1756c]. (IE8 halts JS processing at JSON.parse in antiRobotDefense, anyway.) Also, for non-compatible browsers, there's a new fallback to transform the hamburger button into a simple (non-scripted) link to the sitemap. ... (check-in: e3376829e2 user: florian tags: js-hamburger-menu) | |
|
2018-10-11
| ||
| 16:36 | Cancel the timer to remove the border of the hamburger menu panel after the closing animation, if the menu is closed and immediately reopened by double-clicking the hamburger button. ... (check-in: c73deeb69a user: florian tags: js-hamburger-menu) | |
| 16:36 | Recalculate the dimensions of the hamburger menu if the browser window is resized. ... (check-in: 7c724cf7b2 user: florian tags: js-hamburger-menu) | |
| 16:36 | Fix the hamburger menu template from the documentation to ensure TH1 variables are properly HTMLized. ... (check-in: 4d384ed875 user: florian tags: js-hamburger-menu) | |
| 16:36 | Enable customization of the hamburger menu through the default skin header.txt. ... (check-in: 497dbb356f user: florian tags: js-hamburger-menu) | |
| 16:36 | Extend the CSS fixes to avoid column breaks inside list items, [dc5e06ff71] and [51da396650], as Firefox classifies 'break-inside' as an 'invalid property name'. This affects the sitemap and the hamburger drop-down menu. ... (check-in: 5bd8d6fe86 user: florian tags: js-hamburger-menu) | |