Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
p-czaja opened this issue Jun 16, 2020 · 5 comments
Open

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

p-czaja opened this issue Jun 16, 2020 · 5 comments

Comments

@p-czaja
Copy link
Contributor

p-czaja commented Jun 16, 2020

  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:
  • When edit mode is enabled, focus also moves between elements.
  • The focus can be managed using FocusManager class (the focus can be set on specified view using: FocusManager.Instance.SetCurrentFocusView())
  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
Copy link
Contributor Author

p-czaja commented Jun 16, 2020

@huiyueun please take a look.

@huiyueun
Copy link
Contributor

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

@p-czaja
Copy link
Contributor Author

p-czaja commented Jun 22, 2020

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

@p-czaja
Copy link
Contributor Author

p-czaja commented Jun 25, 2020

Related to this task.

@huiyueun
Copy link
Contributor

Could you check this? https://code.sec.samsung.net/jira/browse/GRE-1943
#80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants