|
From: Jay C. <jch...@ou...> - 2001-01-23 23:40:30
|
Hello,
I'm trying to work through issues to get our app running on NS 6. This
includes an upgrade from dynlayer to DynAPI2. We rely heavily on the inline
capability.
In debugging today, I disovered that DynAPI.findLayers is not adding any
divs to the DynDocument. I tracked this down to the fact that line 17 of
inline.js:
if(DynAPI.isDirectChildOf(divs[i],dyndoc.elm)) {
always (in my app) returns false in NS 6.
I believe the reason is that divs[i] is a div and dyndoc.elm is a Window
object. The direct parent of a div in NS6 (DOM1) is an HTMLBody element. I
tried a couple of DOM permutations/navigations to get from the HTMLBody
element to the Window object but couldn't.
Is anyone working on these issues?
What, in general, is the functionality level of DynAPI2 in NS 6?
Finally, how would one contribute fixes to the DynAPI2 codebase?
thanks
-J
----------------------
Jay Chalfant
OutBack Resource Group
www.outbackinc.com
|