Dev form unscrollable and uninteractable

So i went to submit a bug for studio, but i was unable to interact with ANYTHING on the devform website.
After using google chrome’s inspector, i found out that there was an element overlaying everything preventing user input.

The HTML element had class=“preloader-image”
I removed it and was able to click everything again, but i was unable to scroll.

So i did some console magic commands to enable the scroll support again.

document.querySelector('body').style.overflowY = 'scroll';
document.querySelector('body').style.height = '100%';

Im not sure if i was the only one who had this issue, but it should definitely be addressed. without applying my console magic, i could not post anything or even interact with ANYTHING on the dev forms.

Update: There were some console errors

Here is the error

Refused to execute inline script because it violates the following Content Security Policy directive: "script-src https://devforum.roblox.com/logs/ https://devforum.roblox.com/sidekiq/ https://devforum.roblox.com/mini-profiler-resources/ https://doy2mn9upadnk.cloudfront.net/assets/ https://doy2mn9upadnk.cloudfront.net/brotli_asset/ https://devforum.roblox.com/extra-locales/ https://doy2mn9upadnk.cloudfront.net/highlight-js/ https://doy2mn9upadnk.cloudfront.net/javascripts/ https://doy2mn9upadnk.cloudfront.net/plugins/ https://doy2mn9upadnk.cloudfront.net/theme-javascripts/ https://doy2mn9upadnk.cloudfront.net/svg-sprite/ 'nonce-irh/lceigo7rl6yvjkyaeg==' 'sha256-hzxbmvze6p3mvhdzlfai9cumlh+qwx6bnt3qtwnpatg=' https://ajax.googleapis.com https://doy2mn9upadnk.cloudfront.net/assets/ https://doy2mn9upadnk.cloudfront.net/brotli_asset/ https://doy2mn9upadnk.cloudfront.net/highlight-js/ https://doy2mn9upadnk.cloudfront.net/javascripts/ https://doy2mn9upadnk.cloudfront.net/plugins/ https://doy2mn9upadnk.cloudfront.net/theme-javascripts/ https://doy2mn9upadnk.cloudfront.net/svg-sprite/ https://c.evidon.com/ https://www.googletagmanager.com/gtag/js https://www.google-analytics.com/ https://devforum.roblox.com/javascripts/ https://devforum.roblox.com/highlight-js/ https://devforum.roblox.com/plugins/ https://devforum.roblox.com/brotli_asset/ https://devforum.roblox.com/assets/ https://devforum.roblox.com/theme-javascripts/ https://devforum.roblox.com/svg-sprite/ https://d348twzf7a8p5.cloudfront.net/ https://a96aa0e2f8ae148f0a5c01f21781d48e-1309625378.us-east-2.elb.amazonaws.com https://c.evidon.com https://www.googletagmanager.com https://api.roblox.com https://create.roblox.com https://devforum.roblox.com/sbbi/". Either the 'unsafe-inline' keyword, a hash ('sha256-HZxBMVZe6P3MvHDZlFai9cUmLH+qwX6BNT3qTwNPATg='), or a nonce ('nonce-...') is required to enable inline execution.

I’m on chrome and can’t reproduce it, could it be a browser plugin interfering?

1 Like

Im using operaGX. Funny enough, it seems to have been fixed now.

Correction: I cant scroll, but i can still click stuff now.

nevermind. It happened again. Is there anything i can do to help this issue get fixed?

Steps to reproduce:

  • Launch OperaGX
  • Goto dev form
  • Log into account(if you havnt already)
  • The issue should now replicate.

This issue for me is 100% replicatable.

Sorry for the late response here! We have a ticket here at Roblox. We’ll let you know when we have an update.

Hi there, thanks for the report!

Are you able to reproduce this in OperaGX’s Private Window? are you running any plugin/extensions on Opera? lastly, are you able to reproduce this in another browser such as Chrome?

Unfortunately, DevForum is not officially supported on OperaGX. We suggest you use another browser such as latest Safari or Chrome if you continue to experience above issues.