Bug 7942 - nightlies after r13387 break js createcontextualfragment
Summary: nightlies after r13387 break js createcontextualfragment
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Major
Assignee: Darin Adler
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2006-03-23 13:14 PST by Luke Crawford
Modified: 2006-03-24 17:44 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.