Closed
Bug 1073293
Opened 11 years ago
Closed 8 years ago
[SMS] Text notification does not appear when receiving text in permission page
Categories
(Firefox OS Graveyard :: Gaia::System::Window Mgmt, defect)
Tracking
(b2g-v1.4 affected, b2g-v2.0 affected, b2g-v2.1 affected, b2g-v2.2 affected)
People
(Reporter: SalvadorR, Unassigned)
References
()
Details
(Whiteboard: [2.1-exploratory-2])
Attachments
(1 file)
|
104.58 KB,
text/plain
|
Details |
Description:
When permission page appears to put youtube video in full screen, text notifications will not display on the phone
Repro Steps:
1) Update a Flame device to BuildID: 20140925000204
2) Attempt to play a youtube video in fullscreen through the browser app
3) When permission page appears, receive a text message from another device
4) Tap the notification, and the taskbar should now show on the top of the screen
5) Send another text message,listen to notification
Actual:
Text notification does not appear in permission page but text alert is heard
Expected:
Text notification appears properly in permission page
Environmental Variables:
Device: Flame 2.1 (319mb)
BuildID: 20140925000204
Gaia: 8061ab487d42cbc49b329fd68b9ca90e0fe477e6
Gecko: e970bc96f8b5
Version: 34.0a2 (2.1)
Firmware: V180
User Agent: Mozilla/5.0 (Mobile; rv:34.0) Gecko/34.0 Firefox/34.0
Repro frequency: 3/3
See attached: Video Clip, Logcat
http://youtu.be/SkEDWq2bxY8
| Reporter | ||
Comment 1•11 years ago
|
||
This issue also occurs on Flame 2.0 KK (319mb) and Flame 2.2 KK (319mb)
Actual:
Text notification does not appear in permission page but text alert is heard
Flame 2.0 KitKat Base (319mb)
Environmental Variables:
Device: Flame 2.0
BuildID: 20140924183011
Gaia: 87ee41fcb3f9a14d7a8bb67f1dd7fd95a6bcd0f0
Gecko: b1cb27078909
Version: 32.0 (2.0)
Firmware: V180
User Agent: Mozilla/5.0 (Mobile; rv:32.0) Gecko/32.0 Firefox/32.0
Flame 2.2 KitKat Base (319mb)
Environmental Variables:
Device: Flame 2.2 Master
BuildID: 20140925040206
Gaia: c5d2e2f4ebf5f370d6003517057dcd47493dec90
Gecko: 32acbe1d64dc
Version: 35.0a1 (2.2 Master)
Firmware: V180
User Agent: Mozilla/5.0 (Mobile; rv:35.0) Gecko/35.0 Firefox/35.0
QA Whiteboard: [QAnalyst-Triage?]
Flags: needinfo?(dharris)
Comment 2•11 years ago
|
||
This sounds an issue with Window Management. Here is what happens in my opinion:
step 4: the SMS application opens behind the fullscreen video, but from the WindowManager and the application point of view, it's launched foreground (it's "set visible").
step 5: becaise it's "visible", "document.hidden" is false, and as a result the SMS application does not send the notification.
Therefore the fix should be in the System app, in step 4, the launched application should not be "visible". Or we should leave the fullscreen video and see the launched application.
QA: can you please test in a v1.4 branch? I'd like to know if this happens since we refactored this part of the System app.
Component: Gaia::SMS → Gaia::System::Window Mgmt
Keywords: qawanted
Comment 3•11 years ago
|
||
1.4 Check
Actual Results:
Text is received, notification appears. When user taps on notification, the Messages app opens behind the permission page and goes to the text that was just received.
Device: Flame 1.4
Build ID: 20140917073803
Gaia: efa2b8cb095407df942fee7732a5547c7034ef9b
Gecko: a7f7eaf3f682
Version: 30.0 (1.4)
Firmware Version: v123
User Agent: Mozilla/5.0 (Mobile; rv:30.0) Gecko/30.0 Firefox/30.0
Flags: needinfo?(jmitchell)
Keywords: qawanted
Updated•11 years ago
|
QA Whiteboard: [QAnalyst-Triage?] → [QAnalyst-Triage+]
Flags: needinfo?(jmitchell)
Comment 4•11 years ago
|
||
Please disregard the Actual Results listed in Comment 3.
Issue DOES occur in 1.4 on the JB base image.
Actual Results: User will NOT see a text notification from the second text message that is received while viewing the "Permissions Page".
Device: Flame 1.4
Build ID: 20140917073803
Gaia: efa2b8cb095407df942fee7732a5547c7034ef9b
Gecko: a7f7eaf3f682
Version: 30.0 (1.4)
Firmware Version: v123
User Agent: Mozilla/5.0 (Mobile; rv:30.0) Gecko/30.0 Firefox/30.0
Updated•11 years ago
|
status-b2g-v1.4:
--- → affected
Updated•11 years ago
|
Flags: needinfo?(dharris)
Comment 5•8 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•