Try our conversational search powered by Generative AI!

Some issues in Form "Add New Address"/"Edit Address"

Found in

EPiServer.Commerce 13.19.0

Fixed in

EPiServer.Commerce 13.23.0

(Or a related package)

Created

Jun 12, 2020

Updated

Aug 10, 2020

State

Closed, Fixed and tested


Description

Some issues in Form "Add New Address"/"Edit Address"

//Issue1
1. Go to CSRUI
2. Go to Contact Details of a customer (Ex: Admin@example.com)
3. Invoke Form "Add New Address" or "Edit Address"
4. Press F12 to invoke Developer Tool
-> Length of the Form is shortened
5. Scroll down to see Country field
6. Invoke dropdown of Country Filed

Expected: the dropdown of Country field is displayed and scrollbar of Form shouldn't be scrolled
Observed: The dropdown of Country field is displayed but scrollbar is scrolled up bug)

//Issue2
1. Go to CSRUI
2. Go to Contact Details of a customer (Ex: Admin@example.com)
3. Invoke Form "Add New Address" or "Edit Address"
4. Click to a textbox except for Address Name
5. Click to area that doesn't belong to any control

Expected: Textbox of "Address Name" shouldn't get focus
Observed: Textbox of "Address Name" get focus

//Issue3
1. Go to CSRUI
2. Go to Contact Details of a customer (Ex: Admin@example.com)
3. Invoke Form "Add New Address" or "Edit Address"
4. Invoke dropdown of Country field
Expected: Textbox of "Address Name" shouldn't get focus
Observed: Textbox of "Address Name" get focus

(Please see attach file)