Bug 7942

Summary: nightlies after r13387 break js createcontextualfragment
Product: WebKit Reporter: Luke Crawford <luke>
Component: JavaScriptCoreAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Major Keywords: Regression
Priority: P1    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   

Description Luke Crawford 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!!
Comment 1 Eric Seidel (no email) 2006-03-24 08:32:33 PST
If this is true, this is likely related to my recent DeprecatedString->String changes in that area.