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

RtcPeerConnection event listeners failing on Firefox 22 #12097

Closed
DartBot opened this issue Jul 27, 2013 · 8 comments
Closed

RtcPeerConnection event listeners failing on Firefox 22 #12097

DartBot opened this issue Jul 27, 2013 · 8 comments
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-obsolete Closed as the reported issue is no longer relevant library-html

Comments

@DartBot
Copy link

DartBot commented Jul 27, 2013

This issue was originally filed by nrdu...@gmail.com


What steps will reproduce the problem?

  1. Launch plop.html in DartEditor
  2. Launch plop.html in Firefox (v22)

What is the expected output? What do you see instead?
On Chromium you see a new paragraph being added:
   "Instance of 'RtcPeerConnection'"

On Firefox you don't see any new paragraph and you get the following error in the console:
   TypeError: receiver.addEventListener is not a function
      ...n receiver.addEventListener(type, $.convertDartClosureToJS(listener, 1), useCapt...

What version of the product are you using? On what operating system?
Using Dart 0.6.9_r25388 and Firefox 22 on MacOSX 10.8.4.

Please provide any additional information below.

The error seems to come from the event listener being added at line 23 in plop.dart.
It happens for any events obviously.

Thank you

Nicolas


Attachments:
plop.dart (758 Bytes)
plop.html (338 Bytes)

@madsager
Copy link
Contributor

Added Area-HTML, Triaged labels.

@DartBot
Copy link
Author

DartBot commented Aug 25, 2013

This comment was originally written by @darshan-


This is still true with Firefox 23.0.1 and Dart 0.6.19.0_r26297.

@DartBot
Copy link
Author

DartBot commented Aug 25, 2013

This comment was originally written by @darshan-


This seems to work okay with Firefox 24.0b4.

@efortuna
Copy link
Contributor

Added this to the Later milestone.

@kevmoo
Copy link
Member

kevmoo commented Apr 7, 2014

Removed Area-HTML label.
Added Area-Library, Library-Html labels.

@kasperl
Copy link

kasperl commented Jul 10, 2014

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

@kasperl
Copy link

kasperl commented Aug 4, 2014

Removed Oldschool-Milestone-Later label.

@alan-knight
Copy link
Contributor

Seems to be working now.


Added AssumedStale label.

@DartBot DartBot added Type-Defect area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-html closed-obsolete Closed as the reported issue is no longer relevant labels Jan 23, 2015
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-obsolete Closed as the reported issue is no longer relevant library-html
Projects
None yet
Development

No branches or pull requests

6 participants