Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Tracking issue for custom events #1309

Open
vicb opened this issue Aug 4, 2014 · 0 comments
Open

Tracking issue for custom events #1309

vicb opened this issue Aug 4, 2014 · 0 comments
Milestone

Comments

@vicb
Copy link
Contributor

vicb commented Aug 4, 2014

There is a bug in DartJs on IE: CustomEvent.defalutPrevented always returns false even after prevautDefault() has been called.

It causes one test skipped in ng_form_spec.dart when executed on IE.

The test should be re-enabled once the issue gets fixed.

vicb added a commit to vicb/angular.dart that referenced this issue Aug 4, 2014
vicb added a commit to vicb/angular.dart that referenced this issue Aug 5, 2014
vicb added a commit to vicb/angular.dart that referenced this issue Aug 5, 2014
vicb added a commit to vicb/angular.dart that referenced this issue Aug 5, 2014
vicb added a commit to vicb/angular.dart that referenced this issue Aug 6, 2014
vicb added a commit to vicb/angular.dart that referenced this issue Aug 6, 2014
vicb added a commit to vicb/angular.dart that referenced this issue Aug 26, 2014
vicb added a commit to vicb/angular.dart that referenced this issue Aug 26, 2014
vicb added a commit to vicb/angular.dart that referenced this issue Aug 30, 2014
vsavkin pushed a commit to vsavkin/angular.dart that referenced this issue Sep 3, 2014
vicb added a commit to vicb/angular.dart that referenced this issue Sep 4, 2014
vsavkin pushed a commit to vsavkin/angular.dart that referenced this issue Sep 4, 2014
vicb added a commit to vicb/angular.dart that referenced this issue Sep 9, 2014
vsavkin pushed a commit to vsavkin/angular.dart that referenced this issue Sep 9, 2014
vicb added a commit to vicb/angular.dart that referenced this issue Sep 10, 2014
vsavkin pushed a commit to vsavkin/angular.dart that referenced this issue Sep 11, 2014
vsavkin pushed a commit to vsavkin/angular.dart that referenced this issue Sep 12, 2014
vsavkin pushed a commit to vsavkin/angular.dart that referenced this issue Sep 12, 2014
vicb added a commit to vicb/angular.dart that referenced this issue Sep 15, 2014
vicb added a commit to vicb/angular.dart that referenced this issue Sep 15, 2014
vsavkin pushed a commit to vsavkin/angular.dart that referenced this issue Sep 16, 2014
vsavkin pushed a commit to vsavkin/angular.dart that referenced this issue Sep 16, 2014
vsavkin pushed a commit to vsavkin/angular.dart that referenced this issue Sep 17, 2014
vsavkin pushed a commit to vsavkin/angular.dart that referenced this issue Sep 17, 2014
Changes:

- chore(travis): cleanup the configuration

- chore(travis): run test on IE10, IE11, Safari6 and Safari7

- fix(ShadowDomComponentFactory): Make Windows & Linux return the same response
    The "\n" would be stripped on windows platforms resulting in responses
    having a different content.

- refactor(Cookies): code cleanup

- fix(Cookies): fix for IE and Safari
    path should not be null, it would extrapolate to "null"

- test(http): disable a flaky expectation

- The error message varies across browsers:
        Dartium -> "Unexpected character"
        Dart2JS:
          - Chrome -> "Unexpected token"
          - Firefox -> "unexpected character"
          - IE -> "Invalid character"

- refactor(NgEvent): code cleanup

- text(NgEvent): fix the mousewheel event on IE & Safari

- chore(pubspec.yaml): add the browser_detect package

- test(ng_form_spec): fix an expectation

- test(ng_form_spec): Fix a failing test on IE

    ref dart-archive#1309

- refactor(ng_model_spec): code cleanup

- test(ng_model_spec): el.selectionStart and el.selectionEnd are handled differently on IE

- test(WebPlatform): disable web components tests when shim is needed

- test(NgModel): fix input type=color default value

    - "#000000" for Chrome and Firefox
    - "" for Safari7 and IE11

- refactor(InputSelect): code cleanup

- fix(ng_model_select): IE has its own way of handling options

- test(select multiple): Need to explicitely select option on IE

- test(number inputs): Safari6 keep the previous value on invalid input

- test: fix broken Safari 6 animation bugs

- test: add missing argument type
vsavkin pushed a commit to vsavkin/angular.dart that referenced this issue Sep 17, 2014
Changes:

- chore(travis): cleanup the configuration

- chore(travis): run test on IE10, IE11, Safari6 and Safari7

- fix(ShadowDomComponentFactory): Make Windows & Linux return the same response
    The "\n" would be stripped on windows platforms resulting in responses
    having a different content.

- refactor(Cookies): code cleanup

- fix(Cookies): fix for IE and Safari
    path should not be null, it would extrapolate to "null"

- test(http): disable a flaky expectation

- The error message varies across browsers:
        Dartium -> "Unexpected character"
        Dart2JS:
          - Chrome -> "Unexpected token"
          - Firefox -> "unexpected character"
          - IE -> "Invalid character"

- refactor(NgEvent): code cleanup

- text(NgEvent): fix the mousewheel event on IE & Safari

- chore(pubspec.yaml): add the browser_detect package

- test(ng_form_spec): fix an expectation

- test(ng_form_spec): Fix a failing test on IE

    ref dart-archive#1309

- refactor(ng_model_spec): code cleanup

- test(ng_model_spec): el.selectionStart and el.selectionEnd are handled differently on IE

- test(WebPlatform): disable web components tests when shim is needed

- test(NgModel): fix input type=color default value

    - "#000000" for Chrome and Firefox
    - "" for Safari7 and IE11

- refactor(InputSelect): code cleanup

- fix(ng_model_select): IE has its own way of handling options

- test(select multiple): Need to explicitely select option on IE

- test(number inputs): Safari6 keep the previous value on invalid input

- test: fix broken Safari 6 animation bugs

- test: add missing argument type
vicb added a commit that referenced this issue Sep 17, 2014
Changes:

- chore(travis): cleanup the configuration

- chore(travis): run test on IE10, IE11, Safari6 and Safari7

- fix(ShadowDomComponentFactory): Make Windows & Linux return the same response
    The "\n" would be stripped on windows platforms resulting in responses
    having a different content.

- refactor(Cookies): code cleanup

- fix(Cookies): fix for IE and Safari
    path should not be null, it would extrapolate to "null"

- test(http): disable a flaky expectation

- The error message varies across browsers:
        Dartium -> "Unexpected character"
        Dart2JS:
          - Chrome -> "Unexpected token"
          - Firefox -> "unexpected character"
          - IE -> "Invalid character"

- refactor(NgEvent): code cleanup

- text(NgEvent): fix the mousewheel event on IE & Safari

- chore(pubspec.yaml): add the browser_detect package

- test(ng_form_spec): fix an expectation

- test(ng_form_spec): Fix a failing test on IE

    ref #1309

- refactor(ng_model_spec): code cleanup

- test(ng_model_spec): el.selectionStart and el.selectionEnd are handled differently on IE

- test(WebPlatform): disable web components tests when shim is needed

- test(NgModel): fix input type=color default value

    - "#000000" for Chrome and Firefox
    - "" for Safari7 and IE11

- refactor(InputSelect): code cleanup

- fix(ng_model_select): IE has its own way of handling options

- test(select multiple): Need to explicitely select option on IE

- test(number inputs): Safari6 keep the previous value on invalid input

- test: fix broken Safari 6 animation bugs

- test: add missing argument type
@rkirov rkirov added this to the post v1.0 milestone Oct 9, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants