Opened 8 years ago
Closed 5 years ago
#16931 closed defect (patchwelcome)
domConstruct <tr> inside <table>
Reported by: | cfried | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | undecided | Milestone: | 1.13 |
Component: | HTML | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hello, I have a bug when I'm adding a row to a dom table element with a tbody inside. This does not insert the new row inside the tbody but AFTER. Since we can't add anything directly to the tbody (with IE), I have to use the default method that javascript offers : var newRow = table.insertRow(-1); newRow.innerHTML = "My Content";
Change History (2)
comment:1 Changed 8 years ago by
Component: | General → HTML |
---|---|
Owner: | set to Eugene Lazutkin |
comment:2 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Given that no one has shown interest in creating a patch in the past 2+ years, I'm closing this as patchwelcome.