Skip to main content

Bug Tracker

Side navigation

#2083 closed bug (invalid)

Opened December 20, 2007 09:06PM UTC

Closed May 06, 2009 03:03AM UTC

Error near "Compute a unique ID for the element" in IE7

Reported by: cfdvlpr Owned by:
Priority: minor Milestone: 1.2.2
Component: core Version: 1.2.1
Keywords: Cc:
Blocked by: Blocking:
Description

IE7 is complaining about this line:

id = elem[ expando ] = ++uuid;

Attachments (0)
Change History (4)

Changed December 21, 2007 02:15AM UTC by brandon comment:1

need: ReviewTest Case

Could you provide a test case where this is breaking for you?

Changed December 21, 2007 06:55PM UTC by bmatzner comment:2

Hi, I have encountered the same error. Test case isn't ready to be published yet and hard to isolate.

However, I can describe where it occurs:

I'm loading an xhtml file via load() into a div. The loaded xhtml contains spans with class "changeme". Thereafter, I'm changing the html of these spans by doing $('.changeme').html('whatever');

This is where the error occurs.

Changed January 25, 2008 11:42PM UTC by davidserduke comment:3

I've still never had this happen to me. How is the test case coming?

Changed May 06, 2009 03:03AM UTC by dmethvin comment:4

resolution: → invalid
status: newclosed

Closing this bug due to inactivity, no test case, and reported against a much older version.