Closed
Bug 861873
Opened 12 years ago
Closed 7 years ago
Gallery spinner goes forever
Categories
(Firefox OS Graveyard :: Gaia::Gallery, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: gerard-majax, Unassigned)
Details
The Gallery spinner indicating updating of the database never stops on my device. I suspect it might be linked to this error visible in logcat:
E/GeckoConsole( 8642): [JavaScript Error: "Error: invalid arguments" {file: "app://gallery.gaiamobile.org/js/metadata_scripts.js" line: 232}]
The code being:
231 getASCIIText: function(offset, len) {
232 var bytes = new Uint8Array(this.buffer, offset + this.viewOffset, len);
233 return String.fromCharCode.apply(String, bytes);
234 },
Comment 1•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•