Hello,
When the pop-up buttons in the table are clicked, the pop-up is in the wrong place (or at least not where I'd like it to be). Whereas the buttons not in a table work as expected.
Please paste the following code into a tiddler to see the effect I'm trying to describe.
What I'm trying to achieve is arranging the buttons in columns with a title below each button. A table works well except for the pop-up in the wrong place issue.
How could this issue be resolved?
Much thanks, Bob
\define text-popup(text)
<$button popup=<<qualify "$:/state/popup/$text$">> >Pop me up!</$button>
<$reveal type="popup" state=<<qualify "$:/state/popup/$text$">> animate="yes">
<div class="tc-drop-down">
! This is the popup
$text$
</div>
</$reveal>
\end
"""
blah
blah
"""
<<text-popup "hello">>
<<text-popup "help">>
|<<text-popup "hello">>|<<text-popup "help">>|
| pop-up1 | pop-up2 |