Maybe this is a misunderstanding on my part then. When I insert at (0,0) with colspan="2", then I was expecting that a subsequent insert at (0, 2) would be the next cell over. HoweverFlexTable sticks an empty cell in between, resulting in 3 cells existing in the table rather than 2, which is what I expected.
In html terms, if I write <tr><td id="abc" colspan="2">...</td><td id="xyz"></td></tr>, is the index of td xyz 0,1 or 0,2? I was assuming it's at grid position 0,2. If I'm wrong, then the documentation is confusing because there are two meanings of "column", one for indexing the table and one for spanning. Ivan... On Wed, Aug 17, 2011 at 2:11 PM, Paul Robinson <[email protected]> wrote: > > On 16/08/11 21:47, Ivan Pulleyn wrote: > >> >> I've recently experienced similar bugs in FlexTable and had to work around >> it by next my tables and never using colSpan. I'm curious if GWT 2.4 will >> fix this but I haven't had the chance to look into it. >> >> This is not a bug in GWT, it is the way html tables work. > > Paul > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to > google-web-toolkit@**googlegroups.com<[email protected]> > . > To unsubscribe from this group, send email to google-web-toolkit+** > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at http://groups.google.com/** > group/google-web-toolkit?hl=en<http://groups.google.com/group/google-web-toolkit?hl=en> > **. > > -- 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.
