When creating a new list on shelves.pl you have to click in the name input box, which is a required field, so that you can enter text. It would be more efficient to set the focus for the cursor to always be in the list name input box so that you could just begin typing and eliminate an extra click.
Created attachment 112549 [details] [review] Bug 26826: Set focus for cursor to name input box when creating a new list This patch adds the "focus" class to the list name input field so that it automatically has focus when the page loads. To test, apply the patch and open the lists page in the staff client. - Click "New list." - When the list creation page loads the "Name" field should have focus.
Created attachment 112590 [details] [review] Bug 26826: Set focus for cursor to name input box when creating a new list This patch adds the "focus" class to the list name input field so that it automatically has focus when the page loads. To test, apply the patch and open the lists page in the staff client. - Click "New list." - When the list creation page loads the "Name" field should have focus. Signed-off-by: B Johnson <barbara.johnson@bedfordtx.gov>
Created attachment 112783 [details] [review] Bug 26826: Set focus for cursor to name input box when creating a new list This patch adds the "focus" class to the list name input field so that it automatically has focus when the page loads. To test, apply the patch and open the lists page in the staff client. - Click "New list." - When the list creation page loads the "Name" field should have focus. Signed-off-by: B Johnson <barbara.johnson@bedfordtx.gov> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Pushed to master for 20.11, thanks to everybody involved!
enhancement will not be backported to 20.05.x