Page 1 of 1

bug report

Posted: Fri Sep 04, 2020 11:33 am
by JQLIFICE
as the title says this is a bugreport, i just didnt find a form to submit it to:
https://imgur.com/a/5XIKyju

I accidently placed a card from my hand to bottom of deck, when I tried to cover my hand with the chat to take a screenshot of the log, the game went all weird - see screenshot above

neither resizing the window, nor moving it, nor zooming in/out helped(zooming actually made the game vanish completly)

Re: bug report

Posted: Fri Sep 04, 2020 3:26 pm
by Kitty Trouble
If users have a bug like this they can open javascript console and type $('html').scrollTop(0);

(Control+shift+J in chrome, control+shift+k in firefox, F12 then click console in IE, CMD+opt+c in safari, ctrl+shifti in opera)

Re: bug report

Posted: Fri Feb 26, 2021 7:57 pm
by Christen57
Better yet, they should type:

Code: Select all

$('html').scrollTop(0);$('html').scrollLeft(0);


That way, if duelingbook accidentally scrolls to the left or right, it would fix that too.

Re: bug report

Posted: Sat Feb 27, 2021 2:09 am
by DarkPhenix
Or its super easy to get huge glitches by simply deleting some code and boom, or changing the code a little and you got yourself a nice glitch

Re: bug report

Posted: Mon May 17, 2021 12:49 am
by Christen57
DarkPhenix wrote:Or its super easy to get huge glitches by simply deleting some code and boom, or changing the code a little and you got yourself a nice glitch


Nah. This can happen even when you don't mess with code. It's happened to me a few times before when I never touched any code. I don't know how this happened to him, but for me it can happen when I switch tabs rapidly or change the browser window/size or something.

Re: bug report

Posted: Mon May 17, 2021 12:53 am
by Christen57
Christen57 wrote:Better yet, they should type:

Code: Select all

$('html').scrollTop(0);$('html').scrollLeft(0);


That way, if duelingbook accidentally scrolls to the left or right, it would fix that too.


Xteven should put this code on the front page or something so if people experience this they can easy find the code and use it to fix the problem instead of searching this forum for the code.

Code: Select all

javascript:$('html').scrollTop(0);$('html').scrollLeft(0);

Re: bug report

Posted: Thu Sep 22, 2022 11:13 pm
by eyal282
Christen57 wrote:
Christen57 wrote:Better yet, they should type:

Code: Select all

$('html').scrollTop(0);$('html').scrollLeft(0);


That way, if duelingbook accidentally scrolls to the left or right, it would fix that too.


Xteven should put this code on the front page or something so if people experience this they can easy find the code and use it to fix the problem instead of searching this forum for the code.

Code: Select all

javascript:$('html').scrollTop(0);$('html').scrollLeft(0);


You remember my extension? I'm executing this code every 4.5 seconds now :D