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)

Other
Linux
defect

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.
Severity: normal → blocker
Keywords: smoketest
Just open the xul file directly will cause the assert to death:

viewer chrome://global/content/unknownContent.xul
Summary: file download freezes browser → Unknown Content XUL Dialog asserts to death
taking.
Assignee: nobody → dougt
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
Summary: Unknown Content XUL Dialog asserts to death → [need review]Unknown Content XUL Dialog asserts to death
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
The "unknown content" dialog box pops right up for me on build 2000041811
running Linux.
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.