Bug #1052
closedIssue with not working WScrollArea
0%
Description
In my case scroll bars don't appear with WScrollArea inside WVBoxLayout. Tested in IE 8 and Opera 10. Test example included.
Regards,
dima
Files
Updated by Koen Deforche about 13 years ago
- File test220.cc test220.cc added
- Status changed from New to Resolved
- Assignee set to Koen Deforche
- Target version set to 3.2.0
Hey Dima,
The scroll area's size was not actively managed with your configuration. Either you need to give it a stretch of --1, or you need to remove the other stretch areas.
See attached modified test case.
I did fix a bug with the scrollarea so that it's width can also be reduced, I'll push that to git soon.
Regards,
koen
Updated by dima s about 13 years ago
Hi Koen,
I checked youe modified case, but there are no scroll bars either. Am I missing something.
Regards,
dima
Updated by Koen Deforche about 13 years ago
Hey Dima,
What version of Wt do you use ?
I've tested this with Firefox, Chrome, IE and Opera. All behave the same. The scrollbars are shown around the group box if the width or height (of the window) becomes too small.
Regards,
koen
Updated by dima s about 13 years ago
I'm using git version of wt from 09 Nov 2011.
Regards,
dima
Updated by Koen Deforche almost 13 years ago
- Status changed from Resolved to Closed