Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 462598

Summary: Horizontal Scrollbar overlaps last item
Product: [RT] RAP Reporter: Stefan Milchram <stefan.milchram>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: tbuschto
Version: 3.0   
Target Milestone: 3.0 M6   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
snippet
none
screenshot
none
screenshot table none

Description Stefan Milchram CLA 2015-03-19 14:40:42 EDT
Created attachment 251761 [details]
snippet

When a Grid (i didn't test i it with Table) has a certain height in relation to its item-size and the scrollbars are always visible (no transparancy) the last item is overlapped by the horizontal scrollbar.
In RAP 2.3. this worked fine. I think the error came with the implementation of the transparent-scrollbar-feature in RAP3.0.
Snippet for easy repro attached.
Comment 1 Ivan Furnadjiev CLA 2015-03-19 15:15:33 EDT
This is done by design - see bug 451480.
Comment 2 Tim Buschtoens CLA 2015-03-23 05:32:45 EDT
Created attachment 251818 [details]
screenshot

Not if the grid is scrolled all the way to the bottom.
Comment 3 Tim Buschtoens CLA 2015-03-23 05:58:14 EDT
Created attachment 251822 [details]
screenshot table

Reproduceable with Table in controls demo with default theme.
Simply redude the table height pixel by pixel and scroll down each time. Eventually the scrollbar will overlap with the last item.
Comment 4 Ivan Furnadjiev CLA 2015-03-24 05:42:50 EDT
Fixed with change https://git.eclipse.org/r/#/c/44432/.