Samsung / Tizen.CircularUI

Tizen Wearable CircularUI project is to develop an open source software motivate software developer to creating Tizen Wearable Xamarin Forms app more easily and efficiently.
Other
80 stars 32 forks source link

PopupEntry issues in 1.5.3 #367

Open hacqua opened 3 years ago

hacqua commented 3 years ago

After CircularUI is updated to version 1.5.3, page opens at incorrect position and PopupEntry component loses focus during typing.

To Reproduce 1) Run attached project in Tizen emulator with CircularUI 1.5.2 2) Press "Open" button -> new page is positioned at the top 3) Type on entry fields -> typing works properly 4) Upgrade CircularUI to version 1.5.3, clean solution and re-run project 5) Press "Open" button -> new page is positioned at the bottom 6) Type on entry fields -> after typing a couple characters, PopupEntry loses focus. After tapping it to regain focus the issue happens again.

test - entry.zip

Expected behavior

Page should not scroll when opened and focus should stay in PopupEntry while typing.

Environment (please complete the following information):

rookiejava commented 3 years ago

/cc @shyunMin @sung-su @JoonghyunCho PTAL