google-code-export / mgwt

Automatically exported from code.google.com/p/mgwt
Other
1 stars 0 forks source link

Selected item in MListBox has grey background in Google Chrome on Linux system #258

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
When you open the Elements page in the MGWT showcase 
(http://mobilegwt.appspot.com/showcase/#ElementsPlace:) in Google Chrome on 
Linux operating system, you will see that the background color is grey.
When you open the same page in Google Chrome on Windows 7 operating system, 
then the selected element for the MListBox has a white background.

What is the expected output? What do you see instead?
The background for the selected MListBox element should be the same on all 
Desktop operating systems.

What version of the product are you using? On what operating system?
Ubuntu Version 12.04 (precise)
Google Chrome Version 22.0.1229.94

Please provide any additional information below.
When I analyzed the screen using the Chrome developer tools, I discovered that 
the following style from the user agent stylesheet seems to be the cause of 
this minor issue:
select {
background-color: #DDD;
}

I've also attached a screenshot of the issue.

Original issue reported on code.google.com by roman.ka...@gmail.com on 21 Oct 2012 at 5:52

Attachments:

GoogleCodeExporter commented 9 years ago
Just as an addon - here is the user agent stylesheet from Google Chrome 22 on 
Windows 7:
select {
-webkit-appearance: menulist;
box-sizing: border-box;
-webkit-box-align: center;
border: 1px solid;
border-image: initial;
white-space: pre;
-webkit-rtl-ordering: logical;
color: black;
background-color: white;
cursor: default;
}

Original comment by roman.ka...@gmail.com on 21 Oct 2012 at 6:12

GoogleCodeExporter commented 9 years ago
This issue was closed by revision deb3ad500afe.

Original comment by kurka.da...@gmail.com on 25 Oct 2012 at 8:39

GoogleCodeExporter commented 9 years ago

Original comment by kurka.da...@gmail.com on 25 Oct 2012 at 8:40

GoogleCodeExporter commented 9 years ago
This issue was closed by revision deb3ad500afe.

Original comment by bartolom...@gmail.com on 6 Aug 2013 at 5:31