Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeviceMotionEvent is missing many members #9092

Closed
blois opened this issue Mar 12, 2013 · 11 comments
Closed

DeviceMotionEvent is missing many members #9092

blois opened this issue Mar 12, 2013 · 11 comments
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-obsolete Closed as the reported issue is no longer relevant library-html P3 A lower priority bug or feature request

Comments

@blois
Copy link
Contributor

blois commented Mar 12, 2013

IDL specifies:
    [Custom] readonly attribute Acceleration acceleration;
    [Custom] readonly attribute Acceleration accelerationIncludingGravity;
    [Custom] readonly attribute RotationRate rotationRate;
    [Custom] readonly attribute double interval;
    [Custom] void initDeviceMotionEvent(...);

But Dart only has:
    interval.

@DartBot
Copy link

DartBot commented Mar 14, 2013

This comment was originally written by xer...@gmail.com


device motion event is bugged :(

@efortuna
Copy link
Contributor

Added this to the M4 milestone.

@blois
Copy link
Contributor Author

blois commented Apr 3, 2013

Removed this from the M4 milestone.
Added this to the M5 milestone.

@blois
Copy link
Contributor Author

blois commented May 23, 2013

Now only initDeviceMotionEvent is missing. Much better.

@blois
Copy link
Contributor Author

blois commented May 23, 2013

Looking at it more, the issue is that the IDL specifies:
[Custom] void initDeviceMotionEvent(
    ...
    Acceleration acceleration,
    Acceleration accelerationIncludingGravity,
    RotationRate rotationRate
    ...);

But Acceleration and RotationRate are not exposed by the IDL (DeviceAcceleration is).


Removed this from the M5 milestone.
Removed Priority-Medium, Area-HTML labels.
Added Priority-Low, Area-Dartium labels.

@DartBot
Copy link

DartBot commented May 28, 2013

This comment was originally written by antonm@google.com


It's both dart2js and daritum issue, correct?


Removed Area-Dartium label.
Added Area-HTML label.

@blois
Copy link
Contributor Author

blois commented May 28, 2013

Added this to the Later milestone.

@kevmoo
Copy link
Member

kevmoo commented Apr 7, 2014

Removed Area-HTML label.
Added Area-Library, Library-Html labels.

@kasperl
Copy link

kasperl commented Jul 10, 2014

Removed this from the Later milestone.
Added Oldschool-Milestone-Later label.

@kasperl
Copy link

kasperl commented Aug 4, 2014

Removed Oldschool-Milestone-Later label.

@alan-knight
Copy link
Contributor

All of these are present now.


Added AssumedStale label.

@blois blois added Type-Defect P3 A lower priority bug or feature request area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-html closed-obsolete Closed as the reported issue is no longer relevant labels Jan 13, 2015
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-obsolete Closed as the reported issue is no longer relevant library-html P3 A lower priority bug or feature request
Projects
None yet
Development

No branches or pull requests

6 participants