Skip to main content

Bug Tracker

Side navigation

#9260 closed bug (invalid)

Opened May 12, 2011 07:00PM UTC

Closed May 13, 2011 12:42AM UTC

Last modified March 09, 2012 06:10AM UTC

1.6.1rc1 - Object doesn't support this property or method @ 1160:1 - VS2008 IntelliSense

Reported by: scott.s.elliott@gmail.com Owned by: scott.s.elliott@gmail.com
Priority: low Milestone: 1.next
Component: support Version: 1.6.1rc1
Keywords: Cc:
Blocked by: Blocking:
Description

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( "*" );
Attachments (0)
Change History (3)

Changed May 12, 2011 07:53PM UTC by timmywil comment:1

component: unfiledsupport
description: \ == '''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( "*" ); \ }}} \ == '''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( "*" ); \ }}} \
owner: → scott.s.elliott@gmail.com
priority: undecidedlow
status: newpending
version: → 1.6.1rc1

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.

Changed May 12, 2011 11:26PM UTC by anonymous comment:2

Replying to [comment:1 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.

Changed May 13, 2011 12:42AM UTC by timmywil comment:3

resolution: → invalid
status: pendingclosed

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.