Closed
Bug 951088
Opened 11 years ago
Closed 11 years ago
[Flatfish][Buri][Gallery] Black screen shown when opening Gallery
Categories
(Firefox OS Graveyard :: Gaia::Gallery, defect)
Tracking
(blocking-b2g:1.4+, firefox28 wontfix, firefox29 fixed, b2g-v1.4 fixed)
People
(Reporter: ericcc, Unassigned)
References
Details
(Keywords: regression, smoketest, Whiteboard: [Flatfish only][developer+])
Gaia 545aacf3feff6430140cc9ade757002df4895b77 │
Gecko b70b6647aa71a00afb1f7bc172856607f15d46fc │
BuildID 20131217171116 │
Version 29.0a1 │
ro.build.version.incremental=20131217 │
ro.build.date=Tue Dec 17 17:13:45 CST 2013
1. Open "Gallery"
2. <ISSUE> Blackscreen shown, cannot enter thumbnail view.
Comment 1•11 years ago
|
||
The addListener of MediaQueryList is broken:
E/GeckoConsole( 1788): [JavaScript Error: "TypeError: Argument 1 of MediaQueryList.addListener is not callable." {file: "app://video.gaiamobile.org/shared/js/screen_layout.js" line: 95}]
Comment 2•11 years ago
|
||
I think this bug may relate to bug 950523.
Hi Ehsan,
do you have any idea on that?
Flags: needinfo?(ehsan)
Comment 3•11 years ago
|
||
Hmm, Boris, can't bound functions be passed as WebIDL callbacks?
Flags: needinfo?(ehsan) → needinfo?(bzbarsky)
Comment 4•11 years ago
|
||
This isn't Flatfish only, it is happening during the smoketest on Buri using:
Gaia 545aacf3feff6430140cc9ade757002df4895b77
SourceStamp b1e5ade62913
BuildID 20131217040201
Version 29.0a1
Would request that we back the bug out cited in Comment 2 if it is the cause so we can get smoketests passing again.
blocking-b2g: --- → 1.4?
Keywords: regression,
smoketest
Summary: [Flatfish][Gallery] Black screen shown when opening Gallery → [Flatfish][Buri][Gallery] Black screen shown when opening Gallery
Comment 5•11 years ago
|
||
> Hmm, Boris, can't bound functions be passed as WebIDL callbacks?
They can, but that's not what Gaia was doing until Gregor fixed it; see comments in bug 950523.
I would assume that this bug is fixed now that Gaia is actually doing things that are _supposed_ to work per spec.
Blocks: 950523
Flags: needinfo?(bzbarsky)
Comment 6•11 years ago
|
||
Thanks guys,
the latest gaia code has fixed this bug.
(the commit is 924f630806990c23e2bb47c3beb82692d7285842, gwagner)
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Comment 7•11 years ago
|
||
Actually fixed since we've got a patch for this.
blocking-b2g: 1.4? → 1.4+
Resolution: WORKSFORME → FIXED
Updated•11 years ago
|
status-b2g-v1.4:
--- → fixed
status-firefox28:
--- → wontfix
status-firefox29:
--- → fixed
Target Milestone: --- → 1.3 C1/1.4 S1(20dec)
You need to log in
before you can comment on or make changes to this bug.
Description
•