Google Chrome does now show grey circle - google-chrome

I have a little problem. When i enable dev tools and mobile screen emulation with touch emulation, a grey circle cursor should be for my cursor, but i, for some reason do not see it, while cursor is on screen (no cursor totally). However, it would be visible on screenshot (why?).
Environment :
Chrome version : 48.0.2564.109
Windows version : 8.1 x64

Finally i solved this problem! This is also adresses to a problem with drop shadow from windows and cursor. I have an intel core i5 6xxx, which has some problems with it. I am sorry, if my translation is not good enough.
Solution: Open your intel graphics settings, then, go to advanced and enable full sample range. Then open color settings and go advanced and disable YCbCr.

Related

Chrome latest v68 zoom page using ctrl + scroll

Today I update the Google Chrome browser version to 68 and Now I couldn't zoom in or zoom out a page by using Ctrl + Mouse Scroll action, Do they have changed the page zoom In/Out shortcut keys on Chrome 68 ?
OS: Ubuntu 16.04.5 LTS
According to this discussion, the issue is not getting fixed. However, there is a chrome extension mentioned there, which solves the problem. Here you can find how to install it, if you never did this.
Edit: It's now available on the chrome web store
I did not write this extension, all credits to the original author.
My chrome is running on Version 68.0.3440.75 (64-bit). I'm not facing the same. Its working properly for me. Just restart the browser and check again!
Good to see I'm not the only one.
I have 2 Fedora 28 systems: a laptop with a touchpad, and a desktop with a mouse. Both are on Chrome 68. The laptop lost the ability to zoom with CTRL + the simulated mouse wheel. The desktop can still zoom with the CTRL + the real mousewheel.
I'm going to try plugging in a mouse to the laptop and see what happens.
I submitted a report through Help -> Report Issue. I would recommend you do the same.

Black Box appearing behind drop down menu only in chrome on windows machines for mobile screen only?

Has anyone come across the following problem? Please view image attached.
This problem only exist in chrome on windows machine and on mobile devices.
A strange black box appears behind the drop down menu
Try disabling hardware acceleration in Google Chrome. Go to Chrome Settings, search for hardware acceleration, and uncheck the box if it is checked. Chrome should prompt you to restart the application.
We were seeing this problem on Chrome version 50.0.2661.87 m.

No Mobile Emulation in Chrome 39.0.2171.95 m. How to enable?

I have Chrome 39.0.2171.95 m on Windows 7 64. But there is no Mobile Emulation in my Chrome. I have Dell Notebook 15.6 inches screen size. May small screen size be the reason? How to enable Mobile Emulation?
No Overrides option in my Chrome:
Chrome with Overrides option:
Hotkey: CTRL-SHFT-M
To enable it with hot keys, CTRL-SHIFT-M should work from anywhere in the debugger and may be easier to use than looking around for the new icons as they moved around in the last few versions of Chrome.
Finding Device Mode via the new icons in the GUI:
In recent versions of Chrome they have moved device mode support to its own cellphone like icon:
They have also moved the Emulation Panel into submenus, toggled by the >= icon:
But the panel is only configurable when the device mode icon is already enabled.
Note the device mode icon selected(blue) in the top left and the submenu icon selected on the top right. Though they may be in different locations in some versions.

Google Chrome disable screen ruler

Since the last update of Google Chrome, a screen ruler shows up when inspecting an element. Does anyone know how to disable this ruler?
This is an old question, but now you can enable or disable now in Chrome Developer Tools -> Settings -> Show Rulers (you can also access the settings just pressing F1).
In Chrome 38, there is a "Toggle Device Mode" button to the left of menu items in developer tools. Clicking on it will toggle display of ruler and device emulation list.
Go to "Settings" -> "General" tab.
In the end of page, click on button "Restore defaults and reload".
=)
It's not possible for the moment.
You need to wait Chrome 25 or use Canari.
https://plus.google.com/115203843155141445032/posts/771CKRcKYdM
This is now known as Device Mode. It allows you to select different device screen sizes as well as emulate different Network Speeds.
You can enable/disable it by clicking the Phone Icon on your console.
Upgrading to the latest dev release fixed this for me:
http://www.google.com/chrome/intl/en/eula_dev.html?dl=mac
This started happening to me out of the blue. I use Chrome inspect element for developing, on a personal computer that no one else uses.
This morning, I had the whole rulers-and-menus thing appear as if out of nowhere.
The above suggestions did nothing. When I got to the configuration check-box for rulers, I discovered it was turned off.
I was able to get the old look back by resetting the defaults in the same config menu which held the rulers check-box. Hope that helps anyone stuck like I was.
When you have the unspect editor opened, Just go to settings by clicking the icon (top right on the unspector) there you will find a big button saying restore defaults and reload . That worked for me . Good luck
I'm using Chrome Canary (Version 45.0.2451.0 canary), and the presence of the rulers appears to be tied to whether Emulation is enabled. Restoring defaults (as suggested above) turns it off, or you can just go to the drawer at the bottom and do it.

CSS transformations crashing Chrome

I'm running Ubuntu (12.04.1 LTS) using VirtualBox (4.1.14) on a Windows 7 host machine. It seems that, using Chrome (21.0.1180.89), CSS transformations are causing the browser to lock up in a strange fashion.
This can be tested using this page: http://benmurden.com/css3test/css3test.html
In short, it looks like the "content area" of the browser, that is, anything apart from the URL bar, tab list etc. stops rendering during or after a CSS transformation and becomes "stuck" on top of every other open process. I can still close the offending tab or the browser itself since that area of the browser is fully responsive. I can even switch to another process and it will be partially visible under the "stuck" content area on top of it.
I meant to take a screen cap to demonstrate this particular effect but after locking up Chrome in this way and switching to a text editor behind it, only the text editor was fully visible on the screen cap and the locked-up Chrome was nowhere to be seen. This leads me to believe this might be a problem with VirtualBox rather than Chrome itself. Then again, there is someone sitting next to me with a nearly identical setup: Same type of machine running Chrome on Ubuntu using VirtualBox with identical versions of those three and he does not experience this issue.
I am unable to reproduce this on any other browser and host/guest combination I'm currently using. Those are:
Firefox (15.0.1) on Ubuntu
Firefox (15.0.1) on Windows 7
Chrome (21.0.1180.89) on Windows 7
Please let me know if there's any other information I could supply that would be of use.
Thanks!