Closed
Bug 1187849
Opened 10 years ago
Closed 10 years ago
Strange window popped up after tapping "dev-log-events.log"
Categories
(Firefox OS Graveyard :: Gaia::Bugzilla Lite, defect)
Tracking
(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.
| Assignee | ||
Comment 1•10 years ago
|
||
Very weird, as far as I can tell this is clicking through the dialog
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → dale
| Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8640437 -
Flags: review?(drs)
Comment 3•10 years ago
|
||
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)
| Assignee | ||
Comment 4•10 years ago
|
||
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 5•10 years ago
|
||
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+
| Assignee | ||
Comment 6•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Target Milestone: --- → FxOS-S4 (07Aug)
Updated•10 years ago
|
feature-b2g: --- → 2.5+
| Reporter | ||
Updated•10 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•