Bug Tracker

Modify

Ticket #2083 (closed bug: invalid)

Opened 5 years ago

Last modified 4 years ago

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:
Blocking: Blocked by:

Description

IE7 is complaining about this line: id = elem[ expando ] = ++uuid;

Change History

comment:1 Changed 5 years ago by brandon

  • need changed from Review to Test Case

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

comment:2 Changed 5 years ago by bmatzner

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.

comment:3 Changed 5 years ago by davidserduke

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

comment:4 Changed 4 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.