-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Frog / dart:html issue on Windows IE 9.0.5 #2198
Comments
Windows, IE 9.0.5: SCRIPT438: Object doesn't support property or method 'defineProperty' Sunflower.dart.js is: // ********** Library dart:core ************** Same issue with sunflower; clock works fine though. dart:html vs dart:dom issue? |
[user feedback] "SCRIPT438: Object doesn't support property or method 'addEventListener' from the JS console. This occurs in the dart.js bootstrapping script. IE 9.0.5 |
Set owner to @kasperl. |
Does the html have the correct incantation at the top to force IE into standards mode? |
It does not. I added: <!DOCTYPE html> and IE was able to run the content. I'll update our samples to include this (clock has the incantation - the other samples do not). |
We also need to update our "New Application" wizard. |
Issue #2114 has been merged into this issue. |
Removed Area-Frog label. |
Removed OldAreaFrog label. |
Added AssumedStale label. |
Includes the following commits: 80ac76400ff58fde3c5a335d860d196c3febe837 Warn about authors field in pubspec.yaml 6b6e02fcdd8094ccbba919b2fdc74947b1cebb71 Warn about old flutter plugin registration format (#2233) 8308acbc48ebd4da4ab7f45169af8dee4df18e79 Language versioning b18d4f6a5d035f4f72ef187e9cdb133d18848c2d update doc 408bdd58ab01689fd82cc036b4142f7b592b4ba0 Added utility for faster local testing (#2235) 055fc19d2e06e819dbd47b3b56909c47bd893f66 Upgraded package:yaml to 2.2.0 (#2237) 0f3baf7abb13702f7fb1ff3709c584065df1435c Remove unused Map `availableVersions` cfa9dc760b6b601f9473e65d15f15b60a319336d Fix to show proper error message when git is not installed (#2209) d99b0d58f4059d7bb4ac4616fd3d54ec00a2b5d4 Rephrase warnings for missing deps (#2203) 76b8c30395b37f96d3db3e842344cc842bdd7c24 Don't mention 'transformed dependencies'. (#2199) 4bd65e0f54e6e4540f03467b0272a5666e8d54ba return the hashCode of the description (#2198) 92b52682e8fc6eed9ef2e77ed890647f75570165 Test more pre-release behavior. (#2175) 066ac118d406500f672339e25f0154af9321deac update to latest pkg:analyzer (#2172) 289804a5d2c9746b4e86c271c2abcfe17417e20f Minor typo fixed (#2166) Change-Id: I3922bcaacb5399853a291b92d7192d21f719d224 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/123404 Reviewed-by: Jonas Jensen <[email protected]> Commit-Queue: Sigurd Meldgaard <[email protected]>
If you know the Area- label, please set it and change status to Triaged.*
The text was updated successfully, but these errors were encountered: