Changes between Version 1 and Version 2 of Ticket #9777, comment 8
- Timestamp:
- Jul 13, 2011, 11:24:58 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9777, comment 8
v1 v2 4 4 (Not quite down to five lines, but that's mostly because we don't have ''console.log'' in IE... ) 5 5 6 Note that in regular browsers, each line being reported has one more "x" than the lastone - but in IE7, all lines except the first have the same name, suggesting the respective element (or object) is erroneously modified retroactively.6 Note that in regular browsers, each line being reported has one more "x" than the previous one - but in IE7, all lines except the first have the same name, suggesting the respective element (or object) is erroneously modified retroactively. 7 7 8 8 Again, when directly accessing the DOM element's ''.name'' property, the buggy behavior disappears.