-
Type:
Bug
-
Status: Verified
-
Resolution: Unresolved
-
Affects Version/s: 7.1.0 CE GA1
-
Fix Version/s: None
-
Component/s: Analytics Js Client
-
Labels:
-
Fix Priority:3
Step by step:
- Create a form with a Multiple Selection field and publish it.
- Access it via web.
- Enable the Inspect of browser (Chrome in this case), select the Network tab and fill out on filter field the value "send"
- Select an option from checkbox button and don't click in another place of screen
- Once an option selected, change to another option different from the selected previously and observe the events sent on Inspect.
Actual results:
The system is sending a sequence of events when changing the radio option previously selected, such as: Field focused, Field Blurred and Field focused again.
Expected result:
When changing the checkbox option previously selected and the next click of user is still on text area of checkbox button, the system shall not send another event. Another event only shall be sent if the user change the mouse focus (or use the keyboard as well) to another area different from field area, such as: click in another field, click on a button or something like that.
Environment:
Git Id: 5dc481e4b8169e0e6f0c847703f1cde3a04e6ff1
Browser: Chrome
- is related to
-
LPS-86353 Form analytics events are inconsistent for Single Selection field type when changing the option
- Verified