Bug 138067

Summary: HTMLTableElement.insertRow() index should default to -1
Product: WebKit Reporter: billcari
Component: TablesAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ap
Priority: P2    
Version: 525.x (Safari 3.2)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Illustration of insertRow() default behavior none

Description billcari 2014-10-24 21:05:22 PDT
Created attachment 240452 [details]
Illustration of insertRow() default behavior

On Midori 0.5.8 and other webkit browsers insertRow() does not default to index -1, and inserts a row at the top of a table instead of appending it to the bottom. Attached is a little webpage illustrating this issue.
Comment 1 Alexey Proskuryakov 2014-10-27 23:53:26 PDT
This is already fixed in WebKit trunk.

*** This bug has been marked as a duplicate of bug 132651 ***