Closed
Description
This issue was originally filed by pimmhog...@gmail.com
To reproduce the problem:
- Create a new project in Dart Editor.
- Compile the project.
- 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.
Metadata
Metadata
Assignees
Labels
No labels