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

Map isn't working on Firefox and severe load times

Hey there peeps. Map isn't loading at all on Firefox. It's working fine on Chrome, though. Besides that I am having severe load times for the game. 2 minutes or worse and sometimes I have to start from scratch because it doesn't load at all. Thanks
1604966329
Kraynic
Pro
Sheet Author
In the privacy and security settings for Firefox, do you have the options turned on to autofill addresses and other things?  Firefox seems to see character sheets as forms that need filled, so turning those off might help the performance in that browser.
It wasn't giving me any types of issues for the last 6 months. I have 90% of my form-fills settings disabled. So far it's on the weird side of things, because I did nothing from one session to the other when it blew up in my face.
I'm having the same issues! Maps not loading, works fine on chrome. No changes to Firefox was made to cause this to happen that I know of. AndrewUY said: It wasn't giving me any types of issues for the last 6 months. I have 90% of my form-fills settings disabled. So far it's on the weird side of things, because I did nothing from one session to the other when it blew up in my face.
Looking at the html of the Pathfinder Sheet, and the mozilla docs: <a href="https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion" rel="nofollow">https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion</a> I can see that the roll20 Form element is marked as autocomplete="off" , and not the individual input elements. I'm going to guess that some recent Firefox update changed how this is handled in a subtle way, causing these weird performance impacts. I followed the suggestion to globally disable form filling, and performance returned.&nbsp;&nbsp; My off the wall suggestion is to add autocomplete="off" to every input field, and hope Firefox takes the clue.