Open Bug 424805 Opened 16 years ago Updated 2 years ago

windows created during modal sessions shouldn't necessarily be modal

Categories

(Core :: Widget: Cocoa, defect, P3)

x86
macOS
defect

Tracking

()

People

(Reporter: jaas, Unassigned)

Details

Bug 395465 resulted in a form of modality where users can create new windows during an application-modal session. Windows created during the modal session become modal children of the modal windows that created them, whether or not they need to be modal. We should only create modal children if the window needs to be modal, otherwise new windows should open behind the current modal window and not be modal themselves.

To see this in action, execute the following in the URL bar:

javascript: showModalDialog("http://www.mozilla.org");

Hit cmd-n to create a new window.
Flags: wanted1.9.0.x+
Priority: -- → P2
Assignee: joshmoz → nobody
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.