sivarajankumar / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
0 stars 0 forks source link

PagingScrollTable header and data columns become disjoint when resizing a column #328

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of gwt and gwt-incubator are you using?
1.7

What OS and browser are you using?
Windows IE7

Do you see this error in hosted mode, web mode, or both?
Both

(If possible, please include a test case that shows the problem)

Hopefully using the test case you have generously provided, what steps 
will reproduce the problem? 
1. Create a realy simple PagingScrollTable and place it right into 
RootPanel, such that both horizontal and vertical scroll bars are showing. 
For example, 50 rows x 13 cols, height 300 px.
2. Set resize policy of the table to UNCONSTRAINED.
3. Scroll the horizontal scroll bar all the way to the right, and then try 
to resize the last column by dragging it to the left.
4. The header columns and data columns become disjointed.

What is the expected output? What do you see instead?
Using Incubator 1.6 everything worked OK, but when using 1.7 the columns 
in header table and data table become disjoint (see attached image).  
Workaround if you have one:
Could not find one.

Please provide any additional information below,  and thank you for taking 
the time and effort to report this issue, as good issue reports are 
critical for our quest to make GWT's new widgets and libraries shine.

Original issue reported on code.google.com by arseny.b...@gmail.com on 3 Dec 2009 at 7:45

Attachments: