Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ScrollableMessage Respond ABORTED on DEFAULT_ACTION or STEAL_FOCUS #587

Closed
iCollin opened this issue Aug 11, 2021 · 1 comment
Closed

ScrollableMessage Respond ABORTED on DEFAULT_ACTION or STEAL_FOCUS #587

iCollin opened this issue Aug 11, 2021 · 1 comment
Assignees
Labels

Comments

@iCollin
Copy link
Collaborator

iCollin commented Aug 11, 2021

Summary

If you click on a ScrollableMessage's softButton with action DEFAULT_ACTION or STEAL_FOCUS, the HMI should send a SUCCESS response to Core, but it is sending ABORTED.

Reproduction

Start and connect HMI, App, Core
Send ScrollableMessage when allowed with following parameters:

"scrollableMessageBody":"body",
"timeout":10000,
"softButtons":[
   {"type":"TEXT","softButtonID":1,"text":"default action","systemAction":"DEFAULT_ACTION"},
   {"type":"TEXT","softButtonID":2,"text":"steal focus","systemAction":"STEAL_FOCUS"}]
}

Click either soft button

Expectation

Core receives SUCCESS response
Mobile receives SUCCESS response

Actual Result

Core receives ABORTED response
Mobile receives ABORTED response

Fix

I plan to prepare a fix for this issue after merge of 0189.

@iCollin
Copy link
Collaborator Author

iCollin commented Aug 12, 2021

Closed via #589

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants