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)
Tracking
()
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
| Reporter | ||
Comment 1•25 years ago
|
||
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.
Comment 2•25 years ago
|
||
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.
Comment 4•25 years ago
|
||
*** This bug has been marked as a duplicate of 50682 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•