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

Focus: Strategy #13

Open
Nemikolh opened this issue May 9, 2015 · 0 comments
Open

Focus: Strategy #13

Nemikolh opened this issue May 9, 2015 · 0 comments

Comments

@Nemikolh
Copy link
Member

Nemikolh commented May 9, 2015

With PR #12 focus is now using a cursor strategy to find the choose the next node when changing the focus. It works well on the shop_inventory example.
However, we can still build example that might be counter intuitive when switching the focus, consider the following case:

+------+   +------+
|  A   |   |  B   |
+------+   +------+
           +------+
           |  C   |
           +------+
+------+
|  D   |
+------+

Assuming you start at D with the cursor centered on D, if you do a focus_up, you'll end up on C. And if you do again focus_up, you'll end up on A.

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

1 participant