At
http://tw5toolbar.tiddlyspot.com/ I use a 'List tags' button that opens a tiddler that contains:
---
@@.threecolumns
<div>
{{$:/core/ui/MoreSideBar/Tags}}
</div>
@@
A style sheet contains:
/* DISPLAY IN 3 COLUMNS */
/* for List all tags */
.threecolumns {
display: block;
column-count: 3;
-moz-column-count: 3;
-webkit-column-count: 3;
}
With TW5.0.8-beta this works in Firefox v27, but not (anymore) in Chrome v33 (all in Windows 7 64-bit).
It still does work in TW5.0.7-beta and Chrome v33.
One of the changes in TW5.0.8-beta is the addition of the 'Tag manager'.
Leaving that button out (copying only part of the code of $:/core/ui/MoreSideBar/Tags in a tiddler) did not help.
The strange thing is that the 'untagged' tag pill works as expected, the other tag pills don't. It looks like the "clickable area" for the tag pills has been shifted outside the tag pills:
Just above $/tags/PageTemplate (at the left side of the button) you can click and $:/tags/ViewToolbar opens!
Just above $/tags/PageControls (at the left side of the button) you can click and $:/tags/ViewTemplate opens!
Just above $/tags/stylesheet (at the left side of the button) you can click and Documentation opens!
Just below $:/tags/AdvancedSearch (at the left side of the button) you can click and $/tags/stylesheet opens!
Internet Explorer v11 works normal, Opera 12 shows only 2 colums, misses the last tag pills but the tag pills can be clicked.
For the time being I will skip the 3 column mode but I am curious what happens: strange behaviour of TW5.0.8-beta, Chrome, or the combination of TW and Chrome?
Any idea?
Cheers,
Ton