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 (new translation/sandbox issue)
m
Line 7: Line 7:
 
* See '''[[Character_Sheet_Development/Feature_Updates|BCS/Updates]]''' for previously fixed bugs, of bugs that may have a fix under public testing on the [[Dev Server]]
 
* See '''[[Character_Sheet_Development/Feature_Updates|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.
+
'''Note:''' The "Month Year" mention at end is a guaranteed last observation of the bug, or when it was documented.
  
 
=Bugs=
 
=Bugs=
Line 26: Line 26:
 
* {{fpl|10308595/ Unicode character in CSS "content" breaks roll templates}} [[User:1223200|1223200]] ([[User talk:1223200|talk]]) 14:49, 12 August 2021 (UTC)
 
* {{fpl|10308595/ Unicode character in CSS "content" breaks roll templates}} [[User:1223200|1223200]] ([[User talk:1223200|talk]]) 14:49, 12 August 2021 (UTC)
 
* [https://app.roll20.net/forum/post/10576120/cant-appear-to-use-certain-emojis-in-a-character-sheet certain emojis & unicode characters are removed] from character sheets, so can't be reliably used. Use images instead. Dec 2021
 
* [https://app.roll20.net/forum/post/10576120/cant-appear-to-use-certain-emojis-in-a-character-sheet certain emojis & unicode characters are removed] from character sheets, so can't be reliably used. Use images instead. Dec 2021
* '''[[i18n|translation]]'''
+
===[[i18n|Translation]]===
** '''translation special character bug''' {{fpl|10111515 discussion}} May 2021
+
* '''translation special character bug''' {{fpl|10111515 discussion}} May 2021
*** avoid placing symbols & special characters in translations. Could[[HTML Entities]] be used instead?  
+
** avoid placing symbols & special characters in translations. Could[[HTML Entities]] be used instead?  
** language-dependent sheet changes doesn't seem to work. See [https://github.com/Roll20/roll20-character-sheets/issues/9053 #9053] for details. Summer 2021
+
* language-dependent sheet changes doesn't seem to work. See [https://github.com/Roll20/roll20-character-sheets/issues/9053 #9053] for details. Summer 2021
** '''Sheet Sandbox & Translation key refresh issue''' you need to manually reload page if you use {{c|getTranslationByKey()}} and have uploaded new {{c|translation.json}} in the sandbox -- May 2022
+
* '''Sheet Sandbox & Translation key refresh issue''' -- May 2022
*** {{c|getTranslationByKey()}} throws a {{c|the key is not in the translation object}} error when the key is in the translation file, in the sandbox if you don't make the page reload.
+
** you need to manually reload page if you use {{c|getTranslationByKey()}} and have uploaded new {{c|translation.json}} in the sandbox
*** seems the translation object as far as {{c|getTranslationByKey()}} is concerned is not updated when you use the sandbox widget to upload a fresh {{c|translation.json}}
+
** {{c|getTranslationByKey()}} throws a {{c|the key is not in the translation object}} error when the key is in the translation file, in the sandbox if you don't make the page reload.
 +
** seems the translation object as far as {{c|getTranslationByKey()}} is concerned is not updated when you use the sandbox widget to upload a fresh {{c|translation.json}}
 
===[[Repeating Sections]]===
 
===[[Repeating Sections]]===
 
* [https://app.roll20.net/forum/post/10721712/action-button-javascript-slash-sheetworker-does-not-work-when-placed-in-a-repeating-section-table Action button (sheetworker) does not work when placed in a repeating section table] March 2022 - found by [[Peter B.]]
 
* [https://app.roll20.net/forum/post/10721712/action-button-javascript-slash-sheetworker-does-not-work-when-placed-in-a-repeating-section-table Action button (sheetworker) does not work when placed in a repeating section table] March 2022 - found by [[Peter B.]]

Revision as of 13:41, 26 May 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, or when it was documented.

Contents

Bugs

General

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

Translation

  • translation special character bug discussion(Forum) May 2021
    • avoid placing symbols & special characters in translations. CouldHTML Entities be used instead?
  • language-dependent sheet changes doesn't seem to work. See #9053 for details. Summer 2021
  • Sheet Sandbox & Translation key refresh issue -- May 2022
    • you need to manually reload page if you use getTranslationByKey() and have uploaded new translation.json in the sandbox
    • getTranslationByKey() throws a the key is not in the translation object error when the key is in the translation file, in the sandbox if you don't make the page reload.
    • seems the translation object as far as getTranslationByKey() is concerned is not updated when you use the sandbox widget to upload a fresh translation.json

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 " should be changed to ".
    • 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