Comment 15 for bug 215672

Revision history for this message
In , Jonas-sicking (jonas-sicking) wrote :

I really think this needs to be fixed in the frontend code. The code is relying on a very bogus assumption, that the xbl ctor won't run until long after the node has been inserted in the tree and the xbl binding has been attached.

This work should be done in onload or some such, or move the node around so that the xbl-bound node is after the requested node.