On Aug 3, 10:51 am, shavinder <[email protected]> wrote:
> Please have a look herehttp://fnd.lewcid.org/tmp/testcase_editTemplate.html
>
> When a new tiddler is created by clicking the link 'myLabel' in the
> GettingStarted tiddler, the title field in edit mode shows the value
> 'myTitle myTag' whereas it should contain ONLY 'myTitle' (the string
> 'myTag' is being passed as a tag in the newTiddler macro). Also note
> that the title being shown in view mode is just as it should be i.e.
> 'myTitle'.

That is very strange indeed!  Fortunately, I've found a workaround:

If a 'tags' field is defined in the custom edit template, then the tag
value passed in <<newTiddler>> doesn't end up in the title field.
Thus, you can add the following to your template:
   <div macro='edit tags' style='display:none'></div>

Note: although the above trick avoids the problem, I believe that this
*is* a valid TW core issue, and a ticket should be opened...

-e

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to