Ah! This is happening in IE8 when Document Mode is set to IE7
Standards mode. However IE8 mode causing other problems. I'm only
concerned with one column at the moment. For now I'll make sure it is
zero regardless how how many are hidden. Guess I do need to look into
what's hanging in 8.  Sigh...

On May 5, 12:40 pm, Thad <[email protected]> wrote:
> 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.

Reply via email to