From: Amer Al-A. <ame...@ya...> - 2014-03-26 03:49:57
|
Hello I have found that RowContainer.insertRow(int) doesn't allow insert row before the last row The problem is in this line: if(index >= rowCount - 1) { I think the -1 should be removed. http://sourceforge.net/p/htmlunit/code/HEAD/tree/tags/HtmlUnit-2.14/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/RowContainer.java#l150 Thanks |