Missing Scroll Button on Game sorts

Description

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:


Actual Behavior

Both the Scroll Left button and the Scroll Right button is missing, making it impossible to view content off the visible screen:


This is from Firefox incognito mode

This is from Opera

I can confirm that this is not a Extensions/Plugins nor Browser issue

1 Like

Hi thanks for reporting! These buttons are currently under experimentation and haven’t been fully rolled out yet.

1 Like

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)

Could you please right click on “Top Trending” > Inspect and then send a screenshot of this window?

In particular I’m most interested to see the line that starts with <div data-testid="game-carousel" in my screenshot

2 Likes

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.

2 Likes

We closed this issue as it is not a bug, but a feature request, but know that we are working on implementing it.

1 Like

It is a bug, it didn’t happen before

a feature is missing

Thanks @RuizuKun_Dev could you please send the screenshot requested in Missing Scroll Button on Game sorts - #3 by skpm_plz?

And can you describe your setup? (PC / mac / external monitor / laptop etc)

Laptop
Alienware Area-51 m
Windows 10
no external monitor, no touch screen

1 Like

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” ?

1 Like

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,
});

1 Like

2 Likes

Hey @RuizuKun_Dev @xyrafrost any chance it works for you now?

Seems to be fixed for me!

1 Like

@RuizuKun_Dev I’m pretty sure this is fixed so I’m going to close it! But feel free to reopen if it’s still broken for you!

Yep it works now, thank you very much! :pray:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.