acidb / mobiscroll

Cross platform UI controls for progressive web and hybrid apps (plain JS, jQuery, Angular and React)
https://mobiscroll.com
Other
1.54k stars 439 forks source link

Non-touchUI Select option overflow issue #480

Closed ericmoolin closed 3 years ago

ericmoolin commented 4 years ago

I believe there is an issue when trying to display '4' or any other even number of rows on a non-touchui select element. The options overflow out of the popup.

image image

Displaying '3', '5' and other odd numbers display fine.

image image

mattmogford-alcumus commented 3 years ago

I have come across this exact same thing. This has to be more of a common issue. It looks like it is trying to center the 'middle' row in the popup, but because there is an even number there is no middle row and we lose half of the top row.

dioslaska commented 3 years ago

Fixed in 4.10.9