-
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 Select from list field and publish it, such as this image. You can import my exported form instead of create it manually. See it in attachment.
- Access it via web, such as this image: https://drive.google.com/open?id=1aNx_5AmnTqpbV2LaAcpF3tHmZNhq2BQg
- Enable the Inspect of browser (chrome in this case), select the option Network and fill out on filter field the value "send", such as this image: https://drive.google.com/open?id=1iKWhIoCQGCo4PR7W8lXybuuke_doNv5U
- Make interactions with mouse on Form field and observe if the send event is being sent on Inspect. See this video for further details: https://drive.google.com/open?id=1TxMtBTIvkh0y7p6EHttj0B56DtmP1mCW
*Actual Result:*
The system is not sending the mouse events for Form fields of type Select from list.
*Expected Result:*
The system shall send events of Field focused when pressing the area where the list is displayed and when selecting an option from list or click out of list (to close the list without select items), the system shall send Field blurred. For each focused, the event of blurred should be sent, that's the logical.
*Environment:*
Master Development -> http://192.168.109.41:8181
Version: https://github.com/liferay/liferay-portal/commit/5f8e61900441d6526793e5d8f007386d402a0ff3
*Browser:*
Chrome
- is duplicated by
-
LPS-86309 Form analytics events inconsistent for Select from list field by using mouse
- Closed