TaggerPlugin question

3 views
Skip to first unread message

Nicolas Syssoieff

unread,
Feb 20, 2008, 5:06:18 AM2/20/08
to tiddlywiki
Hi guys,

I've been trying to install the TaggerPlugin on a fresh MPTW 2.2 (with layout) on Tiddlyspot.
I'm experiencing some display issues because the dropdown box has an abnormal number of lines, as it splits the "[ ]" part, the tag name, and the tag dropdown arrow.
You can see it on http//devoroumov2.tiddlyspot.com

Can anyone tell me what I'm doing wrong ?

Nicolas.

FND

unread,
Feb 20, 2008, 5:13:49 AM2/20/08
to Tiddl...@googlegroups.com
> I'm experiencing some display issues because the dropdown box has an
> abnormal number of lines, as it splits the "[ ]" part, the tag name, and
> the tag dropdown arrow.

I'm not sure what the root of this problem is, but try adding the
following to your StyleSheet:
.popup .tagger a {
display: inline;
}

HTH.


-- F.

Nicolas Syssoieff

unread,
Feb 20, 2008, 5:21:05 AM2/20/08
to Tiddl...@googlegroups.com
Hi FND,

Thanks for this quick solution, it does work.
But I wonder what can be the cause of this problem....

Nicolas.

FND

unread,
Feb 20, 2008, 5:37:03 AM2/20/08
to Tiddl...@googlegroups.com
> But I wonder what can be the cause of this problem....

For some reason Firebug doesn't display the styles for these popups, so
I'm having trouble determining the CSS rule set causing this.

Anyway, this seems to be a design feature of sorts - I found this in the
default [[MptwStyleSheet]]:
/* Tagger Plugin users uncomment this. from sb56637 */
/*
.popup li a {
display:inline;
}
*/
Simon, if you're around, this might be changed to something like the
following, so users don't have to modify the StyleSheet themselves:
/* TaggerPlugin */
.popup li .tagger a {
display:inline;
}


-- F.

Simon Baird

unread,
Feb 20, 2008, 7:16:13 AM2/20/08
to Tiddl...@googlegroups.com
I commented that out because it makes the popups look weird for people who don't use TaggerPlugin.
--
simon...@gmail.com

FND

unread,
Feb 20, 2008, 7:18:59 AM2/20/08
to Tiddl...@googlegroups.com
> I commented that out because it makes the popups look weird for people
> who don't use TaggerPlugin.

That's why I added the ".tagger" selector - if the TaggerPlugin is not
used, this rule set should be ignored.


-- F.

Simon Baird

unread,
Feb 20, 2008, 7:36:19 AM2/20/08
to Tiddl...@googlegroups.com
oh sorry for not paying proper attention! I will do this immediately.

ps, there is a (I guess beta test) 2.3.0 version of mptw here:

http://mptw.tiddlyspot.com/empty-themestest.html

If anyone wants to test and report bugs to me that would be cool. Not much has changed except the way the mptw theme is done. Look under the optionsslider there is a theme and palette switcher using the 2.3.x theme switcher code from Martin. It should allow easy installation of other themes and palettes.
--
simon...@gmail.com
Reply all
Reply to author
Forward
0 new messages