Closed Bug 1187849 Opened 8 years ago Closed 8 years ago

Strange window popped up after tapping "dev-log-events.log"

Categories

(Firefox OS Graveyard :: Gaia::Bugzilla Lite, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(feature-b2g:2.5+)

VERIFIED FIXED
FxOS-S4 (07Aug)
feature-b2g 2.5+

People

(Reporter: cynthiatang, Assigned: daleharvey)

References

Details

Attachments

(1 file)

Build Number: eng.worker.20150619.224059

Steps to Reproduce:
1. Long press hardware key(volume up+down) 
2. Open Notification Center (Swipe down from the top edge of the screen)
3. Tap "Device logs saved"
4. Tap "dev-log-events.log" 

Actual Results: 
User will see the window "Select from: Camera Wallpaper Music, Downloads, Video and Gallery". Please see http://youtu.be/1sZtwY8S1V0 .

Expected Results: 
There is no pop-up window.
Very weird, as far as I can tell this is clicking through the dialog
Assignee: nobody → dale
Comment on attachment 8640437 [details] [review]
https://github.com/mozilla-b2g/bzlite/pull/29

We can delete the "pick_attachments.tpl" file as it's not used anymore.

Seems to me that this only conceals the real issue.

I made a similar reduced test case and it works as expected:
http://people.mozilla.org/~dsherk/abs-modal-click.html

I looked around a bit and couldn't find the real issue, but this is either something that we should fix properly or identify the underlying platform problem.
Flags: needinfo?(dale)
Its not a platform issue, we have an <input type="file"> and we show a different icon for it by overlaying our icon with the transparent input type=file, its positioned absolutely with a z-index of 1 so will show over the dialog (https://github.com/mozilla-b2g/bzlite/blob/master/public/style/bzlite.css#L610) 

This gives the dialog a z-index higher than the overlayed file
Flags: needinfo?(dale)
Comment on attachment 8640437 [details] [review]
https://github.com/mozilla-b2g/bzlite/pull/29

Ah, thanks for the explanation. Makes sense now.
Attachment #8640437 - Flags: review?(drs) → review+
Cheers - https://github.com/mozilla-b2g/bzlite/commit/1ad3698a64aa332721b7bc35b415f7d8e9daf293
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → FxOS-S4 (07Aug)
feature-b2g: --- → 2.5+
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.