Regarding focus a couple of other tricks that can help depending on the situation: - use the tm-focus-selector message. - use a <$edit-text> widget with focus="true" in the content. You can even hide it with CSS and it will grab focus on rendering. The entire Streams flow depends on this for example.
On Thursday, December 3, 2020 at 10:13:00 AM UTC+1 Saq Imtiaz wrote: > Good morning Mohammad, > > The wikify, set and vars widgets all have in common that they set up > variables. However, whenever a variable changes, to make their descendant > widgets aware of the new value, they have to refresh all of their content. > > This can cause problems like loosing focus or even significantly slower > performance. Therefore use filtered widget attributes instead where > possible, or set up your variables as close as possible to the final place > where you want to use them (even if it might mean using two vars widgets > instead of one). > > Hope this helps, > Saq > -- 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/c3be0bbf-d2a5-4323-8176-4871168e81a9n%40googlegroups.com.

