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

Frog / dart:html issue on Windows IE 9.0.5 #2198

Closed
danrubel opened this issue Mar 16, 2012 · 11 comments
Closed

Frog / dart:html issue on Windows IE 9.0.5 #2198

danrubel opened this issue Mar 16, 2012 · 11 comments
Assignees
Labels
closed-obsolete Closed as the reported issue is no longer relevant P0 A serious issue requiring immediate resolution web-dart2js

Comments

@danrubel
Copy link

If you know the Area- label, please set it and change status to Triaged.*

@danrubel
Copy link
Author

Windows, IE 9.0.5:

SCRIPT438: Object doesn't support property or method 'defineProperty'
Sunflower.dart.js, line 4 character 3

Sunflower.dart.js is:

// ********** Library dart:core **************
// ********** Natives dart:core **************
function $defProp(obj, prop, value) {
 Object.defineProperty(obj, prop,
     {value: value, enumerable: false, writable: true, configurable: true});
}

Same issue with sunflower; clock works fine though. dart:html vs dart:dom issue?
////////////////////////////////////////////////////////////////////////////////////
Editor Version: 5558


Added Area-Frog, Triaged labels.

@danrubel
Copy link
Author

[user feedback]
Unable to run the Dart samples on Windows:

"SCRIPT438: Object doesn't support property or method 'addEventListener'
dart.js, line 10 character 3"

from the JS console. This occurs in the dart.js bootstrapping script.

IE 9.0.5
////////////////////////////////////////////////////////////////////////////////////
Editor Version: 5558

@kasperl
Copy link

kasperl commented Mar 16, 2012

Set owner to @kasperl.
Removed Priority-Medium label.
Added Priority-Critical, Accepted labels.

@rakudrama
Copy link
Member

Does the html have the correct incantation at the top to force IE into standards mode?

@devoncarew
Copy link
Member

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).

@danrubel
Copy link
Author

We also need to update our "New Application" wizard.

@kasperl
Copy link

kasperl commented Apr 14, 2012

Has this been resolved?


Set owner to @danrubel.
Added NeedsInfo label.

@kasperl
Copy link

kasperl commented Apr 14, 2012

Issue #2114 has been merged into this issue.

@anders-sandholm
Copy link
Contributor

Removed Area-Frog label.
Added Area-Dart2JS, OldAreaFrog labels.

@anders-sandholm
Copy link
Contributor

Removed OldAreaFrog label.
Added FromAreaFrog label.

@kasperl
Copy link

kasperl commented Jun 8, 2012

Added AssumedStale label.

@danrubel danrubel added Type-Defect P0 A serious issue requiring immediate resolution web-dart2js closed-obsolete Closed as the reported issue is no longer relevant labels Jun 8, 2012
@danrubel danrubel self-assigned this Jun 8, 2012
dart-bot pushed a commit that referenced this issue Oct 29, 2019
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 <jonasfj@google.com>
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
This issue was closed.
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 P0 A serious issue requiring immediate resolution web-dart2js
Projects
None yet
Development

No branches or pull requests

5 participants