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

Exception null value - windows.scrollbars #12781

Closed
DartBot opened this issue Aug 26, 2013 · 8 comments
Closed

Exception null value - windows.scrollbars #12781

DartBot opened this issue Aug 26, 2013 · 8 comments
Labels
closed-obsolete Closed as the reported issue is no longer relevant library-html P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) web-dart2js

Comments

@DartBot
Copy link

DartBot commented Aug 26, 2013

This issue was originally filed by michael.wat...@gmail.com


What steps will reproduce the problem?

IE10 exception in dart2js output for windows.scrollbars
1.

Dart source:

      if (window.scrollbars.visible)
         ...do something
      }
2.

Convert to JavaScript with dart2js

3.

IE exception in JavaScript

      if (window.scrollbars.visible === true)
         ...do something
      }

Exception null value - windows.scrollbars

What is the expected output? What do you see instead?

Expect valid boolean test

What version of the product are you using? On what operating system?

IE10

Please provide any additional information below.

@iposva-google
Copy link
Contributor

Added Area-Dart2JS, Library-Html, Triaged labels.
Changed the title to: "Exception null value - windows.scrollbars".

@DartBot
Copy link
Author

DartBot commented Aug 27, 2013

This comment was originally written by ngeoffray@google.com


cc @blois.
cc @rakudrama.

@kasperl
Copy link

kasperl commented Sep 18, 2013

Added this to the M7 milestone.

@kasperl
Copy link

kasperl commented Sep 30, 2013

Removed Priority-Unassigned label.
Added Priority-Medium label.

@kasperl
Copy link

kasperl commented Oct 2, 2013

Removed this from the M7 milestone.
Added this to the M8 milestone.

@kasperl
Copy link

kasperl commented Jun 4, 2014

Removed this from the M8 milestone.
Added this to the 1.6 milestone.

@kasperl
Copy link

kasperl commented Jul 10, 2014

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

@kasperl
Copy link

kasperl commented Aug 4, 2014

Removed Oldschool-Milestone-1.6 label.

@kevmoo kevmoo added P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed triaged labels Feb 29, 2016
@sigmundch sigmundch added the closed-obsolete Closed as the reported issue is no longer relevant label Jun 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-obsolete Closed as the reported issue is no longer relevant library-html P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) web-dart2js
Projects
None yet
Development

No branches or pull requests

5 participants