I'm trying to check the location of a click event:
if (sender == rootTable) {
HTMLTable.Cell cell = rootTable.getCellForEvent(event);
if (cell != null) {
int row = cell.getRowIndex();
...
All good so far, but when I call cell.getCellIndex(), IE reply does
NOT acknowledge that there are several columns hidden at the start of
the table (display: none). So while Firefox, Safari, and Chrome can
all tell me the column was the 6th, IE tells me it was column zero.
Has no one seen this before?
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.