https://bugzilla.wikimedia.org/show_bug.cgi?id=22970

Bawolff <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Bawolff <[email protected]> 2010-04-02 05:29:20 UTC ---
I think perhaps the line:
                optionsTable.insertBefore( row, optionsTable.children[1] );
should perhaps be:
                optionsTable.insertBefore( row, optionsTable.rows[1] );

This is just looking at the TableSection interface. I did no testing to see if
this theory is correct. (but I'll put it on my to do list to see if that solves
the issue)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to