-
Notifications
You must be signed in to change notification settings - Fork 65
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
Remove fast table search by default #1553
base: Pharo13
Are you sure you want to change the base?
Conversation
It often happens is a table or list has the focus that we start to type and a search popover appears but it filters nothing. And in multiple UIs, we have a filter done with an input field under the list and both are overlapping and it becomes really confusing. I propose to disable the FastTable search by default and I also remove a dead method
@jecisc could we rename the method disableFunction into disableSearch? |
It is call function because it can be more than a search. But the search function is the one enabled by default |
Looks like a not so good name to me. |
|
|
+1 |
Maybe we could update the name in FastTable, but here I am updating a usage of FastTable. |
Sure we should do that in another PR. |
|
I'm confused
|
It often happens is a table or list has the focus that we start to type and a search popover appears but it filters nothing. And in multiple UIs, we have a filter done with an input field under the list and both are overlapping and it becomes really confusing.
I propose to disable the FastTable search by default and I also remove a dead method