When creating a new basket on basketheader.pl you have to click in the basket 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 basket name input box so that you could just begin typing and eliminate an extra click.
Created attachment 111995 [details] [review] Bug 26712: Set focus for cursor to basket name input box on basketheader.pl This patch adds the "focus" class to the basket name field in the form for creating a new basket in acquisitions. To test, apply the patch and go to Acquisitions -> Vendor -> New basket. - Upon page load the cursor should be focused on the basket name field. - The same should be true if you edit an existing basket.
Created attachment 112010 [details] [review] Bug 26712: Set focus for cursor to basket name input box on basketheader.pl This patch adds the "focus" class to the basket name field in the form for creating a new basket in acquisitions. To test, apply the patch and go to Acquisitions -> Vendor -> New basket. - Upon page load the cursor should be focused on the basket name field. - The same should be true if you edit an existing basket. Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov>
Created attachment 112037 [details] [review] Bug 26712: Set focus for cursor to basket name input box on basketheader.pl This patch adds the "focus" class to the basket name field in the form for creating a new basket in acquisitions. To test, apply the patch and go to Acquisitions -> Vendor -> New basket. - Upon page load the cursor should be focused on the basket name field. - The same should be true if you edit an existing basket. Signed-off-by: Barbara 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