[tw5] Re: Get focused wrongly the search text box on the sidebar

2018-06-30 Thread Mohammad
Many thanks BTC,
 Yes I called the macro from another tiddler, I see the issue has gone!

On Saturday, June 30, 2018 at 8:42:14 PM UTC+4:30, BurningTreeC wrote:
>
> Hi Mohammad,
>
> I think the reason for this behaviour is because you're calling the macro 
> from the tiddler where it's defined, that way the buttons change the macro 
> tiddler each time you click them, which causes the "importvariables" widget 
> in $:/core/ui/PageTemplate to refresh, which causes a whole refresh of the 
> page -> and that causes the behaviour you're experiencing
>
> if you call your macro from ANOTHER tiddler, this should not happen
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/16cf253c-38d2-493f-8006-3e013f4302aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Get focused wrongly the search text box on the sidebar

2018-06-30 Thread BurningTreeC
Hi Mohammad,

I think the reason for this behaviour is because you're calling the macro 
from the tiddler where it's defined, that way the buttons change the macro 
tiddler each time you click them, which causes the "importvariables" widget 
in $:/core/ui/PageTemplate to refresh, which causes a whole refresh of the 
page -> and that causes the behaviour you're experiencing

if you call your macro from ANOTHER tiddler, this should not happen

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/80a6741f-2ea8-47de-85fd-97d83ddb09db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.