Closed Bug 52687 Opened 25 years ago Closed 25 years ago

Window titles missing in our dialogs including the password dialog.

Categories

(Core :: XUL, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 50682

People

(Reporter: mscott, Assigned: danm.moz)

References

Details

dialog titles are no longer showing up in dialogs like the password dialog. I've stepped through the code and the window title is properly passed along all the way into nsCommonDialogs.cpp. It gets lost sometime after that. This happens regardlesss of the skin. This blocks our security fix for Bug #51631
Nominating for beta3. Without the dialog titles for dialogs we are opening ourselves up for security problems. Please see Bug #51631 which involes wording in the dialog title to fix.
Blocks: 51631
Severity: normal → critical
Keywords: nsbeta3
Summary: Window titles missing in our dialogs including the password dialog. → Window titles missing in our dialogs including the password dialog.
It gets even further. The title is used in commonDialog.js at the following point: window.title = param.GetString(12); I put a dump statement there to print out param.GetString(12) and it has the correct value. So now we get into the bowels of javascript to figure out why the assignment to window.title didn't do its thing.
->danm
Assignee: trudelle → danm
*** This bug has been marked as a duplicate of 50682 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Verified dupe.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.