nikhilbchilwant / google-web-toolkit-incubator

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

ScrollTable problem in IE with ResizePolicy.FIXED_WIDTH and ScrollPolicy.HORIZONTAL #288

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of gwt and gwt-incubator are you using?
GWT 1.6.4
Incubator 1.6 r1678

What OS and browser are you using?

Windosw XP, IE 7 and FF 3

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. Launch the demo
2. Resize the window until an horizontal scroll bar is needed.

What is the expected output? What do you see instead?

We have an Paging scroll table with ResizePolicy.FIXED_WIDTH and with the
ScrollPolicy.HORIZONTAL. 

The vertical scroll is expected to NOT appear(due to ScrollPolicy.HORIZONTAL). 

BUT uner IE (in FF works correctly)

The horizontal scroll bar overlap one row. And one vertical scroll bar apears. 

Workaround if you have one:

Change the ScrollPolicy to BOTH

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 MarcBerm...@gmail.com on 22 Jun 2009 at 1:52

Attachments: