Skip to content

MouseEvent factory is missing pageX and pageY #11452

Open
@DartBot

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?

Metadata

Assignees

No one assigned

    Labels

    area-webUse area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop.library-htmltype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)web-librariesIssues impacting dart:html, etc., libraries

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions