Bug 138067 - HTMLTableElement.insertRow() index should default to -1
Summary: HTMLTableElement.insertRow() index should default to -1
Status: RESOLVED DUPLICATE of bug 132651
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tables (show other bugs)
Version: 525.x (Safari 3.2)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-24 21:05 PDT by billcari
Modified: 2014-10-27 23:53 PDT (History)
1 user (show)

See Also:


Attachments
Illustration of insertRow() default behavior (523 bytes, text/html)
2014-10-24 21:05 PDT, billcari
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***