Skip to content

window.screenLeft/screenTop are null on Firefox #22093

Open
@alan-knight

Description

Noticed this in debugging a different problem. Trivial reproduction
import 'dart:html';

void main() {
  print(window.screenLeft);
  print(window.screenTop);
}

Metadata

Assignees

No one assigned

    Labels

    P2A bug or feature request we're likely to work onarea-webUse area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop.browser-firefoxlibrary-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