Bug Data
ID: |
#0066 |
Status: |
Fixed |
Severity: |
Enhancement |
Reporter: |
Rob Krueger
|
Submitted: |
26-01-09 17:22 |
|
Product Data
Product: |
|
Ample SDK |
Component: |
|
DOM Core |
Version: |
|
0.8.x |
OS: |
|
> Any |
Browser: |
|
> Any |
|
|
Description
Style lost after element is moved |
|
Test case:
<div id="t1" style="border:solid 1px red;padding:10px">
<ns:label text="some text"/>
</div>
<div id="t2" style="border:solid 1px red;padding:10px">
</div>
<button onclick="ample.getElementById('t1').firstChild.style.display='none'">hide</button>
<button onclick="ample.getElementById('t2').appendChild(ample.getElementById('t1').firstChild)">move</button>
<script>ample.open()</script> |
|
|
Messages written for this bug
No messages has been appended yet. |
|
Add a message
|