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

Extend GridView focus event to true selection pattern #135

Open
evanweaver opened this issue Mar 5, 2015 · 2 comments
Open

Extend GridView focus event to true selection pattern #135

evanweaver opened this issue Mar 5, 2015 · 2 comments

Comments

@evanweaver
Copy link

From Andrew's testing:

Selection:

  1. When you scroll up or down in the grid view, you lose the yellow selected cell. This makes it impossible to click "Apply to Selected" from a row you have to scroll down to get to.
  2. When you click an object in the grid, the cell turns yellow and that object opens in the inspector. Then when you then click inside the inspector to edit that object, you lose the yellow selected cell in the grid. This matters when you are trying to go through the grid and edit each object one at a time, because you can lose your place.

Button activation:
3. "Apply to Selected" button activates even when no rows are selected. (Talk with Marj about whether this should be changed or not, I’m not convinced myself.)

@evanweaver evanweaver self-assigned this Mar 5, 2015
@jmarrec
Copy link
Collaborator

jmarrec commented Jul 13, 2018

  1. is the same as NREL/OpenStudio#1545

@macumber
Copy link
Collaborator

The selected cell goes out of focus when you click on the scroll bar. There is a work around which is to select all the rows first and then click on the value to apply so I'm not sure we need to keep this issue open.

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

No branches or pull requests

3 participants