<$linkcatcher to="$:/state/searchNreplace/search">
<$edit-text tiddler="$:/state/searchNreplace/search" tag="input" default="" placeholder="search" focusPopup="$:/state/regexDropDown"/>
<$transclude tiddler="$:/text-tools/ui/regex-dropdown" mode="inline"/>
<$edit-text tiddler="$:/state/searchNreplace/replace" tag="input" default="" placeholder="replace" focusPopup="$:/state/regexDropDown"/>
</$linkcatcher><div class="tc-block-dropdown-wrapper"><$reveal state="$:/state/regexDropDown" type="nomatch" text="" default=""><div class="tc-block-dropdown tc-edit-type-dropdown"><$list filter="[all[shadows+tiddlers]tag[$:/tags/regexp]]"><$link to={{!!regexp}}><$transclude field="description"/></$link></$list></div></$reveal></div>I checked it on TW.com and the behavior is exactly the same. Just copy and paste the code of both tiddlers. The title of the transcluded tiddler should be $:/text-tools/ui/regex-dropdown
--
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/c9d5f1bc-fce7-43b5-be66-990d5d26e8a3%40googlegroups.com.
--
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/563f917e-9309-49e0-a570-59e94169df61%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You can get around that problem by using the set widget to assign a qualified value to a variable in an outer scope, and then reference that variable in both places.<$set name="v" value=<<qualify "$:/state/mygoodstate">>>...<$reveal state=<<v>>etc.
Thank you very much. I'll go for that.Coming back to the clipping popup, I'm still experiencing the same problem after changing the type to popup. As long as I keep the mouse button pressed while giving focus to the edit field, the popup keeps open, but as soon as I release the button the popup dissapears. Have you checked the code I provided?