XLForm icon indicating copy to clipboard operation
XLForm copied to clipboard

Cell disappears while picker is open

Open BarbaraVujicic opened this issue 8 years ago • 3 comments

This bug is reproduced in your Examples project, Date & Time.

Select Date Time from section Inline Dates (new row with picker will be added), then scroll so row Date Time is not visible any more but row with the picker is (image [before]), and then click on Date from section Dates. Date Time row has disappeared. (image [after])

after before

BarbaraVujicic avatar Nov 30 '16 16:11 BarbaraVujicic

This happens to me as well. I tried to track the bug in code but unsuccessfully. @mats-claassen any ideas? If you have any idea on why this happens I'l gladly look into it more thoroughly, try to solve it and create a pull request.

vburojevic avatar Dec 01 '16 09:12 vburojevic

I can confirm that I see this bug happening in the examples. I did realize that in this case XLForm is calling resignFirstResponder twice for the open inline date row. So it is twice removing the inline date picker. The issue might be there but currently I have no time to look into it.

mats-claassen avatar Dec 02 '16 14:12 mats-claassen

I'm dealing with the same problem, Took a quick QuickTime video reproducing the bug. Has anyone made any progress with this??

XLFormBugReproduction.zip

thomasMinshull avatar Feb 09 '17 18:02 thomasMinshull