Closed
Bug 34295
Opened 25 years ago
Closed 25 years ago
[need review]Unknown Content XUL Dialog asserts to death
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jud, Assigned: dougt)
References
()
Details
(Keywords: smoketest)
hit that URL, and the browser freezes. The unknown content type handler never
comes up.
Assignee | ||
Comment 1•25 years ago
|
||
Just open the xul file directly will cause the assert to death:
viewer chrome://global/content/unknownContent.xul
Assignee | ||
Updated•25 years ago
|
Summary: file download freezes browser → Unknown Content XUL Dialog asserts to death
Assignee | ||
Comment 3•25 years ago
|
||
xul has titledbutton classes that are not defined anymore. When I remove them,
the asserts go away, I can download from the utch, and the dialog looks alot
better. Need reviewer:
Index: unknownContent.xul
===================================================================
RCS file: /cvsroot/mozilla/xpfe/components/ucth/resources/unknownContent.xul,v
retrieving revision 1.12
diff -r1.12 unknownContent.xul
21c21
< <titledbutton class="message-icon plain"/>
---
> <titledbutton/>
26c26
< <titledbutton id="dialog.contentType" align="left" class="plain"
flex="100%" style="width: 100%; font-weight: bold;"/>
---
> <titledbutton id="dialog.contentType" align="left" flex="100%"
style="width: 100%; font-weight: bold;"/>
34c34
< <html:div><titledbutton class="dialog push" id="dialog.more"
value="&dialogMore.label;" onclick="more()"/></html:div>
---
> <html:div><titledbutton id="dialog.more" value="&dialogMore.label;"
onclick="more()"/></html:div>
Status: NEW → ASSIGNED
Assignee | ||
Updated•25 years ago
|
Summary: Unknown Content XUL Dialog asserts to death → [need review]Unknown Content XUL Dialog asserts to death
Assignee | ||
Comment 4•25 years ago
|
||
ben, if there is a better fix, please check it in. this fix does work and will
allow us to open the tree.
checking it in. r=valeski.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 5•25 years ago
|
||
The "unknown content" dialog box pops right up for me on build 2000041811
running Linux.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•