Support #2310
closedScrollbars of WTableView not working correct in Wt 3.3.0
0%
Description
In IE the scroll bars are not working. In FireFox it is working.
In Wt version 3.3.1-rc2 the scrolling is working with IE.
Question:
Is there a patch available to fix this issue. Or what was change regarding the scrolling in release 3.3.1-rc2.
Updated by Koen Deforche about 11 years ago
- Status changed from New to Feedback
- Assignee set to Koen Deforche
- Target version set to 3.3.1
Hey,
We've fixed several small issues related to layouts in 3.3.1, but I can't recall a problem specific to WTableView.
If you have a test case that indicates the problem (in 3.3.0) then I could run a git bisect to identify the patch.
Regards,
koen
Updated by Andreas Büchin about 11 years ago
Hi,
in the mean while I compared the table view files between 3.3.0 and 3.3.1. In 3.3.1 there is the mouseWentDown signal from the contentsContainer not connected. After I uncommented this call in 3.3.0 the scroll bars are working and I could not see any bad influence. From my side it is working now and you can close issue.
Updated by Koen Deforche about 11 years ago
- Status changed from Feedback to Closed