Reviewers: jlabanca, rjrjr, jgw, Description: I've fixed up the TabLayoutPanel to handle overflow. I've tested it both in ltr and rtl modes and it works, but not without some ugliness in the code. Some of that could be fixed by changing LayoutPanel/Layout to be more RTL compatibile, but that seemed like a change that belongs in a different patch.
I did not add any tests to cover this patch because all of the logic is based on page layout and that doesn't play nicely with GWTTestCase afaik. If I am incorrect in my assumption, please point me at some tests that use it for that and I would be happy to add them. Please review this at http://gwt-code-reviews.appspot.com/1403801/ Affected files: user/src/com/google/gwt/user/client/ui/TabLayoutPanel.java -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
