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

Custom Character sheet HTML / CSS does not seem to be working properly

1419518037

Edited 1419518205
neovatar
Sheet Author
Same issue as documented here: <a href="https://app.roll20.net/forum/post/1142692/#post-11" rel="nofollow">https://app.roll20.net/forum/post/1142692/#post-11</a>... Detailed Description of the Problem When developing a custom character sheet for my GM, the "preview" function does not work after saving, it simply renders a blank page. This is only a problem with the "Preview" tab on the custom character sheet creator. When loaded in a campaign, everything works properly, it would just be much more convenient to get the preview tab working. Steps to Reproduce the Problem Occurs automatically when entering CSS and/or HTML in the Custom Character Sheet HTML or CSS tabs. HTML entered (any will do): &lt;div&gt;&lt;p&gt;TEST&lt;/p&gt;&lt;/div&gt; CSS entered (any will do): p{ font-weight:bold; } Description of Your Setup (Browser + Version, Operating System, etc.) Chrome 39, Firefox 34 X11 Linux x86_64 Screen Resolution: 1920 x 1200 JavaScript: Enabled Flash Version: 14 I also tried various HTML/CSS from the character sheets repo on <a href="https://github.com/Roll20/roll20-character-sheets" rel="nofollow">https://github.com/Roll20/roll20-character-sheets</a>
1419534057
Stephen Koontz
Forum Champion
Marketplace Creator
Sheet Author
API Scripter
Compendium Curator
Saving changes and refreshing doesn't resolve the issue? How about clearing the cache when refreshing? Are any errors being thrown in the console log?
1419534337

Edited 1419535259
neovatar
Sheet Author
Save & refresh did not help - I did it like 20 times, also cleaning cookies and cache did not help. Strange thing is: I was away cooking dinner, now it is working ... //Edit: And broken again ... no errors in console, except that some of the preview images used in the character sheet choice box are 404s (e.g. <a href="https://app.roll20.net/sheet-previews/continuum.png" rel="nofollow">https://app.roll20.net/sheet-previews/continuum.png</a> ) //Edit: And working again, really no clue whats happening :( //Final Edit: Issue seems to randomly occur and maybe fixed/return on page reload
1419605797
Finderski
Pro
Sheet Author
Compendium Curator
I had the same problem yesterday, but it resolved itself after a few hours and I haven't had a problem since.
I am still having it :(
1419615258
Lithl
Pro
Sheet Author
API Scripter
The preview tab is persnickety. Whenever it fails, I just load up the VTT itself (which you need to do at some point anyway, if you want to test how any repeating sections interact with your sheet)
I am using a local preview setup with grunt now. That way I can use a text editor of my choice and live reload, which is much more convenient.