Open
Description
This issue was originally filed by @marcojakob
I need to create a MouseEvent with pageX and pageY properties. There is no way to set them on a created MouseEvent because they are final and MouseEvent factory does not have them.
http://api.dartlang.org/docs/releases/latest/dart_html/MouseEvent.html
Would it be possible to add pageX and pageY to the factory constructor?