[prev in list] [next in list] [prev in thread] [next in thread] 

List:       konq-bugs
Subject:    [Bug 96084] [Testcase] List item counters not updated when DOM tree
From:       Maksim Orlovich <maksim () kde ! org>
Date:       2004-12-31 17:44:01
Message-ID: 20041231174401.24864.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
        
http://bugs.kde.org/show_bug.cgi?id=96084        




------- Additional Comments From maksim kde org  2004-12-31 18:44 -------
Created an attachment (id=8871)
 --> (http://bugs.kde.org/attachment.cgi?id=8871&action=view)
Testcase

Testcase attached. Text:
<ol id="list">
	<li>First item in source</li>
	<li id="second">Second item in source</li>
</ol>

<script>
function addItem()
{
	list = document.getElementById("list");
	node = document.getElementById("second");
	li   = document.createElement("li");
	li.appendChild(document.createTextNode("Inserted by JS"))
	list.insertBefore(li, node);
}
setTimeout("addItem()",300);
</script>
_______________________________________________
Konq-bugs mailing list
Konq-bugs@mail.kde.org
https://mail.kde.org/mailman/listinfo/konq-bugs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic