Bug 3476 - insertRow() on table object containing any characters but no TR & TD elements fails
Summary: insertRow() on table object containing any characters but no TR & TD elements...
Status: VERIFIED DUPLICATE of bug 3298
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 412
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Maciej Stachowiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-12 13:15 PDT by Stuart Morgan
Modified: 2005-08-19 09:39 PDT (History)
0 users

See Also:


Attachments
Testcase (1014 bytes, text/html)
2005-06-12 13:16 PDT, Stuart Morgan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stuart Morgan 2005-06-12 13:15:56 PDT
* SUMMARY: 
aTable.insertRow() fails for <table> </table> but works with <table></table>

* STEPS TO REPRODUCE: 
see attached
onLoad attempts to insert a row into both tables 

* RESULTS: 
Both tables should have a row inserted. Only top table gets row.  Same behavior
if bottom table has anything between the  opne and close tags.

Apple Bug: rdar://3609576
Comment 1 Stuart Morgan 2005-06-12 13:16:21 PDT
Created attachment 2273 [details]
Testcase
Comment 2 Anders Carlsson 2005-06-27 11:08:58 PDT

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