dalihub / nui-demo

Contains demos that use the TizenFX NUI library
2 stars 19 forks source link

[HomeApplication][WApps] Manage focus of RotarySelector elements. #51

Open p-czaja opened 4 years ago

p-czaja commented 4 years ago
  1. In Rotary selector control focus moves between elements (views) - rotary selector items, main label etc. This behavior prevents registration the KeyEvent on RotarySelector control as a whole - the event is raised on currently active (focused) view. Please set focus on RotarySelector control regardless of the state it is in. Note:
  1. Tested on:
    cat /etc/info.ini
    [Version]
    Model=Tizen6/Unified;
    Build=tizen-unified_20200605.2;
    Release=20200605.2;
    [Build]
    Type=eng;
    Date=20200605_215033;
    Time=21:50:33;
    Variant=NONE;
    ID=tizen-unified;
p-czaja commented 4 years ago

@huiyueun please take a look.

huiyueun commented 4 years ago

You said that it can't be reproduced on messenger. Please check and close it.

p-czaja commented 4 years ago

I checked the functionality again and it is still doesn't work.

p-czaja commented 4 years ago

Related to this task.

huiyueun commented 4 years ago

Could you check this? https://code.sec.samsung.net/jira/browse/GRE-1943 https://github.com/dalihub/nui-demo/pull/80