I fixed the missing headings for each ability score. The change for the Notes tab was to make the text box have the text aligned to the left instead of the center.
I fixed the problem with THAC0 exceeding 20 when showing the to hit for negative AC. It's now properly clamped to 20 as the maximum for the roll needed.
Total weight was exceeding the three decimal places to show up to 8 places when there was only 3 decimal places being calculated.
I fixed the problem with THAC0 exceeding 20 when showing the to hit for negative AC. It's now properly clamped to 20 as the maximum for the roll needed.
Total weight was exceeding the three decimal places to show up to 8 places when there was only 3 decimal places being calculated.
Fixed an issue with the Request Log repeating section where rows were being deleted when tabbing between fields.
The problem was caused by the original <fieldset class="repeating_command_log">. Updating the section name to <fieldset class="repeating_command-log"> resolved the behavior, and rows now persist correctly when entering data.
In my rush to fix the tables I broke the layout for Weapons, Rogue Abilities, and Saving Throws to be outside of the left hand side of the character sheet. This fixes the problem by properly nesting those sections under Armor and Ability Scores.
In my rush to fix the tables I broke the layout for Weapons, Rogue Abilities, and Saving Throws to be outside of the left hand side of the character sheet. This fixes the problem by properly nesting those sections under Armor and Ability Scores.