Hi – After a clean build, I pulled in vaadin-combo-box v1.1.5 with Polymer 1.7.1. All the items in the
iron-list inside the
vaadin-combo-box-overlay now have a huge spacing between each. I can’t see what is causing that, except to say that if I use the Chrome dev tools to eliminate the
transform: translate3d(…) on each item, correct spacing is restored.
Has anyone else seen anything like this? Any help greatly appreciated!
It sounds like iron-list is computing the height of your items incorrectly. Do you have some other custom CSS that targets the items? Could the item texts be wrapping on multiple lines initially, causing the measuring to get messed up?