I am seeing something odd.  I'm not reporting a bug, only wondering if
I am the only one and if there is a "known" issue.  I think I have a
work-around but i have not tried it yet.

I am creating a FlexTable that has a number of columns and many rows.
The number of rows is always divisible by 4.  For each series of 4
rows the colimn-0 cell spans its 4 row block.  Imagine a DayPlanner
where the column-0 elements are the hour numbers and the 4 rows per
hour are quarter-hours spaces.

I apply border styles to mark off the hour , half and quarter hour
borders using the FlexTable getColumnFormatter().setStyleName()
method.  In FF & Safari I do not seem to have trouble.  In IE7 & IE8
the styles are *applied" but not rendered.  I can use the Developer
tools in IE and *see* the applied styles in the resulting code but
they are not being rendered.

My (untried) solution is to apply the styles to each table cell.  This
seems like a waste since all of those nice TRs are hanging out there.
I just think the row-spanning column-0s are causing the problem with
IE.
--~--~---------~--~----~------------~-------~--~----~
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