Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Character Sheet Development/Bugs & Quirks"

From Roll20 Wiki

Jump to: navigation, search
m
m (Github)
Line 81: Line 81:
 
* '''replacing sheet images on github doesn't always update on sheet''' to make sure images change on sheet when updating/replacing them, change their name/reference in the code, eg. <code>logo.jpg</code> to <code>logo2.jpg</code>.
 
* '''replacing sheet images on github doesn't always update on sheet''' to make sure images change on sheet when updating/replacing them, change their name/reference in the code, eg. <code>logo.jpg</code> to <code>logo2.jpg</code>.
 
** {{repo|Roll20/roll20-character-sheets/issues/8380 discussion on the bug}}
 
** {{repo|Roll20/roll20-character-sheets/issues/8380 discussion on the bug}}
** This minor bug have been observed occasionally since 2019(?) ([[User:1223200|1223200]] ([[User talk:1223200|talk]]) 15:39, 5 May 2021 (UTC))
+
** This minor bug have been observed occasionally since 2019(?) ([[User:1223200|1223200]] ([[User talk:1223200|talk]]) May 2021 )
 
+
* '''Sometimes merged updates don't go live on Roll20''' - have happened both to updates of existing sheets, as well as new sheets not appearing in the sheet menu even if merged & .yaml was updated. (First case Q4 2021 or earlier)
 +
** past instances: Github Issues: [https://github.com/Roll20/roll20-character-sheets/issues/10367 #10367 The Between], [https://github.com/Roll20/roll20-character-sheets/issues/10188 #10188 Mutant Year Zero], [https://github.com/Roll20/roll20-character-sheets/issues/9948 #9948 Vast Grimm], [https://github.com/Roll20/roll20-character-sheets/pull/10419 PR #10419 - ADnD 2E Revised]]
 +
** [https://github.com/Roll20/roll20-character-sheets/pull/10419#issuecomment-1088006100 renaming files & folders on github] might have higher risk of causing this
 +
** ''Suspicion: it's a bug in roll20's sheet update services that was introduced in [[BCS/Updates#March_2|March 2021]] [[User:1223200|1223200]] ([[User talk:1223200|talk]]) 10:06, 5 April 2022 (UTC)''
  
 
=See Also=
 
=See Also=

Revision as of 10:06, 5 April 2022


This page lists observed Bugs and odd quirks of the Character Sheet-system, especially those related to coding, editing & updating character sheets.

  • See Restrictions for quirks that aren't explicit bugs.
  • See BCS/Updates for previously fixed bugs, of bugs that may have a fix under public testing on the Dev Server

Note: The "Month Year" mention at end is a guaranteed last observation of the bug.

Contents

Bugs

General

Sheet code/editing bugs that doesn't fit other categories.

Repeating Sections

Sheetworkers

Bugs in how sheetworkers function.

JavaScript Restrictions

CSE

Bugs related to Character Sheet Enhancement(CSE).

  • HTML replacement characters have been observed to sometimes be converted prematurely after the CSE update was made which can cause sheet roll macros to break.
    • Only appears to happen in CSE-mode. reported by Ayethin & Vince
    • Workaround: since nested quotes and/or queries that include special characters may break in CSE-mode, try substituting the ampersand character as well. ie &quot; should be changed to &amp;quot;.
    • Roll20 have under testing(Forum) improvements to make html characters redundant

Legacy Sheet

Bugs that only affect Legacy Character Sheets(LCS).

  • In legacy mode, the number comparison functions stop working if the number you are comparing is below zero. mention June 2021(Forum)

Github

Bug affecting how sheets uploaded to the sheet repo work or function.

See Also