Open
Bug 783344
Opened 13 years ago
Updated 1 month ago
Apply similar changes to Thunderbird: slow script dialog appears while print dialogs are open (Unresponsive Script)
Categories
(MailNews Core :: Backend, defect)
MailNews Core
Backend
Tracking
(Not tracked)
NEW
People
(Reporter: Irving, Unassigned)
References
Details
Attachments
(1 obsolete file)
+++ This bug was initially created as a clone of Bug #492560 +++
Firefox added a hook to the JavaScript context to suspend the script timeout while modal dialog boxes are open. To take advantage of this, we need to wrap all our modal dialogs in EnterModalState() / LeaveModalState() calls. This needs to be done for at least the Print and File Picker dialogs.
Updated•13 years ago
|
Summary: Apply similar changes to Thunderbird: slow script dialog appears while print dialogs are open → Apply similar changes to Thunderbird: slow script dialog appears while print dialogs are open (Unresponsive Script)
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Attachment #9385485 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•