Bug 17624
Summary: | insertAdjacentHTML and insertAdjacentText are not implemented although insertAdjacentElement is. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kevin McCullough <kmccullough> |
Component: | DOM | Assignee: | Sam Weinig <sam> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | Keywords: | InRadar |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 |
Kevin McCullough
These are three IE functions that we would like to implement. Currently we only have insertAdjacentElement but not insertAdjacentHTML or insertAdjacentText, and it just so happens that http://www.openwebware.com/products/openwysiwyg/demo.shtml checks for the existence of insertAdjacentElement and if found, assumes insertAdjacentHTML and insertAdjacentText exist too. So the site fails because the functions are missing.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kevin McCullough
<rdar://problem/5775192>
Mark Rowe (bdash)
*** This bug has been marked as a duplicate of 17622 ***