Closed
Bug 216651
Opened 21 years ago
Closed 15 years ago
XUL dialogs have no title in embedding applications
Categories
(Core Graveyard :: Embedding: APIs, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mpgritti, Assigned: blizzard)
References
()
Details
(I'm not sure if I picked the right component, feel free to change it)
To reproduce:
Start TestGtkEmbed
Browse to
http://www.gnomedesktop.org/article.php?sid=1280&mode=thread&order=0&thold=1
Click the link labeled "Garret's email"
A XUL dialog without a title is showed.
For mozilla the title is set in nsXULWindow which isnt used by embeddding apps.
The patch in attachment
http://bugzilla.mozilla.org/attachment.cgi?id=108221&action=view of bug
http://bugzilla.mozilla.org/show_bug.cgi?id=126903 does solve this problem.
(but it's done for a different reason).
-> Chris
Probably an issue with the chrome implementation
Assignee: adamlock → blizzard
Comment 2•19 years ago
|
||
This seems fixed on trunk (2005-10-06).
Updated•15 years ago
|
QA Contact: carosendahl → apis
Comment 3•15 years ago
|
||
Don't use NS_InitEmbedding/NS_TermEmbedding
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•