Chrome rendering error

I came across a strange rendering behavior only for Chrome: select one option and during rendering Chrome spits out lines that seem to start with custom boxes.

When setting up:

-webkit-appearance: none; 

Unlike

-webkit-appearance: menulist-button

the problem ceases to exist.

Here's a demo on JSFiddle (tested using Chrome 18).

Has anyone come across something similar?

+3
source share
1 answer

This was a bug related to Google Chrome 18, and was fixed in version 19.

0
source

All Articles