All reports
bunnykingdom_displayed reports
#88914: "Viewport buttons in bottom right toolbar aren't working"
What is this report about?
What happened ? Please select from below
Display bug: some game information displayed was wrong (with no important consequence on the game)
Detailed description
• Please describe the display issue. If you have a screenshot of this bug (good practice), you can use Imgur.com to upload it and copy/paste the link here.
This isn't specific to the mentioned game ID.
Clicking on the "Birds-Eye (2D) view" and "Perspective (3D) view" does nothing. They don't even change appearance to "selected".
As a spectator of a game, I do manage to change the perspective by going to the Options tab, changing the setting in the drop-down, and refreshing.• What is your browser?
Mozilla v5
Report history
salty-horse • Bug has not been reproduced by delopers yet:
19. May 2023 9:51 • I tried debugging it and saw something weird in the minified production javascript. I think the click handler isn't working.
Instead of the equivalent of:
on($("BKPerspectiveViewButton"), "click", () => {
atbutil.updateUserPreference(PREFERENCE_VIEWING_ANGLE, 45);
});
I see just:
$('BKPerspectiveViewButton')
Also, if refreshing the page is required after changing the setting, perhaps it should be mentioned in the tooltip.
(It would be nice if it wasn't required, but I understand it's complicated)
Instead of the equivalent of:
on($("BKPerspectiveViewButton"), "click", () => {
atbutil.updateUserPreference(PREFERENCE_VIEWING_ANGLE, 45);
});
I see just:
$('BKPerspectiveViewButton')
Also, if refreshing the page is required after changing the setting, perhaps it should be mentioned in the tooltip.
(It would be nice if it wasn't required, but I understand it's complicated)
BaronFraser • Bug has been confirmed by developers:
22. May 2023 12:38 • Thanks for the heads up - that would explain why it's working in Studio but not Live. I'll test in Studio with minified mode.
I'm ultimately hoping to not require a refresh when switching modes - I hope shortly to either get that sorted or - if not - then I'll put the warning in.
Cheers,
BARONFRASER
I'm ultimately hoping to not require a refresh when switching modes - I hope shortly to either get that sorted or - if not - then I'll put the warning in.
Cheers,
BARONFRASER
TheFourthJesse • Bug has been confirmed by developers:
22. May 2023 18:26 • I am also having this problem. The default view seems to be 3D, which is not a great view on mobile.
VioletAngel11 • Bug has been confirmed by developers:
24. May 2023 5:22 • None of the map tools zoom in/out etc have worked for me on mobile. I also had to get 2d view from the drop down options.
Also the map is so large that scrolling up and down from cards to maps to buttons sometimes gets me stuck on the map and I have to back out of the screen using phone navigation buttons and re-enter the table.
Also the map is so large that scrolling up and down from cards to maps to buttons sometimes gets me stuck on the map and I have to back out of the screen using phone navigation buttons and re-enter the table.
Add something to this report
Please add here anything that seems relevant to reproduce this bug or understand your suggestion:
- Another table ID / move ID
- Did F5 solve the problem?
- Did the problem appears several time? Everytime? Randomly?
- If you have a screenshot of this bug (good practice), you can use Imgur.com to upload it and copy/paste the link here.