Closed
Bug 272188
Opened 20 years ago
Closed 17 years ago
uncaught exception chrome://global/content/bindings/menulist.xml
Categories
(Firefox :: Menus, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: ocms, Unassigned)
Details
(Whiteboard: CLOSEME 2007-07-03)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20040914 Firefox/0.10
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20040914 Firefox/0.10
Erro: uncaught exception: [Exception... "Component returned failure code:
0x80004005 (NS_ERROR_FAILURE) [nsIMenuBoxObject.activeChild]" nsresult:
"0x80004005 (NS_ERROR_FAILURE)" location: "JS frame ::
chrome://global/content/bindings/menulist.xml :: onxblpopupshowing :: line 43"
data: no]
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
<binding id="popccustos">
<content>
<xul:vbox id="id_ccustos" class="popselect" flex="1">
<xul:label class="editlabel" value="Centro de Custos:"/>
<xul:menulist id="lista_ccustos" class="poplist" datasources="rdf:null"
ref="urn:tabela">
<xul:menupopup uri="rdf:*">
<xul:template>
<xul:rule id="cond2" TABELA:codigo="0">
<xul:menuitem label="rdf:http://www.algoritimo.com.br/rdf#nome"
selected="true"/>
</xul:rule>
<xul:rule>
<xul:menuitem
label="rdf:http://www.algoritimo.com.br/rdf#nome"/>
</xul:rule>
</xul:template>
</xul:menupopup>
</xul:menulist>
</xul:vbox>
</content>
<implementation>
<constructor>
loadLista('lista_ccustos', 'ccustos.rdf');
</constructor>
</implementation>
</binding>Could you try that with 1.0 instead of the preview version? Or even better with the latest trunk and branch versions: http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/ Back up your profile when testing nightlies. Thanks for reporting this.
Summary: uncaught exception chrome://global/content/bindings/menulist.xml → uncaught exception chrome://global/content/bindings/menulist.xml
Updated•19 years ago
|
Assignee: firefox → nobody
QA Contact: bugzilla → menus
Comment 2•17 years ago
|
||
Reporter, can you still see the bug with the current builds? Thanks.
Whiteboard: CLOSEME 2007-07-03
Comment 3•17 years ago
|
||
There's been no feedback from the reporter since this was reported. Closing as INCOMPLETE due to lack of updates.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•