Using $(...).append('\n') does not work in IE
Bug #588712 reported by
David Coles
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
IVLE |
Triaged
|
Low
|
Unassigned |
Bug Description
Another fun IE bug. When using jQuery if you try and append a string with a newline the newline is ignored.
The main place you see this is when starting the Console:
IVLE console starting up... IVLE 1.0rc2 Python Console (Python 2.5.2)
Type "help", "copyright", "credits" or "license" for more information.
The new line should make it look like:
IVLE console starting up...
IVLE 1.0rc2 Python Console (Python 2.5.2)
Type "help", "copyright", "credits" or "license" for more information.
tags: |
added: ie8 removed: ie |
To post a comment you must log in.