Status Update
Comments
ka...@google.com <ka...@google.com> #2
I notice the same issue and LogCat shows the following message:
Google Play services out of date. Requires 3159100 but found 3136130
Google Play services out of date. Requires 3159100 but found 3136130
si...@gmail.com <si...@gmail.com> #3
Same here.
"Google Play services out of date. Requires 3159100 but found 3136130"
"Google Play services out of date. Requires 3159100 but found 3136130"
sa...@microsoft.com <sa...@microsoft.com> #4
me as well....
Google Play services out of date. Requires 3159100 but found 3136130
Google Play services out of date. Requires 3159100 but found 3136130
sa...@microsoft.com <sa...@microsoft.com> #5
I was hopeful that the release of API 18 (4.3) would have created a solution to this, unfortunately it includes version 3158130
dx...@google.com <dx...@google.com> #6
Having the same issue:
07-25 00:03:54.998: W/GooglePlayServicesUtil(27293): Google Play services out of date. Requires 3159100 but found 3158130
07-25 00:03:54.998: W/GooglePlayServicesUtil(27293): Google Play services out of date. Requires 3159100 but found 3158130
Description
Steps to reproduce the problem
Problem Description
Assigning Field as a background colour ought to give an element the same colour as an input field. In the attached page you can see that an INPUT field and a P element with the Field background colour appear different when the color-scheme is "dark".
But in devtools' computed styles tab, the background colour for both elements is reported as rgb(18, 18, 18), and using getComputedStyle() to calculate the background colours gets the same answer.
Using a colour-picker app, I found the dark color-scheme INPUT background colour to be rgb(59, 59, 59). I used that colour in the "Custom" section of the attached page. The elements in the Custom section have the same colour appearance as those in the Dark section.
In Firefox the INPUT and P elements in the Dark section of the page each have the same colour (rgb(43, 42, 51)).
Summary
The CSS system-color "Field" is not the colour of an input field
Custom Questions
Example URL:
See attached page
Does the problem occur on multiple sites?
Not sure - I don't know
Is it a problem with a plugin?
No - It's the browser itself
Does this work in other browsers?
Yes - This is just a Chromium problem
Additional Data
Category: Content
Chrome Channel: Stable
Regression: N/A