Closed
Bug 936310
Opened 12 years ago
Closed 12 years ago
[Window Management] If lockscreen is disabled would get Javascript Error
Categories
(Firefox OS Graveyard :: Gaia::System::Window Mgmt, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: alive, Assigned: jlal)
References
Details
Attachments
(1 file)
STR:
1. Disable lockscreen
Actual:
Stop at init logo.
Race condition that homescreen is not ready and we fire showwindow(unlock) event too quickly.
Reporter | ||
Comment 1•12 years ago
|
||
JamesLal this seems doesn't harm on real device. Only error log.
Summary: [Window Management] If lockscreen is disabled we cannot boot → [Window Management] If lockscreen is disabled would get Javascript Error
Assignee | ||
Comment 2•12 years ago
|
||
I didn't try this on device but it was breaking my workflow using b2g-desktop because it could not be unlocked (until recently :() by touch events.
Assignee | ||
Comment 4•12 years ago
|
||
Comment on attachment 829802 [details] [review]
mozilla-b2g:master PR#13547
quick hack fix + tests
Attachment #829802 -
Flags: review?(alive)
Reporter | ||
Comment 5•12 years ago
|
||
Comment on attachment 829802 [details] [review]
mozilla-b2g:master PR#13547
\O/
Attachment #829802 -
Flags: review?(alive) → review+
Assignee | ||
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 7•12 years ago
|
||
I recalled that you showed me there's a "app" directory and we could put fake app there but I couldn't find where's it now.
James?
Assignee: nobody → jlal
Flags: needinfo?(jlal)
Assignee | ||
Comment 8•12 years ago
|
||
I used apps in my original patch (the one where I found this bug) here is an example of how to use this: https://github.com/mozilla-b2g/gaia/blob/master/apps/system/test/marionette/media_playback_test.js#L8-L19
Flags: needinfo?(jlal)
You need to log in
before you can comment on or make changes to this bug.
Description
•