apache / www-site

The ASF Website
Apache License 2.0
47 stars 111 forks source link

Usability issue with search on main page #412

Open clr-apache opened 2 months ago

clr-apache commented 2 months ago

As long as you are looking at the search window, could you change it so that when the search button is pressed, the focus changes to the search window?

This will make it easier to press search, type your search keywords Instead of today's press search, move your cursor to the search window, press enter, type your search keywords

GarvitMahhesh commented 2 days ago

Could you provide more clarity on what you're talking about?

clr-apache commented 2 days ago

When you want to search for something, you need to type a search text string. The search text needs to be entered in the search box that opens below the search button. But the cursor is still hovering over the search button so you cannot type into the search box.

GarvitMahhesh commented 2 days ago

got it

GarvitMahhesh commented 2 days ago

Do you know which folder contains the main page?

clr-apache commented 2 days ago

Information about the web site: https://apache.org/dev/infra-site.html The source code for this website is in the GitHub repository https://github.com/apache/www-site . Everyone has read access. All ASF committers have write access, although you should only commit changes to areas you are responsible for.

GarvitMahhesh commented 2 days ago

i added the focus function so the cursor auto come to input filed ( check pull request )