Hello,
In a single-file-based TiddlyWiki in Chrome, I was using the macro:
\define clipVariable()
<$wikify name=wikified-input text=<<variable_set_from_surrounding_list_widget>> output="text">
<$button message="tm-copy-to-clipboard" param=<<wikified-input>> > <<variable_set_from_surrounding_list_widget>> {{$:/core/images/copy-clipboard}}</$button>
</$wikify>
\end
This seems to work well in the main Story River. However, when I open the containing tiddler as a new window, I get the message “Failed to copy to clipboard!”.
I’ve tried to wrap the whole tiddler in a tiddler widget to give it the right context (something that helps in the sidebar) and removing the wikify widget to see if that was interfering … but no luck.
Anyone have an idea on what is failing here? Is this browser cross-window security intervening?
Thanks,
/Mike