Page 1 of 1
right-side panel is appear at wrong position
Posted: 04 May 2022, 16:34
by YEEDA

- bga_bug_right_side.jpg (118.65 KiB) Viewed 555 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?
Re: right-side panel is appear at wrong position
Posted: 04 May 2022, 18:10
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.
Re: right-side panel is appear at wrong position
Posted: 04 May 2022, 19:00
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
Re: right-side panel is appear at wrong position
Posted: 05 May 2022, 01:10
by paramesis
You probably have an unclosed html tag
Re: right-side panel is appear at wrong position
Posted: 05 May 2022, 14:04
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!