vaadin / web-components

A set of high-quality standards based web components for enterprise web applications. Part of Vaadin 20+
https://vaadin.com/docs/latest/components
429 stars 82 forks source link

[grid-pro] ComboBox in demo is broken on touch device (android) #875

Open web-padawan opened 4 years ago

web-padawan commented 4 years ago
  1. open "Custom Edit Mode Renderer" demo on mobile
  2. click any cell in the "title" column
  3. combo-box appears, then closes immediately
  4. value is cleared

Looks like in certain cases it can be interacted with, but then bug occurs on scroll as reported at https://vaadin.com/forum/thread/17981585/bug-with-grid-pro-touch-combo-box-time-picker-editors

newmeta-ben commented 4 years ago

To clarify on your bug report

newmeta-ben commented 4 years ago

Upon further testing, this doesn't seem to be a regression. v14.0 has this issue also.

This seems to be related to column sizing.

With the time pickers, if I force a width on the column, I no longer get the overlay collapsing. The same does not work for combo box, though.

newmeta-ben commented 4 years ago

Issue still present on Vaadin 14.1.5

javier-godoy commented 3 years ago

The same issue has been observed in Vaadin 14.4.2 (iPad) - in general, also, affecting other column types such as checkbox.