Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Summary and Details-Tags missing after publishing to GitHub

1696061513
Gorthian
Pro
Sheet Author
Hi there. I've got a problem with a bit of HTML-Code in one of my community sheets. I added several <summary> and <details> blocks in my sheet. Code looks like this: <details>       <summary>     <div class="sheet-fertigkeiten-zeile">...  </div>   </summary>   <div>  <textarea ....></textarea> </div> </details> This works fine in my sandbox and if I copy an paste it to a game as custom sheet. Last week it was merged into the current branch. I can see the correct code in the html file in the github roll20-character-sheets/NoReturn_2E/noreturn.html at master · Roll20/roll20-character-sheets (github.com)  (Line 635) But when opening a game with this sheet, the <details> and <summary>-tags are completely gone Any ideas why this is happening and what I could do about it?
1696063500
Gorthian
Pro
Sheet Author
Update Could be I used the wrong value in sheet.json in the legacy property. Changed this and started a new merge request. Thx for the hint via private message.
1696078612
GiGs
Pro
Sheet Author
API Scripter
I was also going to suggest looking at the legacy value. In older sheets (legacy=true), details wasn't supported, but now it is. If it's due to a wrong legacy setting, there might be other issues with using the sheet too.
1696516907
Gorthian
Pro
Sheet Author
To resolve this: It was a wrong legacy setting.