On Sunday, January 11, 2015 at 3:05:32 AM UTC-6, Jeremy Ruston wrote: > > > the contents of the select widget are buried at the grandchild level > rather than being immediate children > > Why is that happening? The action widgets are supposed to be the immediate > children of the triggering widget. >
Probably because of this or similar: <$select> <option>1</option> <option>2</option> <option>3</option> </$select> which produces this (unusable) html <select><p><option>1</option>....</p></select> @Neil - take care with whitespace in TW5, it's not as "insignificant" as you may think. @Jeremy: I think that's a bit too fragile - perhaps the docs should make people more aware. Of course, embedded whitespace pretty much anywhere else in the block is fine: <$select> <option>1</option> <option>2</option> <option>3</option> </$select> ^ works. HTH -- 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 post to this group, send email to [email protected]. 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/7907fffd-7c47-4424-86ab-e73dd790fb2f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

