The observer will add the x3d node to the x3d scene graph when a new Inline element is added.
In addition it will have to append the new inline dom to the inline as a child. Again, async loading problem, eg. dom not available when inline el. available. create new loadsensor ? keep using browser loadsensor ?
In turn this would trigger more mutation events which should be ignored. How ?
Probably by checking if mutations are inside an inline. el.ancestor or so.
Should be possible to simplify initial inline handling: Just call processInline as used in observer ?
The observer will add the x3d node to the x3d scene graph when a new Inline element is added.
In addition it will have to append the new inline dom to the inline as a child. Again, async loading problem, eg. dom not available when inline el. available. create new loadsensor ? keep using browser loadsensor ?
In turn this would trigger more mutation events which should be ignored. How ? Probably by checking if mutations are inside an inline. el.ancestor or so.
Should be possible to simplify initial inline handling: Just call processInline as used in observer ?