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.