aesculus / EVTO-App-Feedback

A project to track bugs and ideas for the EVTO App
MIT License
1 stars 0 forks source link

My Cars dialog rearranges itself after displaying leading to faulty touches. #373

Closed EVGrokker closed 7 years ago

EVGrokker commented 7 years ago

v 1.2.0 (14)

I've noticed this odd behavior for some time, finally figured out what's happening.

When the My Cars dialog is opened, the order is: o Model S o Model X Notice that Active Car picker and Car Name field are missing.

After a moment, it rearranges to: Active Car: (picker) Car Name: (text field) o Model S o Model X etc.

Besides being disorienting, the initial display is up long enough to allow an erroneous tap on 'Model X' which ends up in the Active Car picker instead.

Recommend not displaying that dialog until it's fully constructed.

aesculus commented 7 years ago

I'll take a look.

aesculus commented 7 years ago

Can you try this in V1.2 (22). I attempted to fix it so the dialog does not display until it is ready.

EVGrokker commented 7 years ago

That works.