-
Notifications
You must be signed in to change notification settings - Fork 64
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
OCGV: Initial focus should be on the results (ListView) #87
Comments
Disagree strongly about turning Filtering off by default. My primary use case of The default focus on |
I expect the filter is on by default. This does not force me to use it. |
The Do we have any data on the % of users who use |
We want to keep filter on because:
If this is the case, I'm for making the change to make the list view have focus over the filter. |
I was running the old In the So:
If it were up to me I'd go with @TylerLeonhardt's comment above and I agree the Filter should always be there. (Tons of other inconsistencies noted between the two, I'll file them separately...) |
Fixed in #165 |
I have rarely had a need to use the filter functionality. Could just be my use-cases.
But I suspect the predominant use of
out-gridview
andout-consolegridview
will be for quick & dirty "show me a smallish list and let me select something", not "show me a giant list and let me filter so I can select something".Could be wrong.
But if I'm not, I think ListView should be the item that gets focus when
ocgv
starts. If users want to then filter they can hit shift-tab, shift-tab to go back to it.Or...
Make Filter an option (
-ShowFilter
) that is OFF by default.The text was updated successfully, but these errors were encountered: