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 .
×

Star Frontiers Character sheet not adding Skills fields

We tested this on multiple computers in multiple browsers and had the same issue across the board. Selecting the +Add button in the Skills area of the character sheet has no effect visually you can see the button depress however it does not add a new skills field.
1420450306
Finderski
Pro
Sheet Author
Compendium Curator
Can you share the code? Please be sure to encapsulate it in the "code" formatting by clicking the paragraph icon in the upper left corner of the reply box so that formatting remains readable. It should look something like this. Thanks.
Hi GV. I do not have the code, this is the Star Frontiers character sheet someone else has created and added to Roll20. I posted this here hoping to catch their eye.
1420478506
Lithl
Pro
Sheet Author
API Scripter
The fieldsets for PSA skills and Secondary skills are wrapped around table rows. This generates extremely invalid HTML, and the browser is under no obligation to render this in any particular way. Chrome is pushing the fieldset outside the table, which is then resulting in the repeating items being empty (and thus 0px high). As a demonstration, create a new character, hit Modify, and notice that all you can do is hit done. Then hit Add a few times followed by Modify. You'll see a delete icon, which you can press a number of times (equal to the number of times you hit Add) before it disappears and all you can hit is Done. The sheet is attributed to Chris W. ; I recommend contacting him and directing him to this thread, as this section of the sheet will likely require a major rewrite in order to function correctly.
Thanks for your help Brian, I will try to see if Chris W is around.
1420570480
Kevin
Sheet Author
API Scripter
I made some minor modifications to this sheet and can take a look at it in a few days when I have some time, if Chris doesn't look into it. It's a slow one for me to slog through with the CSS being mostly inline and it relying heavily on tables for structure so I would prefer someone else to do it :P.
Thanks Kevin, I have not delved in to the character sheet design at all, I would be interested in seeing what is found.