Comment 2 for bug 720270

Revision history for this message
David Burke (bufke) wrote :

A little debugging in actions.py

if isinstance(self.elem, Cell):
            isCell = True
            nbOfColumns = self.elem.tableInfo.nbOfColumns
            initialColIndex = self.elem.tableInfo.curColIndex
            currentColIndex = initialColIndex
            rowAttributes = self.elem.tableInfo.curRowAttrs
            print self.elem.tableInfo.curColIndex <<<<<<<<< wrong index!

I guess it's getting that info from something in buffers.py but it's a bit over my head from there.