Changes between Initial Version and Version 1 of Ticket #8070, comment 14
- Timestamp:
- Jan 28, 2011, 11:08:32 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8070, comment 14
initial v1 6 6 {{{ i > 0 || results.cacheable || (this.length > 1 && i > 0) }}} 7 7 8 ... when this is reverted to its previous state, the regression is resolved, unfortunately it will also fail the unit tests at: 8 ... when this is reverted to its previous state: 9 10 {{{ i > 0 || results.cacheable || this.length > 1 }}} 11 12 the regression is resolved, unfortunately it will also fail the unit tests at: 9 13 10 14 test/unit/manipulation.js Line 411 "append the same fragment with events (Bug #6997, 5566)"