Closed
Bug 1358077
Opened 9 years ago
Closed 8 years ago
IndexedDb not working on Firefox Nightly 55.0a1 (2017-04-19) (64-bit)
Categories
(Core :: Storage: IndexedDB, defect)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: sunnyjswl51, Unassigned)
References
()
Details
(Keywords: reporter-external)
Attachments
(1 file)
|
131.92 KB,
image/jpeg
|
Details |
I was trying to use IndexedDb on a web application but I found that the Nightly does not supports the IndexedDb. I do have a web app which works fine on normal firefox, chrome, opera, safari, IE, etc. But found the bug on Firefox Nighlty
Flags: sec-bounty?
Updated•9 years ago
|
Group: websites-security → firefox-core-security
Component: Other → General
Flags: sec-bounty? → sec-bounty-
Product: Websites → Firefox
Comment 1•9 years ago
|
||
Not a security bug.
Group: firefox-core-security
Component: General → Untriaged
Whiteboard: [reporter-external] [web-bounty-form] [verif?]
Comment 2•9 years ago
|
||
(In reply to sunnyjswl51 from comment #0)
> Created attachment 8859963 [details]
> Here is an example page of the error on Cosole.
>
> I was trying to use IndexedDb on a web application but I found that the
> Nightly does not supports the IndexedDb. I do have a web app which works
> fine on normal firefox, chrome, opera, safari, IE, etc. But found the bug on
> Firefox Nighlty
Thanks for reporting this issue.
To help us investigate the underlying problem, would you please help provide a simple test case to reproduce this issue?
There's a known issue due to database schema upgrade, see https://bugzilla.mozilla.org/show_bug.cgi?id=1357428#c2
It's also helpful that you could share if you are using the same Firefox profile with both nightly and stable releases of Firefox.
Flags: needinfo?(sunnyjswl51)
Comment 3•9 years ago
|
||
(In reply to Hsin-Yi Tsai [:hsinyi] from comment #2)
> (In reply to sunnyjswl51 from comment #0)
> > Created attachment 8859963 [details]
> > Here is an example page of the error on Cosole.
> >
> > I was trying to use IndexedDb on a web application but I found that the
> > Nightly does not supports the IndexedDb. I do have a web app which works
> > fine on normal firefox, chrome, opera, safari, IE, etc. But found the bug on
> > Firefox Nighlty
>
> Thanks for reporting this issue.
> To help us investigate the underlying problem, would you please help provide
> a simple test case to reproduce this issue?
Oops, sorry that sunnyjswl51 already shared a testing URL.
FWIW, I didn't see the error message as sunnyjswl51 with Nightly 55 neither on Mac nor on Win10. Instead, I got a successful debugging message in console |success: [object IDBDatabase]|.
Still keeping the NI flag for the profile question below.
>
> There's a known issue due to database schema upgrade, see
> https://bugzilla.mozilla.org/show_bug.cgi?id=1357428#c2
> It's also helpful that you could share if you are using the same Firefox
> profile with both nightly and stable releases of Firefox.
Comment 4•8 years ago
|
||
Haven't heard from reporter NI for a while. Close this as INCOMPLETE; feel free to reopen if you still see this issue, and it's highly appreciated sharing more info to help move this forward.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Flags: needinfo?(sunnyjswl51)
Resolution: --- → INCOMPLETE
Updated•2 years ago
|
Keywords: reporter-external
You need to log in
before you can comment on or make changes to this bug.
Description
•