#9260 closed bug (invalid)
1.6.1rc1 - Object doesn't support this property or method @ 1160:1 - VS2008 IntelliSense
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | support | Version: | 1.6.1rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
Visual Studio 2008 - IntelliSense Error
Not sure if it's really a bug or not, but I always seem to have a hard time getting my IntelliSense to complete.
Here is the error message:
Error updating JScript IntelliSense: jquery-1.6.1rc1.js: Object doesn't support this property or method @ 1160:1
1160 is a blank line, so here is line 1159:
div.innerHTML = " <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'/>";
and here is line 1161:
all = div.getElementsByTagName( "*" );
Change History (3)
comment:1 follow-up: 2 Changed 12 years ago by
Component: | unfiled → support |
---|---|
Description: | modified (diff) |
Owner: | set to [email protected]… |
Priority: | undecided → low |
Status: | new → pending |
Version: | → 1.6.1rc1 |
comment:2 Changed 12 years ago by
Replying to timmywil:
Thanks for taking the time to contribute to the jQuery project! Please provide a reduced test case on http://jsfiddle.net that reproduces the issue experienced to help us assess your ticket.
Additionally, test against the jQuery (edge) version to ensure the issue still exists.
I will check the 1.6.1 release, but I can't make a jsFiddle of an Visual Studio 2008 editor error. It creates the IntelliSense code auto-completion by referencing the path to the jQuery file or a -vsdoc.js or -debug.js file.
comment:3 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
The error should be narrowed down further so that it can be determined if it is actually an issue with jQuery. We have nothing to go on here. If you discover that this is an issue with jQuery, feel free to open a new ticket and provide a test case which reproduces the error.
Thanks for taking the time to contribute to the jQuery project! Please provide a reduced test case on http://jsfiddle.net that reproduces the issue experienced to help us assess your ticket.
Additionally, test against the jQuery (edge) version to ensure the issue still exists.