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

Dart Editor template includes non-standard innerText #355

Closed
DartBot opened this issue Nov 5, 2011 · 3 comments
Closed

Dart Editor template includes non-standard innerText #355

DartBot opened this issue Nov 5, 2011 · 3 comments
Assignees

Comments

@DartBot
Copy link

DartBot commented Nov 5, 2011

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


To reproduce the problem:

  1. Create a new project in Dart Editor.
  2. Compile the project.
  3. Open the compiled project in Firefox.

I'd expect it to work. It doesn't.

The new project-template includes this line:
p.innerText = message;

innerText is non-stardard, and doesn't work in Firefox. The line could be replaced by:
p.textContent = message;

Note that textContent doesn't work in IE8 and lower.

@stevemessick
Copy link
Contributor

Added Area-Editor, Triaged labels.

@stevemessick
Copy link
Contributor

I'll handle this one.


Set owner to @stevemessick.
Added Accepted label.

@stevemessick
Copy link
Contributor

Added Fixed label.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants