Closed
Bug 77847
Opened 24 years ago
Closed 6 years ago
XBL demo broken.
Categories
(Core :: XBL, defect)
Core
XBL
Tracking
()
RESOLVED
INCOMPLETE
Future
People
(Reporter: mgalli, Unassigned)
References
()
Details
build: 2001042604
win98
go to the demo URL. In Older Mozilla it was animating the defined LAYER object.
Comment 1•24 years ago
|
||
Um... looks like possible xpcdom issues...
note that the <layer> and document.layers _are_ defined through XBL, so it
should be working...
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 98 → All
Hardware: PC → All
Comment 2•24 years ago
|
||
Bindingattached has been replaced with <constructor> in the implementation.
Could someone try patching the demo and see if that fixes the problem?
Comment 3•24 years ago
|
||
Cool -- layers emulation via xbl!
/be
Comment 4•24 years ago
|
||
I changed
<handler event="bindingattached">
to
<constructor>
and the matching
</handler>
to
</constructor>
but still no joy.
Comment 5•24 years ago
|
||
Did you move it under <implementation> and not under <handlers>?
Comment 6•24 years ago
|
||
That helps, but not enough. I now get 3 Hello World things, with some cool
selection-at-a-distance behaviour between two of them.
And no animation.
Comment 7•24 years ago
|
||
I'm not convinced that there's anything wrong here.
Status: NEW → ASSIGNED
Target Milestone: --- → Future
| Reporter | ||
Comment 8•24 years ago
|
||
Sorry for my long delay,..
David,
The demo moves the layer with N6.0+....With latest seems like the
document.layers[""] array is not prepared by the XBL code (JS code in the XBL file).
Basically the demo try to set the document.layers[""] array.
--
I will try to refine the testcase.. soon..
| Reporter | ||
Comment 9•24 years ago
|
||
All right,
seems like event="bindingattached" approach now is <constructor> inside the
<implementation> element (please correct me if I am wrong).. I am trying to fix
/ update the demo.....
| Reporter | ||
Comment 10•24 years ago
|
||
Ok. I updated the xbl file to have the old "bindindattached" JavaScript code in
the implementation->constructor area. The demo is now happy. However I can see
multiple instances of the 'layer' element in the page. It's supposed to be just
one. I will review the demo again to verify if I did something crazy.
New updated version:
http://geckonnection.com/layer/x/layer.html
| Reporter | ||
Comment 11•24 years ago
|
||
Version (document.layers) for DIV elements. This version is fine, basically no
transformations (LAYER -> DIV) involved:
http://www.dhtmlplanet.com/layer/x/layer2.html
Comment 12•22 years ago
|
||
Is this still an issue?
Updated•16 years ago
|
QA Contact: jrgmorrison → xbl
Updated•15 years ago
|
Assignee: hyatt → nobody
Comment 13•15 years ago
|
||
This is a mass change. Every comment has "assigned-to-new" in it.
I didn't look through the bugs, so I'm sorry if I change a bug which shouldn't be changed. But I guess these bugs are just bugs that were once assigned and people forgot to change the Status back when unassigning.
Status: ASSIGNED → NEW
Comment 14•6 years ago
|
||
Demo is gone, and XBL is going away anyway.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•