Closed
Bug 899063
Opened 11 years ago
Closed 11 years ago
[Dialer] Unable to input any keypad number during a call
Categories
(Firefox OS Graveyard :: Gaia::Dialer, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: gerard-majax, Assigned: gerard-majax)
References
Details
(Keywords: regression, smoketest)
Attachments
(1 obsolete file)
When in a call, we cannot anymore tap on the keypad's number. This is breaking, for example, voicemail usage.
Reproduced with gecko-18 @ 109818a and gaia master @ ea233c3 on Inari device
Assignee | ||
Comment 1•11 years ago
|
||
I'm not reproducing this one on uptodate v1-train.
Assignee | ||
Comment 2•11 years ago
|
||
Reverting bug 892880 fixes the issue. I'm investigating whether with Gecko master the issue is also present.
Assignee | ||
Comment 3•11 years ago
|
||
I can confirm that the issue is present with up to date gecko master too.
Assignee | ||
Updated•11 years ago
|
OS: Linux → Gonk (Firefox OS)
Hardware: x86_64 → ARM
Assignee | ||
Comment 4•11 years ago
|
||
FYI, logcat shows:
E/GeckoConsole( 1310): [JavaScript Error: "TypeError: this.dialerMessageText is null" {file: "app://communications.gaiamobile.org/dialer/gaia_build_defer_oncall.js" line: 86}]
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → lissyx+mozillians
Assignee | ||
Comment 5•11 years ago
|
||
Clearly, either the code should ensure that this.dialerMessageText does returns something useful, or we need to add the element in the oncall.html file. I'm not sure which one is the correct fix, I'll leave it to you guys. FYI, the second one worksaround the issue for me.
Flags: needinfo?(gtorodelvalle)
Assignee | ||
Comment 6•11 years ago
|
||
Please find attached a link to Gitub pull request #11227 https://github.com/mozilla-b2g/gaia/pull/11227 that fixes the issue by checking the existence of the dialerMessageText element before using it. This fix makes more sense to me than adding a fake element inside oncall.html. From my current testing, it fixes the issue.
Attachment #782634 -
Flags: review?(gtorodelvalle)
Attachment #782634 -
Flags: review?(etienne)
Comment 7•11 years ago
|
||
In bug 899186, I'm proposing to review this text entirely. So maybe the fix for this is removing code. :)
I think the fix is fine, I just have one comment in the PR.
Comment 8•11 years ago
|
||
I have added to confirm qawanted to confirm this issue on the latest Build.
Alexandre, Also bug 892880 is koi+ and does not seem to have landed on 1.1, so why is this need on on 1.1. Confused :|
Updated•11 years ago
|
Flags: needinfo?(jhammink)
Comment 9•11 years ago
|
||
(In reply to Alexandre LISSY :gerard-majax from comment #1)
> I'm not reproducing this one on uptodate v1-train.
Setting leo+ only happens for regressions that occur in what will become v1.1 and not on master.
blocking-b2g: leo? → -
Keywords: qawanted
Assignee | ||
Comment 10•11 years ago
|
||
(In reply to bhavana bajaj [:bajaj] from comment #8)
> I have added to confirm qawanted to confirm this issue on the latest Build.
>
> Alexandre, Also bug 892880 is koi+ and does not seem to have landed on 1.1,
> so why is this need on on 1.1. Confused :|
Because at first I thought it was on gecko-18 thus v1.1, and after I got dragged in somehting else, and forgot to switch back. My apologies :(
Updated•11 years ago
|
Depends on: b2g-central-dogfood
Updated•11 years ago
|
Blocks: b2g-central-dogfood
No longer depends on: b2g-central-dogfood
Comment 12•11 years ago
|
||
Adding smoketest keyword - this is breaking daily smoke tests. Can we finish off this patch here and get this landed?
blocking-b2g: - → koi?
Keywords: smoketest
Updated•11 years ago
|
Attachment #782634 -
Attachment is obsolete: true
Attachment #782634 -
Flags: review?(gtorodelvalle)
Attachment #782634 -
Flags: review?(etienne)
Comment 13•11 years ago
|
||
I have a patch in bug 899186 that removes the faulty code so this will get fixed when it lands.
Flags: needinfo?(jhammink)
Flags: needinfo?(gtorodelvalle)
Comment 14•11 years ago
|
||
Closing as bug 899186 landed.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
blocking-b2g: koi? → ---
Comment 15•11 years ago
|
||
Issue no longer seems to be occurring on an Unagi device running the latest 1.2 mozril build:
Environmental Variables:
Build ID: 20130802070203
Gecko: http://hg.mozilla.org/mozilla-central/rev/c489af94ada5
Gaia: 4b347e4e39b1716b68463dccc63c1b3eb49158b3
Platform Version: 25.0a1
This issue is no longer breaking our smoketests. Removing keywords.
Keywords: regression,
smoketest
Comment 16•11 years ago
|
||
(In reply to J Zimbrick from comment #15)
> Issue no longer seems to be occurring on an Unagi device running the latest
> 1.2 mozril build:
>
> Environmental Variables:
> Build ID: 20130802070203
> Gecko: http://hg.mozilla.org/mozilla-central/rev/c489af94ada5
> Gaia: 4b347e4e39b1716b68463dccc63c1b3eb49158b3
> Platform Version: 25.0a1
>
> This issue is no longer breaking our smoketests. Removing keywords.
That means you've verified the bug is fixed then, which mean this gets marked verified.
Status: RESOLVED → VERIFIED
Keywords: regression,
smoketest
You need to log in
before you can comment on or make changes to this bug.
Description
•