Closed
Bug 420062
Opened 17 years ago
Closed 17 years ago
fIX THE PROBLEM.
Categories
(Toolkit :: Downloads API, defect)
Tracking
()
VERIFIED
INCOMPLETE
People
(Reporter: Fernandoe5537, Unassigned)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SIMBAR={0CAD63D0-CDCA-11DC-8E21-001BB9548832}; Avant Browser; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; OfficeLiveConnector.1.0)
Build Identifier:
<?xml version="1.0"?>
<bindings id="globalBindings"
xmlns="http://www.mozilla.org/xbl"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:xbl="http://www.mozilla.org/xbl">
<binding id="radio"
extends="chrome://global/content/bindings/radio.xml#radio">
<content>
<xul:hbox class="radio-check-box1" xbl:inherits="selected,checked,disabled">
<xul:hbox class="radio-check-box2" flex="1">
<xul:image class="radio-check" xbl:inherits="selected,checked,disabled"/>
</xul:hbox>
</xul:hbox>
<xul:hbox class="radio-label-box" xbl:inherits="flex">
<xul:image class="radio-icon" xbl:inherits="src"/>
<xul:label class="radio-label" xbl:inherits="xbl:text=label,flex,accesskey,crop"/>
</xul:hbox>
</content>
</binding>
<binding id="radio-with-spacing"
extends="chrome://global/skin/globalBindings.xml#radio">
<content>
<xul:hbox class="radio-spacer-box">
<xul:hbox class="radio-check-box1" xbl:inherits="selected,checked,disabled">
<xul:hbox class="radio-check-box2" flex="1">
<xul:image class="radio-check" xbl:inherits="selected,checked,disabled"/>
</xul:hbox>
</xul:hbox>
</xul:hbox>
<xul:hbox class="radio-label-center-box" flex="1">
<xul:hbox class="radio-label-box" flex="1">
<xul:image class="radio-icon" xbl:inherits="src"/>
<xul:label class="radio-label" xbl:inherits="xbl:text=label,accesskey,crop" flex="1"/>
</xul:hbox>
</xul:hbox>
</content>
</binding>
<binding id="toolbarpaletteitem-spacer" extends="chrome://global/content/bindings/toolbar.xml#toolbarpaletteitem">
<content>
<xul:spacer class="spacer-left"/>
<children/>
<xul:spacer class="spacer-right"/>
</content>
</binding>
<binding id="tab" extends="chrome://global/content/bindings/tabbrowser.xml#tabbrowser-tab">
<content>
<xul:hbox class="tab-startcap" xbl:inherits="selected,hover"/>
<xul:hbox class="tab-icon">
<xul:image xbl:inherits="validate,src=image" class="tab-icon-image" />
</xul:hbox>
<xul:label flex="1" xbl:inherits="value=label,crop,accesskey" crop="right" class="tab-text"/>
<xul:image anonid="close-button-placeholder" class="tab-close-button-placeholder"/>
<xul:toolbarbutton anonid="close-button" class="tab-close-button" />
<xul:hbox class="tab-endcap" xbl:inherits="selected,hover"/>
</content>
</binding>
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Actual Results:
STAYS WHEN OPENING THAT THE DONLOADER DOES NOT HAVE ANY PROPERTIES.
OPEN THE PROGRAM WITHOUT SHOWING AN ERRROR.
Comment 1•17 years ago
|
||
Not sure what the bug is here.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INCOMPLETE
Comment 2•17 years ago
|
||
Please fill out steps to reproduce if you want us to take a look at this.
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•