Closed
Bug 1229386
Opened 9 years ago
Closed 8 years ago
[Messages][Split View Mode] Exception "TypeError: this.recipients is null" is thrown when user navigates from Conversation to Inbox view
Categories
(Firefox OS Graveyard :: Gaia::SMS, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: azasypkin, Unassigned)
Details
Here is some log from Julien:
updateDraft@app://sms.gaiamobile.org/views/conversation/js/conversation.js:2982:17
conv_onVisibilityChange@app://sms.gaiamobile.org/views/conversation/js/conversation.js:326:7
EventListener.handleEvent*conv_init@app://sms.gaiamobile.org/views/conversation/js/conversation.js:148:1
init@app://sms.gaiamobile.org/views/conversation/js/startup.js:74:7
@app://sms.gaiamobile.org/views/shared/js/bootstrap.js:6:1
@app://sms.gaiamobile.org/views/shared/js/bootstrap.js:3:1
It happens because of the fact that when we navigate from Conversation to Inbox "visibilitychange" event is fired after we have nullified ConversationView.activeThread, so view thinks it's New Message view and tries to access "recipients" list.
First we should make sure that "visibilitychange" is expected in this case (supported by the spec) and if so - fix it :)
Comment 1•8 years ago
|
||
Mass closing of Gaia::SMS bugs. End of an era :(
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Comment 2•8 years ago
|
||
Mass closing of Gaia::SMS bugs. End of an era :(
You need to log in
before you can comment on or make changes to this bug.
Description
•