-
-
Notifications
You must be signed in to change notification settings - Fork 348
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
Search UI feedback #3163
Comments
As far as I know this is the first. Thanks for reaching out. |
I also think it was better when located at the top. Both LibreOffice and Firefox have it located at the bottom as it isn’t as nearly as important as in CKAN, mostly every time you start up CKAN you’re going to search something. It’s bit like moving the URL/address bar to the bottom in Firefox. |
For what it's worth, I did try to keep it at the top initially in #3041, but I could not figure out how to create a custom "dropdown" in WinForms that floats over the grid with editable controls in it, and a simple expand/collapse on the top was really jarring because it caused the top of the grid to move up/down. Moving it to the bottom allowed those changes to be finished up and released. Now that we know there's a preference for top, this is something we can return to. Reviewing Mono's C# source for the ComboBox control might reveal how to overcome the technical challenges. |
Fixed in #3175 |
Using CKAN 1.28.0
Not sure how much feedback you've gotten, but I really don't like the search being at the bottom of the window. It's counter-intuitive.
I much preferred the older method of having the text fields at the top.
I would be ok with the search being moved to the top, adn to have it as a drop-down, not a pop-up list.
The text was updated successfully, but these errors were encountered: