I’m having problems with a Table in IE 7. I initially display so many items that a scrollbar is visible. After a search there are no visible items and the scrollbar disappears. After a new search I get a lot of items, but the scrollbar stays hidden. I can see a hint of it on the right side of my table, but it’s not rendered visible.
Problem doesn’t exist in other browsers, naturally. I’ve tried calling requestRepaints and all other methods I’ve found, but to no avail. I can circumvent the problem by removing the table component and then adding it again, but that’s hardly what I want to be doing and can cause headache in complicated screens.
Here’s the snippet I’m using to display the search results:
This sounds like a bug to me. Could you please file a ticket for it at
dev.vaadin.com ? A screenshot or preferably a test case would probably be nice for the R&D guys.
I posted a ticket two weeks ago, but I’m unsure whether anything is happening. All the responses from Artur refer to testing with IE 6, but the bug is only apparent with IE 7.