Opened 15 years ago
Closed 14 years ago
#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: | ||
Blocked by: | Blocking: |
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.
Note: See
TracTickets for help on using
tickets.
Cannot repro on IE7 with 1.3.min.js