I don't know if this is related, but I had an issue with flash yesterday which seems to correspond to the Chrome 22 release. I was playing a game which had never had a serious issue before, and I noticed that the timing of things was way, way off. At first, I thought that my system was just lagging - I had a server VM running, Firefox (my main) always has a ridiculous number of tabs open, and I was playing the game i…
Chrome 22 breaks things
51–60 of 108 posts
Re: Chrome 22 breaks things
#52I've been seeing color abberations in text since my PC updated to Chrome 22. Most noticeable has been blue links showing up with a purple tint -- significantly different from the color showing in the Inspector. It's browser-wide, with extensions disabled -- I first noticed the change in link color on a Reddit comment thread, then saw it on Google Plus and my own website as well. http://i.imgur.com/Wjay2.png Has anyon…
I've noticed this as well, for blue links. It's really bugging me. Are you aware of a workaround? Edit: I'm on a Mac, 10.7.5, FWIW
Re: Chrome 22 breaks things
#53The issue isn't fixed in Canary. We are doing our best to isolate it and provide a bug report that demonstrates the issue outside of the production environment.
Re: Chrome 22 breaks things
#54for position: fixed and changed stacking contexts, you're likely running into this: http://updates.html5rocks.com/2012/09/Stacking-Changes-Comin... Basically, the position: fixed on the parent of the span you're trying to put on top is now making the parent its own stacking context, which means that all children will be stacked relative to each other, not to the first absolutely or relatively positioned ancestor of t…
What does the spec say? is there a bug opened already? or are all the browsers wrong and Chrome is right?
Re: Chrome 22 breaks things
#55While my server deals with the traffic, here are the important bits: - Floats don’t push block content down ( http://jsfiddle.net/cvalleskey/WD9pB/ ) - Z-index breaking when element is a child of a fixed parent ( http://jsfiddle.net/cvalleskey/9S3S8/ )
Re: Chrome 22 breaks things
#56Earlier quoted context omitted.
I've noticed this as well, for blue links. It's really bugging me. Are you aware of a workaround? Edit: I'm on a Mac, 10.7.5, FWIW
I haven't found one. I tried switching color profiles on my display, removing extensions, upgrading to Chrome Canary -- colors are still off.
Re: Chrome 22 breaks things
#57Without wishing to piggy back on this thread I feel its a good time to point out that this is exactly why enterprises stick with IE. People are risk averse in businesses.
Enterprises love IE because it has Active Directory Group Policy hooks that allow you to customize and lock down the browser.
Re: Chrome 22 breaks things
#58Additionally, Chrome 22 changed the behavior of -webkit-font-smoothing: antialiased so that the weight of fonts looks much different than it used to when this was enabled. It makes icon fonts look especially bad. http://code.google.com/p/chromium/issues/detail?id=152304
Well it is experimental for a reason. As quoted from the bug report > The webkit-font-smoothing css property is, contrary to the summary, still working. It is still respected, as no lcd font smoothing is being applied. However, the bug where it also affected the weight of the text as a side effect has been fixed. Though it's worth noting they are looking into whether the purpose (and thus the function) of this partic…
Re: Chrome 22 breaks things
#59I don't know if this is related, but I had an issue with flash yesterday which seems to correspond to the Chrome 22 release. I was playing a game which had never had a serious issue before, and I noticed that the timing of things was way, way off. At first, I thought that my system was just lagging - I had a server VM running, Firefox (my main) always has a ridiculous number of tabs open, and I was playing the game i…
I too saw plugin-container.exe grinding my disk to a halt yesterday. I'm considering going back to FF...
Re: Chrome 22 breaks things
#60Earlier quoted context omitted.
I haven't found one. I tried switching color profiles on my display, removing extensions, upgrading to Chrome Canary -- colors are still off.
There's new ICC support in Chrome 22. Perhaps that is interacting poorly with some setting in your system?
It shouldn't be the issue since ICC was already supported by other browsers, and they're not showing this new text color abnormality, just Chrome.