I'm not sure how to fix it but I can tell you the basic issue. The link is opening the tiddler just fine the issue is that the tab is not getting focus so it's keeping it's "display:none" css property.
Which is why you notice that no tabs are selected one you click an Aliased link and that if you click the tab the content is than show as normal. I think the reason for this is that Aliased titles exist as if they where real tiddlers so when you click the link "ThisIsAnAlias" the system opens "ThisIsAnAlias" but than the Alias plugin hijacks that call and instead displays "HasAlias" which as far as the tab-bar is cornered is not want just got opened so you get nothing selected and "HasAlias" effectively opened in the background. Off the top of my head logically I'd think you would have two options to fix this: Change the Alias plugin so instead of just displaying the aliased tiddler it did something like a re-direct. On Wednesday, October 2, 2013 2:03:07 PM UTC-7, TRR wrote: > > I'm using TiddlerAliasPlugin from > http://tiddlywiki.abego-software.de/Beta.html#TiddlerAliasPlugin and > TiddlersBarPlugin from > http://visualtw.ouvaton.org/VisualTW.html#TiddlersBarPlugin. If there are > more up-to-date versions available, I haven't been able to find them. > (Version of TW itself is 2.8.1, and I'm running the latest version of > Firefox). As for a minimal test case - I'm not sure what the preferred > method for providing one would be (sorry, I'm new), but I've attached a > file if that's of any help. It contains the two plugins, a tiddler with an > alias, and a tiddler which links to that alias. > -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywikidev. For more options, visit https://groups.google.com/groups/opt_out.
