On both Chrome and Brave browsers, the “Scroll Right” button is missing from the Charts tab UI, preventing full access to the chart data when it extends beyond the visible area.
Browsers Tested
Google Chrome (latest version)
Brave Browser (latest version)
Same result across both browsers.
Expected Behavior
There should be both Scroll Left and Scroll Right buttons to allow horizontal navigation across the chart:
Actually @RuizuKun_Dev we can’t reproduce this issue, multiple people on our team have tried it out and in incognito mode on all browsers we have the old scroll style (rectangle with arrow inside)
This is also happening to me. I think this happens if Roblox thinks that you have a touch screen, which happens to change/break some other website features (for example, “Currently Wearing” on user profiles won’t display page dots).
If you load the website on mobile then you can see this in action. You can scroll through the sorts by middle-clicking, or by sliding your finger across the sort if you actually do have a touch screen.
But the thing is, I don’t actually have a touch screen monitor. As of recently, Roblox thinks I do, for whatever reason.
Hey @RuizuKun_Dev@xyrafrost can you do me a favor and right click on the background of the page → Inspect, then send a screenshot of this line with “container-main” ?
Thanks!! We’ll try to fix it next week but out of curiosity can you paste this into your browser console (Right click → Inspect → “Console” in the top bar) and show the result:
console.log({
'ontouchstart in window': 'ontouchstart' in window,
'maxTouchPoints': navigator.maxTouchPoints,
'msMaxTouchPoints': navigator.msMaxTouchPoints,
'pointer coarse': window.matchMedia('(pointer: coarse)').matches,
'pointer fine': window.matchMedia('(pointer: fine)').matches,
});