Closed
Bug 819533
Opened 12 years ago
Closed 12 years ago
[WebAPI] WebMobileConnection data/voice state incorrect when emulator data state is 'searching'
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 866619
People
(Reporter: rwood, Unassigned)
Details
Attachments
(1 file)
4.64 KB,
application/x-javascript
|
Details |
I notice that the following is the current behaviour concerning the WebMobileConnection.data.state attribute and the emulator.
I am using the 'gsm data <state>' emulator command to change the data.state, and am using the WebAPI mobileConnection.data.state attribute to get the corresponding value.
Emulator data state ==> corresponding mobileConnection.data.state value:
searching ==> registered
Note from Philipp: "Should be 'searching'. I *think* the phone gets this right, but I'm not sure. So it could just be an emulator bug. Can you please file a bug? Thanks!"
Note: The same behaviour happens with WebMobileConnection.voice.state.
Attached is a marionette WebAPI test script that can be used to reproduce this specific issue on the emulator.
Reporter | ||
Comment 1•12 years ago
|
||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•