Modify ↓
Ticket #2264 (closed bug: worksforme)
Appending spaces in IE7 results in an error
| Reported by: | nighthwk1 | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.3 |
| Component: | core | Version: | 1.2.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Tested with jquery-1.2.2.min.js, in IE7:
$('li').append(' ');
Throws a "nodename is null or not an object" error. This doesn't happen if the append string does not contain a space. jQuery 1.2.1 is not affected by this bug.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Cannot repro on IE7 with 1.3.min.js