Uniform Event Model - Known Issues
Known issues which are so time consuming to solve that they should be mentioned.
Note that UEM builds upon EPE so you might want to check EPE bugs as well.
-
Event.timeStamp
Mozilla uses the part of the W3C DOM 2 specification which measures the time of an event in milliseconds relative to boot time. As I do not know of any way to get the boot time in IE without the help of plugins/ActiveX UEM will use the W3C DOM 3 specification which is the time in milliseconds of event creation relative to the epoch 1st of January 1970. This does not make a difference for your code if your times are to be interpreted relative to one another.
