Google Chrome console auto scrolls when I click on an object - google-chrome

There are several different questions about this. However, I still have not been able to solve the problem.
When I am debugging in Google Chrome's console, I do want to see the content of objects
i.e
{a:'a'}
So I click on them to expand them. Many times (randomly), I get auto scrolled to the bottom of the console, getting me in really hard troubles to debug the object I am trying to watch.
I've read about bug with zooming in and out. But that did not help at all.
I have last google chrome version, checked with other workmates, and they do not have this problem.
What can it be? How can I fix it?
Since it happens randomly, I can not think it's a feature.
I have tried to reinstall chrome several times, did not help at all. Also sent them a report, but never received an answer.

I'm not sure what version you were having issues with, but I just upgraded from chrome 56 to 57 and that fixed this issue for me.

Related

Chrome DevTools Network requests payload arrows from JSON objects are out of place

Not sure if this is only affecting me but, as shown in the attached picture, my object arrows are our of place making it very hard to read the object.
They should be on the same line as the property as shown in picture
This looks like a regression bug. There is an open issue in the Chromium issue tracker here: https://bugs.chromium.org/p/chromium/issues/detail?id=1359297&q=payload
Same issue here.
Not sure which version, but i confirm it has been fixed in Chrome 106.0.5249.91 official release
if do you still face this annoying issue,
just update to the last Version,
it has been fixed recently.

Strange display/rendering issue on Google Chrome that varies by device/OS

They say a picture is worth 1,000 words. Let's hope so.
To be clear, I am unable to see the drop shadow around the document, grayscale on the document ruler, and gray etchings/borders on the menu UI. Basically, everything is whitewashed. I am incredibly bamboozled.
These are the facts as they stand:
This problem occurs on my desktop (Ubuntu/Windows10), but not on my Macbook Pro (Catalina). All OS are using Chrome that I have signed into.
I have disabled all of my Chrome extensions and experienced the same issue.
I have used multiple monitors and experienced the same issue.
I have disabled my Chrome theme and experienced the same issue.
If I were to take a screenshot of just a select portion of the screen, the very act of that bounding box reveals the missing grayscale and shadow! However, when the screenshot is actually taken, everything is whitewashed. Similarly, if I click "Send Feedback" on Google Docs, a menu UI pops up, the rest of the web page is grayed out a bit, and all the missing grayscale and shadow suddenly becomes visible.
This happens on other web pages. The best example I can give is dndbeyond.com - I cannot see the little checkboxes for my spell slots because they are whitewashed and do not have the drop/box shadow.
I hope I've presented the information correctly. I don't know much/anything about what's going on here and I certainly lack the vocabulary to be successful at Googling my answer. Any help would be greatly appreciated. Thank you!

Jump to a specific entry not working for several browser

i was working with Screen and some Qwebkit based browser. I do thumbnails of specific entrys of a webpage via Achnor. That worked fine till some days.
The issue is that a lot of webbrowsers (including my crawler) aren't able to Jump to a specific Anchor of a post entry. This issue occours only on this specific Website by Blizzard Entertainment.
I took a look into the webpage several times with firebug but i can't see the reason for the Bug. I hope that someone is able to tell me whats wrong with it.
http://eu.battle.net/hearthstone/de/forum/topic/14899382319?page=4#69

Google Chrome issues with impress.js

Sorry for the rather unspecific title, but I can't say it any better.
I'm making a site which works flawlessly (as far as I coded it) in Firefox, but since only insignificant changes it stopped working in Chrome, and I have absolutely no idea why this is! Here's a link to the site, so you can try for yourself:
http://aichorn.com/original
as I started working on it, it worked great in Chrome, but since yesterday it stopped working in Chrome. normally you are supposed to be able to click on "trail-infos" and then a box with a link should fade in. you can get to the box at the moment only by pressing spacebar or clicking on the right arrow...once you are on the trail-info box there's a link saying "Allmountain", and you should be able to click that link. but it simply doesn't work. as if there's an invsible overlay or something, preventing you from clicking! I cant figure out what's the problem, been trying z-index and stuff, but nothing helped! I've undone all changes I made from the last working version, but still it wont work. this is driving me nuts, since i can't find any reason!
I'm using Chrome 33.0.1750.154 m and the website is working fine. Could be an issue with your PC or temp internet files (Clear cache cookies etc) to try and get working.
I am able to navagate left through all the different boxes that move in 3D space, Trial Infos allows me to click on the small box and the content loads.. I'm assuming that is meant to the be product.
If not show screenshot comparisons what you are getting on FF and what you are getting on Chrome.
Interesting concept for the website also! Best of luck!

Page quickly reformats itself mostly in Chrome

After some changes to our site, we are seeing that when certain pages are loaded, the page quickly changes width. This occurs every time on webkit browsers Chrome and Safair, but only rarely on some other browsers.
I have not been able to produce the effect at all on Firefox on Windows, Firefox on Mac, nor IE9 and IE11. It seems to rarely occur on IE8 and IE10. I have not found a pattern yet that causes it to appear on IE8 and IE10.
To understand what might be causing this, it would be good to know if certain styling attributes take an initial value while the page is loading but them assume some other value by the time the page is fully loaded. This could explain what is happening.
I should add that this problem developed after some changes which "should" not have caused this issue. Basically having to do with adding URL rewriting to eliminate duplicate pages. Clearly some side effect is operative.
At the moment we only have the code on development servers, so it would not be that easy to actually see it right now, although that is the obvious first question from a responder. So at this point, the question is more "what generically causes pages to reformat under Webkit."
UPDATE: the problem seems to be traced to Google Translate. When I remove that from the page, the problem goes away. Put it back; problem comes back.
Oddly, it mostly impacts Chrome! IE10 and 11 are exempt, and with even earlier IE versions the problem is much less.
I can readily demonstrate the temporary widening of the page just by reloading the page.
I experimented with trying to put the div containing the translate div instead a container div and setting some attributes on that. So far I have not found something that mitigates the problem.
We have suppressed Google Translate recently because it started adding other junk to the bottom of the page. That other junk is gone but we will continue to suppress it due to this new jumpiness.
I believe there is some clever way to contain the issue, but have no more time for it.
I have confirmed that the issue is definitely caused by Google Translate being on the page.