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

Difference handling needed on Visibility vs Focus for the Views #645

Open
psaavedra opened this issue Nov 3, 2023 · 0 comments
Open

Difference handling needed on Visibility vs Focus for the Views #645

psaavedra opened this issue Nov 3, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@psaavedra
Copy link
Member

Issue Description:

I believe the current implementation suffices for our immediate needs, as we always want the focus activated in the visible view. However, it is apparent that, in the future, we'll need to differentiate between these two distinct concepts: visibility and focus.

Consider the following pseudo-command examples:

  1. cog set visible view 3 from viewport 2
  2. cog set focus on viewport 2

In the first case, activating the focus on view 3 of viewport 2 should only occur if the focus was previously active on viewport 2. Unfortunately, this won't always be the case. For instance, there may be situations where we wish to make view N of a viewport visible without taking focus away from another viewport, which currently has the focus.

This issue is created to initiate a discussion and explore potential improvements or changes to the behavior to distinguish between visibility and focus, as well as handling situations where focus transition may not be desired. Your input and suggestions @aperezdc are welcome as we work towards a more precise and user-friendly implementation.

@psaavedra psaavedra added the enhancement New feature or request label Nov 3, 2023
@psaavedra psaavedra self-assigned this Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant