You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use at least 2 <$appear> widgets in the single tiddler, formatted like this:
Before 16 text.
<$appear show="Click for (16)" type="popup" keep="no">
Message for 16.
</$appear>
After 16 text.
<$appear show="Click for (17)" type="popup" keep="no">
Message for 17.
</$appear>
After 17 text.
Results:
Click once on each 'appear' link. The correct text for the first item (16) will not be correct. It will be the text for item (17).
This bug doesn't happen if the <$appear> macro is not a popup, like this:
Before 1 text.
<$appear show="Click for (1)" keep="no">
Message for 1.
</$appear>
After 1 text.
<$appear show="Click for (2)" keep="no">
Message for 2.
</$appear>
After 2 text.
The text was updated successfully, but these errors were encountered:
bulrush15
changed the title
<appear> macro doesn't show correct text when link is clicked.
<$appear> macro doesn't show correct text when link is clicked.
Dec 18, 2019
Summary:
No matter how many <$appear> widgets I have in a single tiddler only the text for the last <appear> macro will appear.
My Setup:
Reproduce problem:
Results:
Click once on each 'appear' link. The correct text for the first item (16) will not be correct. It will be the text for item (17).
This bug doesn't happen if the <$appear> macro is not a popup, like this:
The text was updated successfully, but these errors were encountered: