Opened 15 years ago
Closed 14 years ago
#2083 closed bug (invalid)
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;
Change History (4)
comment:1 Changed 15 years ago by
need: | Review → Test Case |
---|
comment:2 Changed 15 years ago by
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 15 years ago by
I've still never had this happen to me. How is the test case coming?
comment:4 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Closing this bug due to inactivity, no test case, and reported against a much older version.
Could you provide a test case where this is breaking for you?