Bug #2942
closed[v3.3.2] Horizontal scrolling of WTableView gets weird after interaction
0%
Description
The horizontal scrolling is OK until I interact with the WTableView (my cells are all editable).
If I just select a cell for edit (even without any actual editing), the horizontal scrolling (to the right) will show displaced headers for rightmost columns.
If I scroll back to the left, the displacement disappears. But it's still there if I scroll again to right.
If I refresh the page, the displacement disappears.
This happens with both Firefox v28 and Chrome v34.
Files
Updated by Koen Deforche over 10 years ago
- Status changed from New to InProgress
- Assignee set to Koen Deforche
- Target version set to 3.3.3
Updated by Koen Deforche over 10 years ago
- Status changed from InProgress to Resolved
Updated by Koen Deforche over 10 years ago
- Status changed from Resolved to Closed
Updated by Vincenzo Romano over 10 years ago
- File shot-0257.png shot-0257.png added
Not closed.
Now the horizontal scroll is OK after having interacted with the WTableView
.
Unluckily, the scroll now displaces the headers if I don't interact at all!
I think the problem is with the scrollbar I always display.
When I scroll left to right, the headers stop scrolling as soon as their rightmost border is displayed at the right of the scrollbar, while the "body" goes on scrolling until its rightmost border is displayed on left of the scrollbar.
This the displacement is as wide as the scrollbar.
Updated by Koen Deforche over 10 years ago
Hey,
Is this still a problem with latest git? I discovered this glitch as well with 3.3.3-rc1.
Regards,
koen
Updated by Vincenzo Romano over 10 years ago
I have no idea. I should pull the whole tree and recompile both Wt and my test application.
With my hardware it's a 2 hours job!
Next weekend..