You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If two apps attempt to present an Alert at the same time, the HMI will try to present both Alerts. The HMI should only present the Alert from the app with a higher priority value.
Reproduction Steps
Register two apps with permissions for the Notifications group. App 1 with "priority": "NORMAL" and App 2 with "priority": "NAVIGATION"
Activate App 1
Activate App 2
Send Alert from App 1
Send Alert from App 2 while the first alert is being displayed
Expected Behavior
Original Alert should close and App 1 should get an ABORTED response
Observed Behavior
Both Alerts are displayed on top of each other, and both apps receive SUCCESS when these Alerts are closed
Browser & Version Information
Browser and Version: Google Chrome Version 100.0.4896.75
Generic HMI Version: master
Testing Against: RPC Builder App JS
The text was updated successfully, but these errors were encountered:
Bug Report
If two apps attempt to present an Alert at the same time, the HMI will try to present both Alerts. The HMI should only present the Alert from the app with a higher
priority
value.Reproduction Steps
Notifications
group. App 1 with"priority": "NORMAL"
and App 2 with"priority": "NAVIGATION"
Expected Behavior
Original Alert should close and App 1 should get an ABORTED response
Observed Behavior
Both Alerts are displayed on top of each other, and both apps receive SUCCESS when these Alerts are closed
Browser & Version Information
The text was updated successfully, but these errors were encountered: