Chrome went crazy (Looks like Static) - google-chrome

When I open Chrome it looks like these pictures:
Chrome image1
Chrome image2
I had been using it without any problems, I already uninstalled it an re-downloaded it and keeps doing the same.
I'm running it in a VM with Maverick. Like I said I had been using it for a few weeks now without any problem until today.
It does that not only in the webpages but also in Settings and everything related.
I'd really appreciate any kind of help.
Thank you

Go to Settings -> Advanced Settings -> Uncheck the "User hardware acceleration when available", restart Chrome and your issue should be fixed.

Related

Chrome Dev tools ui bug

Recently I've noticed a bug in the Chrome dev tools. As a tester, I dig into a lot of network requests and I've started seeing text overlap when looking at "Payload" under the Network tab, see screenshot. I've checked on any adons or extensions I have but none seem to be causing it. Its a small thing but a huge annoyance. Appreciate any feedback. Thanks!
I've tried disabling all extensions, running incognito. Nothing fixed it. Wondering if anyone has run into a similar issue.

Chrome drop down menu bug (Closing automatically)

I have been getting a problem where my drop down menu is not working. Whenever I try to open a drop down menu it closes it automatically within a second. It used to work fine and I have not downloaded anything that should affect it.
I have tried:
Re-installing Chrome
Checked for malware with Chrome and all other trusted anti malware software
Disabled all extensions and tried incognito mode
Installed Google Canary with same issue still appearing
Cleared history and cache.
Updated Chrome to the newest version
I have tried every single thing I could find as solution but with no success. It started a few months ago and I am not sure why.
The issue is Chrome only and does not happen in Firefox or Microsoft Edge.
This issue happens on every site with drop down menus.
If anyone knows the solution to this it would be amazing.
The issue is in PNG attached file
Huion tablet is the culprit in my case, the symptom is gone if I close the huion tablet app.

Dev Tools auto-complete doesn't work on chrome 35, ubuntu 14.04

After update to chrome 35, autocomplete in dev tools doesn't work. Is it only my issue?
Checked windows and mac, all works..
I've got some similar problems, but just on Styles panel on Elements tab. Here, I've opened an issue just to this case:
https://code.google.com/p/chromium/issues/detail?id=376763&thanks=376763&ts=1400852713
I know it's not a solution, but it's the best we can do. We have to wait for someone at google (or that's involved with chromium project) fix it, and then release a new version patching it.
An alternative is using Chromium from ubuntu Software Center for now (it's still at version 34, so the autocomplete works): https://apps.ubuntu.com/cat/applications/chromium-browser/
UPDATE
This bug has been fixed on version 36
The issue has been fixed in the beta version.
(works in the current version: 36.0.1985.49 beta)
Can be download from http://www.google.com/intl/en/chrome/browser/beta.html
edit:
Considering the initial message, I assumed the problem was to pop the autocomplete box in the source files search as i enter in this issue. If the problem ain't relative to this, sorry.
In the last version the auto-completion menu in dev tools doesn't appears automatically anymore, u need to press cmd+P or cmd+O (mac) to open it.
I've got the same problem. It's really annoying.
Besides, on the Elements tab, when you double click the attribute of an arbitrary tag, the attribute is automatically emptied, which, i think, is not really expected.
Hope these issues get solved as quickly as possible.

Why is Dev Tools bar empty?

I'm using Chrome-compatible SRWare Iron 5.0.381 on XP, and was checking out what Chrome has to offer to developers, EG inspecting the contents of the DOM of a currently-loaded web page.
But when I hit CtrlShiftI, the bar is totally empty:
Does someone why this is? Do I need an add-on? Are there other Chrome-compatible tools I should know about?
It appears you’ve found a bug in that fork of Chromium. The inspector works just fine with Google.fr in the latest Google Chrome and Chromium builds. Why don’t you use one of these browsers.
Usually the reason of that is some problem in DevTools JS code.
It is a chance that problem will be solved by chrome restart.
Such kind of problems can happen when chrome is upgrading at background.
The other reason of that can be some changes which you made in DevTools.js.
Of cause if you have done some changes :)
You can troubleshoot such problem by another instance of DevTools.
As example you can try to load DevTools.html page into Safari, open WebInspector for it and check console messages.

Problem images firefox

I have a big problem with my web site (you can see here), several user can't see images with firefox. I use too firefox but I don't have this problem.
These users use firefox 3.5.2 with windows XP or VISTA. I have no idea to find the problem.
Have you any idea ?
Thanks a lot.
Perhaps the user has accidentally blocked images from your domain.
In Firefox:
Tools > Options > Content tab > Load images automatically should be checked > click Exceptions... make sure the Site list does not include mowen-world.com. If it is there, highlight it and click Remove Site.
I've had similar issues a few weeks ago. The reason was that the JPG images were somehow corrupted. Some browsers/OS combinations showed them without problems, but on others they didn't show.
I fixed it by opening every JPG image and saving them again in a good image editor (like Photoshop or Fireworks)
Whenever I get a problem like this, I start from basics... like "is the HTML valid".
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fmorwen-world.com%2F
There are some issues listed here that could cause odd behaviour.
When I look at the site, I can see all the images fine and the website looks reasonably well laid out (Firefox 3.0.14 Windows XP AND Internet Explorer 8 Windows XP).
I can't see an issue using Firefox 3.5.3 on Windows Vista, just FYI.
Personally whenever I have issues with assets not loading or markup/CSS behaving weirdly, my first stop is Firebug. The Net panel shows the requests for any images and their respective responses. Certainly a good place to start looking.