Closed
Bug 1079794
Opened 11 years ago
Closed 7 years ago
[Dialer] [Callscreen] When you are in active call and other call is entering you can't hold and answer with headset button
Categories
(Firefox OS Graveyard :: Gaia::Dialer, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: paco, Unassigned)
Details
Attachments
(1 file)
No description provided.
| Reporter | ||
Updated•11 years ago
|
Summary: [Dialer] [Callscreen] When you are in active call and other call is entering isn't possible hold and answer with headset button → [Dialer] [Callscreen] When you are in active call and other call is entering you can't hold and answer with headset button
| Reporter | ||
Updated•11 years ago
|
Assignee: nobody → pacorampas
| Reporter | ||
Comment 1•11 years ago
|
||
This is the issue that I described on https://bugzilla.mozilla.org/show_bug.cgi?id=977588#c84
Attachment #8501682 -
Flags: review?(anthony)
Comment 2•11 years ago
|
||
Comment on attachment 8501682 [details] [review]
patch in github
That makes a lot of sense :)
We'll need a new test to cover this though.
Attachment #8501682 -
Flags: review?(anthony)
| Reporter | ||
Comment 3•11 years ago
|
||
I think the test are here:
https://github.com/pacorampas/gaia/blob/master/apps/callscreen/test/unit/calls_handler_test.js#L1805
| Reporter | ||
Updated•11 years ago
|
Attachment #8501682 -
Flags: review?(anthony)
Comment 4•11 years ago
|
||
Comment on attachment 8501682 [details] [review]
patch in github
Then why are they not failing before this patch is applied? With such a change in behaviour, we need to modify the existing tests or add new ones to make sure this is working correctly.
Attachment #8501682 -
Flags: review?(anthony)
| Reporter | ||
Updated•11 years ago
|
Attachment #8501682 -
Flags: review?(anthony)
Updated•11 years ago
|
Attachment #8501682 -
Flags: review?(anthony) → review?(drs+bugzilla)
Comment 5•11 years ago
|
||
Comment on attachment 8501682 [details] [review]
patch in github
I don't think this is a good fix. If there are 2 ongoing calls, it will enter the holdAndAnswer() code path anyways instead of hanging up the active one.
Instead, we should check directly for an incoming call and handle that case specifically.
Attachment #8501682 -
Flags: review?(drs+bugzilla) → review-
| Reporter | ||
Updated•10 years ago
|
Assignee: pacorampas → nobody
Comment 6•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•