smartdevicelink / sdl_hmi

BSD 3-Clause "New" or "Revised" License
14 stars 43 forks source link

`Uncaught TypeError` by pressing `Phone` button #658

Closed GetmanetsIrina closed 2 years ago

GetmanetsIrina commented 2 years ago

Precondition:

  1. HMI and SDL are started

Steps to reproduce:

  1. Go to Phone tab
  2. Press Phone button on the left side

Expected result:

HMI sends BC.OnEventChanged(eventName=PHONE_CALL, isActive=true)

Actual result:

HMI -> SDL [12:35:1:855]: {"jsonrpc":"2.0","id":51,"result":{"code":0,"method":"UI.Show"}}
BasicCommunicationRPC.js:1386 FFW.BasicCommunication.OnAppDeactivated
RPCClient.js:323 HMI -> SDL [12:35:29:917]: {"jsonrpc":"2.0","method":"BasicCommunication.OnAppDeactivated","params":{"appID":858548071}}
KeyboardController.js:252 Unmasking keyboard input characters
navigationSubscriptionButtonsView.js:78 Refresh items??? null
ember-1.0.pre.min.js:15 Uncaught TypeError: Cannot read properties of undefined (reading 'call')
    at d.triggerAction (ember-1.0.pre.min.js:15)
    at d.actionDown (Button.js:113)
    at d.trigger (ember-1.0.pre.min.js:16)
    at d [as trigger] (ember-1.0.pre.min.js:14)
    at d.handleEvent (ember-1.0.pre.min.js:16)
    at d.invokeForState (ember-1.0.pre.min.js:16)
    at d.handleEvent (ember-1.0.pre.min.js:16)
    at ember-1.0.pre.min.js:16
    at c (ember-1.0.pre.min.js:14)
    at Object.Ember.run (ember-1.0.pre.min.js:14)

OS & Version Information:

GetmanetsIrina commented 2 years ago

Please notice Luxoft team is going to prepare a fix.

iCollin commented 2 years ago

Closed via https://github.com/smartdevicelink/sdl_hmi/pull/659