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

[Help] Issues with functionality on a new character sheet

February 05 (9 years ago)
I'm struggling with some issues with a character sheet I'm developing for my campaign I'm starting soon and I'm experience a few issues.  After reviewing existing sheets on the Github repo, I can't seem to figure out whats wrong.

These are the issues I'm having:
  • Attributes appear to save (are viewable under the attributes tab) but the Character Sheet tab only shows defaults.  
  • The character name attribute updates the name of the character, however, causes a refresh of the Character Sheet tab which clears all fields to defaults
  • My Willpower calculation doesn't appear to work no matter how I adjust it.

My sheet: https://gist.github.com/anonymous/794e630ece234f72...

Any pointers would be greatly appreciated.
February 05 (9 years ago)
Finderski
Pro
Sheet Author
Compendium Curator
I guess the first question to ask is which browser are you using? IE isn't a supported browser and does behave oddly. 
February 05 (9 years ago)
vÍnce
Pro
Sheet Author
Do you have a css file to post?  Try enclosing your attribute values with calculations ie "Willpower" within parenthesis ( ).
February 05 (9 years ago)
I'm not using any CSS just yet.  

I'm mostly shooting for just getting basics working and planning on styling after.  I'm using chrome so I don't think that's my issue.  I attempted wrapping my calculation in parenthesis and still no luck :(
February 05 (9 years ago)
I tracked down the issue.  Using <fieldset> for its styling was causing my issue.  Granted the documentation calls <fieldset> for repeating areas, it would be nice if standard html didn't break my template though :)
February 06 (9 years ago)
vÍnce
Pro
Sheet Author
Those are the best kind of problems.  ;-)