TW Tones wrote: > > Exactly, come to think of it many apps including tiddlywiki toolbar > buttons, if you click but don't release and drag the pointer away from the > tiddler the click action does not occur. > ie they only trigger on release if still on the button. >
Actually, testing it in TW, it seems to behave that way for a buttonwidget. So is your problem that the label is not selected (for copy)? This seems to work: <$button set="!!caption" setTo="aaa" style="cursor:auto; -webkit-user-select:text; -moz-select:text; -ms-select:text; user-select:text;"> Press me! </$button> <:-) > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/4871ca5a-3151-45b9-aef4-9b55b6b4a9fdo%40googlegroups.com.

