Open
Bug 1333812
Opened 8 years ago
Updated 2 years ago
In "Warning: Unresponsive script" prompt title, mention that Mozilla Firefox is the issuing process
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
UNCONFIRMED
People
(Reporter: h.h.m.draisma, Unassigned)
References
()
Details
(Keywords: ux-discovery)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0
Build ID: 20161209095719
Steps to reproduce:
Firefox may give [...] a "Warning: Unresponsive script" prompt that says "A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete" [REF “https://support.mozilla.org/en-US/kb/warning-unresponsive-script”]. However, that prompt doesn’t indicate that Firefox is the issuing process indeed, which complicates tracing the cause of a ‘stalling’ machine. I propose to add “Mozilla Firefox: ” to the prompt title, making it become: “Mozilla Firefox: Warning: Unresponsive script”.
The dialog box is modal, which is not enough? Although, the dialog box has enough space to add a full brand name to the title.
URL: javascript:for(;;);
Severity: normal → trivial
Component: Untriaged → General
Flags: needinfo?(h.h.m.draisma)
Reporter | ||
Comment 2•8 years ago
|
||
The dialog box may be modal, but it could be issued while user focus is not at the Firefox main window which could make it unclear for the user (as it was for me very recently) that indeed this program issued it.
Flags: needinfo?(h.h.m.draisma)
(In reply to h.h.m.draisma from comment #2)
> The dialog box may be modal, but it could be issued while user focus is not
> at the Firefox main window which could make it unclear for the user (as it
> was for me very recently) that indeed this program issued it.
I think it can be discovery since the Firefox window is brought to the foreground and the title bar flashes when the modal dialog or the Firefox window is clicked, on Windows. This may appear different styles in Linux.
Severity: trivial → normal
Keywords: ux-discovery
Comment 4•8 years ago
|
||
This dialog comes from DOM nsGlobalWindow code, so moving to DOM.
Component: General → DOM
Product: Firefox → Core
Updated•8 years ago
|
Priority: -- → P3
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•