vaadin / touchkit

TouchKit is a library of mobile components for Vaadin Framework
https://vaadin.com/touchkit
Other
11 stars 25 forks source link

Touchkit DatePicker doesn't recognize the deletion of a date value #408

Closed vaadin-bot closed 8 years ago

vaadin-bot commented 8 years ago

Originally by aluedtke


I'm using Vaadin 7.5.5 with Touchkit 4.0.2 on a 64 Bit Windows 8.1 pro machine. I use the Touchkit DatePicker component in my mobile web app. Everything works fine but this component doesn't recognize when the user deletes/removes the date value. No event is fired in this case. The change of a date value (other than null) does fire a ValueChangeEvent.

I tried this also with an iPad 2 running iOS 8.3 and the misbehaviour is there also.

When I use the standard DateField component, the deletion of the date value is recognized and the event is fired but this component doesn't look very nicely on an iPad...


Imported from https://dev.vaadin.com/ issue #18859

vaadin-bot commented 8 years ago

Originally by proaccountapp


Updated prioritization date.

vaadin-bot commented 8 years ago

Originally by @alvarezguille


Verified, value change listener is not called when using native picker

vaadin-bot commented 8 years ago

Originally by @alvarezguille


https://dev.vaadin.com/review/#/c/12132/