Bug Tracker

Ticket #2083 (new bug)

Opened 9 months ago

Last modified 7 months ago

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

Reported by: cfdvlpr Assigned to: anonymous
Type: bug Priority: minor
Milestone: 1.2.2 Component: core
Version: 1.2.1 Keywords:
Cc: Needs: Test Case

Description

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

Attachments

Change History

Changed 9 months ago by brandon

  • need changed from Review to Test Case

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

Changed 9 months 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.

Changed 7 months ago by davidserduke

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

Note: See TracTickets for help on using tickets.