Bug #1052
Issue with not working WScrollArea
| Status: | Closed | Start date: | 11/07/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Koen Deforche | % Done: | 0% | |
| Category: | - | |||
| Target version: | 3.2.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
History
#1 Updated by Koen Deforche over 1 year ago
- File 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
#2 Updated by dima s over 1 year ago
Hi Koen,
I checked youe modified case, but there are no scroll bars either. Am I missing something.
Regards,
dima
#3 Updated by Koen Deforche over 1 year 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
#4 Updated by dima s over 1 year ago
I'm using git version of wt from 09 Nov 2011.
Regards,
dima
#5 Updated by Koen Deforche over 1 year ago
- Status changed from Resolved to Closed