Closed
Bug 54693
Opened 25 years ago
Closed 25 years ago
bulletinboard within bulletinboard hangs
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: ericb, Assigned: trudelle)
Details
given the following xul scrap:
<bulletinboard>
<bulletinboard>
</bulletinboard>
</bulletinboard>
mozilla hangs.
expected result:
a layout containing a bulletinboard within a bulletinboard, or at the very
least, not a hang.
actual result:
mozilla hangs
platforms attempted: Win2k
build: pulled from source on 9/22/2000
Comment 1•25 years ago
|
||
Can you post a reproducible testcase? The nested bulletinboard example
works for me on both branch and tip builds (opt. builds). No hang.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Comment 2•25 years ago
|
||
Eric (Burley), re: your email ...
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<bulletinboard style="border:2px solid red;">
<bulletinboard>
</bulletinboard>
</bulletinboard>
</window>
Works in a debug build, trunk, pulled 2am last night. Not sure what to say.
Reporter | ||
Comment 3•25 years ago
|
||
must have been fixed since I last pulled. sorry for the trouble.
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•