When adding a new vendor on supplier.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 vendor name input box so that you could just begin typing and eliminate an extra click.
Created attachment 111997 [details] [review] Bug 26729: Add focus class to vendor name field in vendor add form This patch adds the "focus" class to the vendor name field in the form for adding or editing a vendor in acquisitions. To test, apply the patch and go to Acquisitions -> New vendor. On page load the cursor focus should automatically be on the vendor name field. The same should true when editing an existing vendor.
Created attachment 111999 [details] [review] Bug 26729: Add focus class to vendor name field in vendor add form This patch adds the "focus" class to the vendor name field in the form for adding or editing a vendor in acquisitions. To test, apply the patch and go to Acquisitions -> New vendor. On page load the cursor focus should automatically be on the vendor name field. The same should true when editing an existing vendor. Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr>
Created attachment 112009 [details] [review] Bug 26729: Add focus class to vendor name field in vendor add form This patch adds the "focus" class to the vendor name field in the form for adding or editing a vendor in acquisitions. To test, apply the patch and go to Acquisitions -> New vendor. On page load the cursor focus should automatically be on the vendor name field. The same should true when editing an existing vendor. Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov>
Created attachment 112036 [details] [review] Bug 26729: Add focus class to vendor name field in vendor add form This patch adds the "focus" class to the vendor name field in the form for adding or editing a vendor in acquisitions. To test, apply the patch and go to Acquisitions -> New vendor. On page load the cursor focus should automatically be on the vendor name field. The same should true when editing an existing vendor. Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> 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