Closed
Bug 271483
Opened 20 years ago
Closed 20 years ago
Crash when styling an element used by XBL
Categories
(Core :: XBL, defect)
Tracking
()
People
(Reporter: loconet, Assigned: bugzilla)
Details
Attachments
(3 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
The attached testcase files xul,css,xbl better describe the problem. The crash
basically occurs when I style an element such as <button> via css and there is a
<xul:button> in an xbl.
The package was installed as:
installed-chrome.txt
--------------------
content,install,url,file:///E:/work/coding/xul/content/tests/
chrome.rdf
----------
<RDF:Seq RDF:about="urn:mozilla:package:root">
<!-- regular packages here-->
<RDF:li RDF:resource="urn:mozilla:package:tests"/>
</RDF:Seq>
<RDF:Description RDF:about="urn:mozilla:package:tests"
c:baseURL="file:///E:/work/coding/xul/content/tests/"
c:locType="install"
c:displayName="tests"
c:author="mozilla.org"
c:name="tests"
c:localeVersion="0.9.9"
c:skinVersion="1.5"
c:hasOverlays="true" />
Reproducible: Always
Steps to Reproduce:
1. Install the testcase files as a chrome package
2. Run test package from a chrome url ie: chrome://tests/content/crash-css.xul
Actual Results:
Firefox crashes
Talkback crash ID: TB2144688Q| Reporter | ||
Comment 1•20 years ago
|
||
| Reporter | ||
Comment 2•20 years ago
|
||
| Reporter | ||
Comment 3•20 years ago
|
||
Comment 4•20 years ago
|
||
In the stylesheet you are adding a binding to the button. That binding creates another button. That button also gets binded, etc. So you'll get infinite recursion. So I guess this is a duplicate of bug 55070. Talkback link: http://talkback-public.mozilla.org/talkback/fastfind.jsp?search=2&type=iid&id=TB2144688Q
Updated•20 years ago
|
Component: General → XBL
Product: Firefox → Core
Version: unspecified → Trunk
Comment 5•20 years ago
|
||
*** This bug has been marked as a duplicate of 55070 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•