Actions
Bug #830
closedScrollBarPolicy does not work
Start date:
05/20/2011
Due date:
% Done:
0%
Estimated time:
Description
Hi,
I would like to set scrollbar policy. However, using setHorizontalScrollBarPolicy change the policy of both (vertical and horizontal) scrollbars, while setVerticalScrollBarPolicy does not effect any scrollbar. I am using the latest git and firefox 3.6.17.
Updated by Koen Deforche over 13 years ago
- Status changed from New to InProgress
Hey,
This was originally done for browser compatibility: not all browsers support the underlying 'overflow-x' and 'overflow-y' properties. Just overflow. But with current browsers the situation may have changed !
Regards,
koen
Updated by Koen Deforche over 13 years ago
- Status changed from InProgress to Resolved
- Target version set to 3.1.11
Updated by Koen Deforche about 13 years ago
- Status changed from Resolved to Closed
Resolved in Wt 3.1.11
Actions