Blog  |   Sitemap  |   Search  |   Language:  eng рус
Home
JavaScript UI FrameworkBug TrackerBug details

Bug Data

ID: #0021
Status: Fixed
Severity: Major
Reporter: Laurens
Submitted: 09-11-07 12:13

Product Data

Product: Ample SDK
Component: DOM Core
Version: 0.7.x
OS: > Any
Browser: > Any

Description

Cannot remove an element from a script-fragment

This is only the case for the situation when element being removed is a direct child of a script-fragment

Testcase:
<script type="application/javascript">
<button onclick="this.parentNode.removeChild(this)">Remove me!</button>
</script>

Messages written for this bug

No messages has been appended yet.

Add a message
BugTracker