right-side panel is appear at wrong position

Game development with Board Game Arena Studio
Post Reply
User avatar
YEEDA
Posts: 11
Joined: 28 October 2016, 09:32

right-side panel is appear at wrong position

Post by YEEDA »

bga_bug_right_side.jpg
bga_bug_right_side.jpg (118.65 KiB) Viewed 554 times
As the image, the "right-side" panel is appear at wired position (inside "left-side-wrapper").
I open others page and got it should be placed in "leftright_page_wrapper".

I fix that problem by moving the right-side panel to correct place at my game.js > setup.
Can anyone answer me why this is happened?
User avatar
robinzig
Posts: 461
Joined: 11 February 2021, 18:23

Re: right-side panel is appear at wrong position

Post by robinzig »

No idea, but since only you are reporting this in the game you are working on, it is likely that it is either due to some code you added to your game, or perhaps (if it only happened once) if you were messing with things (moving the HTML around, or running Javascript manually) in the browser devtools.

As with most questions, we can't see what's going wrong if we don't see any of your code.
User avatar
YEEDA
Posts: 11
Joined: 28 October 2016, 09:32

Re: right-side panel is appear at wrong position

Post by YEEDA »

Thanks for reply, if anyone want to debug this, please request to access to my project, and I will make you as a temporary reader.
https://en.studio.boardgamearena.com/st ... laweentest
User avatar
paramesis
Posts: 398
Joined: 28 April 2020, 05:00

Re: right-side panel is appear at wrong position

Post by paramesis »

You probably have an unclosed html tag
User avatar
YEEDA
Posts: 11
Joined: 28 October 2016, 09:32

Re: right-side panel is appear at wrong position

Post by YEEDA »

paramesis wrote: 05 May 2022, 01:10 You probably have an unclosed html tag
Yes! You are right!
After I check and edit the *.tpl file, The right side is appear in the correct place!
Thanks!
Post Reply

Return to “Developers”