Side navigation
#2264 closed bug (worksforme)
Opened January 31, 2008 06:25PM UTC
Closed January 15, 2009 02:41AM UTC
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.
Attachments (0)
Change History (1)
Changed January 15, 2009 02:41AM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
Cannot repro on IE7 with 1.3.min.js