Chrome Developer Device Mode Cropped Window - google-chrome

I am running Chrome 65 and since the last upgrade whenever I try and activate the device mode in developer tools (i.e. to see how the page would look like on a mobile phone), only the top left quadrant of the window is displayed correctly. The remaining 75% of the screen is left white (but very strangely accepts input)

I was experiencing the same issue in Chrome 65. Today, I saw that there was a pending update in Chrome. I installed this update and noted that the issue was gone.
The new update has the following version number (at least on my machine): 65.0.3325.162

Related

Chrome Dev Tools responsive mode is broken

I haven't had this problem before, but in the last few days, anytime I enter Chrome Dev Tools responsive mode, only the top left 1/4 of the screen is visible. the other 3/4s of the screen are white.
To be clear, its not scaling the content to fit inside the top left 1/4, it shows the frame correctly but cuts off all but the top left 1/4 of the screen.
I'm running chrome 65 on macOS. I uninstalled plugins, tried incognito, and even completely uninstalled, restart and reinstall. Bug persists.
I've validated that its not just the site I'm on my checking the site on another mac running the same version of macOS and Chrome with no bug.
Update: This problem is gone in chrome canary, however using that browser 100% is not feasible.

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.

can't resize screen in chrome device mode

I'm trying to use chrome device mode on my linux machine, but opposite to my mac, it doesn't give me grid, nor black panel to choose device. It also doesn't have option to resize screen size, while on mac this options are present. I'm using chrome version 38. So it should all work, but unfortunately, it doesn't.
Sorry, can't post picture, as I need 10 reputation points.
Does any of you gone through this problem?
Cheers!

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!

Windows / Chrome / ATI / Browser fullscreen across multiple monitors

I am using the following test setup (Latest meaning as of July 14th 2012):
Core i7 with an ATI FirePro V9800 (Eyefinity)
Windows 7 Pro 64 Bit (latest updates / patches)
Latest Catalyst drivers
Latest Google Chrome Stable / Canary.
6 x 1080p displays (in a row) resulting in a 11520px by 1080px desktop.
I have tried the following to get a fullscreen web view across displays:
Set the maximize to whole desktop setting in the Catalyst control panel. That works for maximizing normal windows (except Chrome), but not for anything fullscreen.
Tried Chrome Kiosk mode (that would be ideal), same problem, only fills up primary display.
Using Chrome Fullscreen or HTML5 fullscreen API results in the same: Fullscreen on a single of the 6 monitors.
IE9 seems to have a limitation of about 10000px for the webview, thus i cannot even stretch it across the entire desktop manually (that works with Chrome).
Tried UltraMon.
Tried a number of Chrome command line switches (http://peter.sh/experiments/chromium-command-line-switches/) for kiosk mode, start in fullscreen etc., so right now using the --app="http://127.0.0.1/index.html" switch to at least get rid of most of Chrome's UI elements.
Tried to find an extension for Chrome, but no success.
Tried Chrome Frame in IE9, also only uses one display.
I understand it is most probably a driver issue reporting the wrong desktop size to Chrome (which I thought was the point of the Catalyst Maximize to full desktop size function). Chrome does not seem to get the desktop size from the same place as other "normal" windows do (obviously not very familiar with Windows windowing).
I would like to work on a full-screen Chrome webview across multiple monitors or a completely chromeless window that I can manually maximize. My browser configuration is flexible, even the OS is somewhat flexible.
I would like to know:
Has anyone gotten a fullscreen browser view across more than 1 monitor to work with Chrome (or any browser)?
Are there any tools that can fake the right (full) display size to Chrome?
Could this be workable in Windows 8?
Is there something that just displays a Chromeless Chrome browser that runs the very latest Chrome? (I have seen awesomium, but find that its price is too high for what I want it to do). Also I want to be able to use the most recent Chrome releases ideally.
Any comments welcome and sorry for the lengthy details.
Thanks for reading!
-Tobi
This worked for me using two monitors:
start C:\Users\terminal\AppData\Local\Google\Chrome\Application\chrome.exe --app="http://www.domain1.com" --window-position=0,0 --kiosk --user-data-dir=c:/monitor1
start C:\Users\terminal\AppData\Local\Google\Chrome\Application\chrome.exe --app="http://www.domain2.com" --window-position=1680,0 --kiosk --user-data-dir=c:/monitor2
I think the order of the parameters is relevant.