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

Roll buttons problem

D&D 4e character sheet. Im trying to use my sheets for ability checks, skill checks, inititive checks etc, and it doesnt work. A player of mine has the same problem with his account, but the rest of my players seem to have to problem at all. What can i do to fix it?
1564831279
GiGs
Pro
Sheet Author
API Scripter
Without further details its hard to guess what the issue might be. First thing to check - are you using firefox or chrome as your browser? they are the only two officially supported and you might have issues with others. If thats not the issue, can you describe more about the problem. "Doesn't work" doesn't give us enough information. What happens in chat when you click buttons, if anything.  Is there anything else you can describe about the problem?
Thank you for your answer. I use the Firefox browser. When i click the buttons, they do nothing, at all. It used to work normally when i first started using roll20, but now, in the same account, same game, same character sheet, i cant roll anymore. Even if i create a new game or a new character sheet, always 4e dnd character sheet, it doesnt do anything in chat when i click on the character sheet buttons.
1564833939
Finderski
Plus
Sheet Author
Compendium Curator
Try Chrome.  I use Chrome by default and no issues.  However, when I load the game in Firefox, I have the same behavior...FF doesn't seem to work for those buttons. The problem seems to be the the fact that there are nested Auto-Calcs in the buttons: <button class="sheet-hidden-roll" type='roll' value="&{template:dnd4epower} {{emote=@{ability-strength-roll-text}}} {{name=Strength Ability Check}} {{class=@{character_name}}} {{type=Using Strength}} {{ability=[[1d20 + [[@{strength-mod}]] [STR Mod] + [[@{halflevel}]] [Half Level] ]]}}" name='strength-Check'> <input type="text" name="attr_strength-mod-level" value="@{strength-mod}+@{halflevel}" disabled = "true"/> </button> When I commented that bit out, the button works in FF. It always works in Chrome, though.
Thanks ill try that and i will let you know!
1564847595
Wes
Pro
Sheet Author
I will try my hardest to get this fixed before Mondays deadline, but I work long days on the weekends and might not get to it all before my days off.
Wes said: I will try my hardest to get this fixed before Mondays deadline, but I work long days on the weekends and might not get to it all before my days off. Hello and thank you! There is no need, i was ready just now to update this post, i installed Chrome and now it works just fine! Thank you all!
1565103723
Wes
Pro
Sheet Author
A bug fix has been submitted for this issue with Firefox Provided all goes well, this Pull Request #5375  should go live next Tuesday August 13, 2019. Firefox browser is not receiving or choosing not to receive the button 'clicked' event when a disabled input is within the button element.  I found additional confirmation of this happening from this thread from Coal Powered Puppet 4 months ago: Attribute-backed spans & disabled fields . To fix the issue I created attributes with sheet workers for attribute backed spans to use as the labels in the roll buttons.  Wes