Open
Bug 1156423
Opened 11 years ago
Updated 5 years ago
throw "uncaught exception: out of memory" instead of "prompt aborted by user" since Fx36, while onkeydown in form's input
Categories
(Core :: DOM: Events, defect, P5)
Tracking
()
REOPENED
People
(Reporter: abolfazl.ziaratban, Unassigned)
References
()
Details
(Keywords: regression, testcase, Whiteboard: dom-triaged)
Attachments
(1 file)
|
139.92 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.2; rv:37.0) Gecko/20100101 Firefox/37.0
Build ID: 20150402191859
Steps to reproduce:
hi
http://jsfiddle.net/xr4nsp3q/
enter on textbox and [no click] !!!! and after meny second browser throw below error :
Console Result
----------------------------------------------------------------------------
uncaught exception: out of memory <unknown>
----------------------------------------------------------------------------
this error tested in new profile !
Comment 1•11 years ago
|
||
That's a very strange testcase and report combination: the out of memory message is in the fiddle itself, so there is probably no memory problem, so that shouldn't be in the bug summary…
QA Whiteboard: [bugday-20150427]
Summary: uncaught exception: out of memory → a problem with this jsfiddle
yes this error is very strage.
i add a screenshot and please see.
Comment 4•10 years ago
|
||
I can confirm this bug on Firefox 43.0 on Win 8 and Win 10.
Name Firefox
Version 43.0
Build ID 20151208100201
User Agent Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•10 years ago
|
Component: Untriaged → Web Apps
Updated•10 years ago
|
Component: Web Apps → Untriaged
Product: Firefox → Core
Comment 5•10 years ago
|
||
Sometimes this happens when some exception isn't caught in a JS module.
Status: NEW → RESOLVED
Closed: 10 years ago
Component: Untriaged → Event Handling
Keywords: testcase
OS: Windows 8 → All
Hardware: x86 → All
Resolution: --- → DUPLICATE
Summary: a problem with this jsfiddle → throw "uncaught exception: out of memory" if onkeydown in form's input
Reopen, because the bug 1167702 nature is different.
Severity: normal → minor
Status: RESOLVED → REOPENED
Component: Event Handling → DOM: Events
Keywords: regression
Resolution: DUPLICATE → ---
Summary: throw "uncaught exception: out of memory" if onkeydown in form's input → throw "uncaught exception: out of memory" instead of "prompt aborted by user" since Fx36, while onkeydown in form's input
Version: 37 Branch → 36 Branch
Comment 8•10 years ago
|
||
The console exception seems unrelated to the testcase.
Whiteboard: dom-triaged
Comment 9•10 years ago
|
||
(In reply to Andrew Overholt [:overholt] from comment #8)
> The console exception seems unrelated to the testcase.
That message is sometimes printed when some exception isn't properly caught. For example, see bug 922187.
Comment 10•5 years ago
|
||
Bulk-downgrade of unassigned, untouched DOM/Storage bug's priority.
If you have reason to believe, this is wrong, please write a comment and ni :jstutte.
Severity: minor → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•