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