]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/BUGS-GDOME2
ocaml 3.09 transition
[helm.git] / helm / DEVEL / mathml_editor / BUGS-GDOME2
index 2b89215f0cb3742375a8d6795cc623891ecdfb4b..5f756359fa33cddb0cbe426635c255409a4eb5a2 100644 (file)
@@ -1,15 +1,4 @@
 
-* replaceChild on document root should work, but it is implemented as
-  an insertBefore + removeChild, and the insertBefore is not allowed
-  for the document must have xactly _one_ child
-* the code to dispatch the events is wrong, because it stores
-  xmlNodes and not gdome wrappers, hence the nodes can be deleted
-* when firing events, self is not always reffed, what is the reason for
-  doing it?
-* DOMSubtreeModified must have bubble=yes
-* when setting more event listeners for the same node, with same type
-  and same useCapture, the event listener also matters. It seems like
-  now one can set only one event per combination type/capture
 * /usr/lib is given by gdome-config
 * should optimize event propagation, remember only those nodes with
   listeners