@BurningTreeC and other experts

I hope to contribute this thingy <http://tidbitz.tiddlyspot.com> to the 
community soon. As part of it, the whole tiddler needs to have a 
droppablewidget so things can be dropped onto it. This was easily achieved 
by modifying  $:/core/ui/ViewTemplate as per here below.
The dropping works well - but it messes up navigation scrolling to it. 
(Scrolling to *edit mode* tiddler works)

Why? What can be done to prevent this?

title: $:/core/ui/ViewTemplate
\define frame-classes()
tc-tiddler-frame tc-tiddler-view-frame $(missingTiddlerClass)$ $(
shadowTiddlerClass)$ $(systemTiddlerClass)$ $(tiddlerTagClasses)$ block-
droparea
\end
\define folded-state()
$:/state/folded/$(currentTiddler)$
\end
<$set name="storyTiddler" value=<<currentTiddler>>><$set name=
"tiddlerInfoState" value=<<qualify "$:/state/popup/tiddler-info">>><$tiddler 
tiddler=<<currentTiddler>>><$set name=curr value=<<currentTiddler>> >
<$droppable actions="""<<block-dropactions>>"""><div class=<<frame-classes
>>><$list filter=
"[all[shadows+tiddlers]tag[$:/tags/ViewTemplate]!has[draft.of]]" variable=
"listItem"><$transclude tiddler=<<listItem>>/></$list>
</div></$droppable></$set>
</$tiddler></$set></$set>


<:-)

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" 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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e12b81b2-5754-41cd-bcb5-dbccf18e1cd2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to