Open
Bug 1985713
Opened 11 months ago
Updated 11 months ago
Firefox does not create T-F on a js file and times out in less than 1 second. But with logging enabled, it timesout in the usual 5 seconds.
Categories
(Core :: DOM: Navigation, defect)
Core
DOM: Navigation
Tracking
()
NEW
People
(Reporter: mayankleoboy1, Unassigned, NeedInfo)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
6.13 MB,
application/x-javascript
|
Details |
Open the attached file in the browser
Search for this (spaces in the front are deliberate):
Da -= 1;
ra = ra != 0 ? 17 : 22;
break;
case 22:
ra = ka != 0 ? 25 : 23;
break;
case 23:
ra = x[xa + 4] != DM ? 25 : 24;
break;
case 24:
x[xa] += 1;
x[x[Na + 12]] = xa;
ka += 1;
ra = 35;
break;
case 25:
Now select this text adn try to create a T-F.
Without logging: https://share.firefox.dev/3Hvqete
With Logging: https://share.firefox.dev/3HTLl8r
Flags: needinfo?(jjaschke)
| Reporter | ||
Comment 1•11 months ago
|
||
Comment 2•11 months ago
|
||
Thanks for the report! I'll keep the ni? and take a look later.
Severity: -- → S3
Flags: needinfo?(jjaschke)
Updated•11 months ago
|
Flags: needinfo?(jjaschke)
You need to log in
before you can comment on or make changes to this bug.
Description
•