Opened 16 years ago
Closed 16 years ago
#1127 closed feature (fixed)
replaceNode support
Reported by: | pfh | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.2 |
Component: | core | Version: | 1.1.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
While replacing a node can be trivially achieved by .after().remove(), this is not an atomic operation and can cause twitching (at least in Firefox). The DOM has an atomic replace operation, replaceNode, that avoids this problem.
Atomic replacement would be especially useful for edit-in-place.
Change History (1)
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Milestone: | 1.1.3 → 1.2 |
Resolution: | → fixed |
Status: | new → closed |
Version: | 1.1.2 → 1.1.4 |
Note: See
TracTickets for help on using
tickets.
Fixed in SVN.