RESOLVED FIXED7942
nightlies after r13387 break js createcontextualfragment
https://bugs.webkit.org/show_bug.cgi?id=7942
Summary nightlies after r13387 break js createcontextualfragment
Luke Crawford
Reported 2006-03-23 13:14:14 PST
i'm using prototype.js <http://prototype.conio.net/> and builds after r13387 break it's 'Insertion' class (which inserts html before, after, or at the top or bottom of page element), specifically this line of (js) code: this.insertContent([this.range.createContextualFragment(this.content)]); createContextualFragment returns as undefined, instead of adding the content string into the dom. i tried r13442 and it was still broken, so i've rolled back to r13387 where it works fine (as it does in ff, too). hope this helps, contact me if you need any other info. thanks for such a great browser!!
Attachments
Eric Seidel (no email)
Comment 1 2006-03-24 08:32:33 PST
If this is true, this is likely related to my recent DeprecatedString->String changes in that area.
Note You need to log in before you can comment on or make changes to this bug.