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)
bug report
-
Kitty Trouble
- Posts: 3809
- Joined: Thu Jun 27, 2019 7:00 am
- Reputation: 17
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)
(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)
- Christen57
- Posts: 2063
- Joined: Sun May 07, 2017 10:37 pm
- Reputation: 189
- Location: New York, United States of America
Better yet, they should type:
That way, if duelingbook accidentally scrolls to the left or right, it would fix that too.
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.
- DarkPhenix
- Posts: 426
- Joined: Thu Apr 30, 2020 2:12 pm
- Reputation: 78
- Location: The Jungle
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
RC-1, PC-1 Konami® Certified Judge
- Christen57
- Posts: 2063
- Joined: Sun May 07, 2017 10:37 pm
- Reputation: 189
- Location: New York, United States of America
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.
- Christen57
- Posts: 2063
- Joined: Sun May 07, 2017 10:37 pm
- Reputation: 189
- Location: New York, United States of America
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);
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
Who is online
Users browsing this forum: duelist12 and 61 guests