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?
source
share