From: Raides J. <ra...@te...> - 2001-01-26 11:58:40
|
Pascal wrote: > > Now that the release is finished, I think we should change the object model > of the dynapi abit. (... snip ...) > The eventMethod should be possible to combine into one for DynLayer and > DynDocument, so that it can be attached to the DynObject (I've done this > already, but I think some small bugs for document-events are still > happening). > > any ideas, comments,rocks? Just two comments (my rocks supply is starving): The main difference between document-events and the rest of events is that the document doesn't have any "onmouseover"-"onmouseout" events and that other elements have no "onload" or "onunload" events in the browser DOM. Other small differences can be spotted by carefully reading the documentation of each browser. A graphical representation of each browser's DOM (from JavaScript developer point of view) will be a good idea for someone to prepare (myself, when my workload is lower) so each developer can have a God's view over the objects at his/her disposal before developping anything and also a good place to look before complaining about this or that bug. These DOM views could be shown in a web page/PDF doc/whatever-the-format so people can use them as basis for every other thing. I hope this lights new roads ahead in DynAPI development... Raides J. |