Thanks for the help everyone
I have uncovered part of the problem stopping the display of content in FF4,
(the following code in my tagged view template) I added <div></div> inside
.viewStatusTemplate
this fixed the failure of custom toolbars and tiddler text displaying.
Perhaps the use of SPAN and DIV is stricter in FF4.
[[.viewtoolbarTemplate]]
</div>
[[.viewStatusTemplate]]
<div class='toolbar'>
[[.viewnewheartoolbarTemplate]]
</div>
MonkyTagger is now implicated because latter in my view template I have
[[AllTasks]]
Which also includes in the view template more code. AllTasks has further
template code and begins and ends with <div></div>
Yet when it comes to the following code;
*............*
*<span macro="toggleTag =prioritised . 'Prty'"></span>
<span macro="showWhenTagged =prioritised">
<span macro='monkeyTagger source:"PriorityTag" label:"Priority"
logging:"true" anchor:""'</span>
</span>
<span macro="toggleTag =urgent . 'Urgt'"></span>
<span macro="toggleTag =WIP . 'WIP'"></span>
<span macro="toggleTag edittext . 'EDIT'"></span>.........*
*..............*
Unless the tiddler is tagged =prioritised I do not see the results of anything
after that point, if tagged =priorities my tiddlers look like the did before
FF4 because everything after this line works.
Any ideas please ?
Tony
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.