Bug #1483
closedwt-3.2.3-rc1 Layout maximum width violation
0%
Description
Another layout problem with wt-3.2.3-rc1. In the following test application the attribute GroupBox has a popup menu by clicking "Attribute"-Label to show/hide some attribute input widgets. The container which holds this attribute group has a setMaximumWidth(250px) constraint. Now if the continents Combobox is shown with a large "Europe ---------------------->" the maximum width constraint is violated.
KD Updated by Koen Deforche almost 14 years ago
- Status changed from New to InProgress
- Assignee set to Koen Deforche
- Target version set to 3.2.3
KD Updated by Koen Deforche almost 14 years ago
- Status changed from InProgress to Resolved
Hey David,
Latest git should fix this. I notice still an artefact with the scrollbars appearing. I believe I understand why this is, and you should be able to workaround it by setting overflow-x to hidden on the max-width widget, allowing only the vertical scrollbar to appear when needed.
Regards,
koen
SR Updated by Stefan Ruppert almost 14 years ago
Hi Koen,
Latest git should fix this. I notice still an artefact with the scrollbars appearing. I believe I understand why this is, and you should be able to workaround it by setting overflow-x to hidden on the max-width widget, allowing only the vertical scrollbar to appear when needed.
I don't think so that the latest git version fixes this problem. The test application found at http://pastebin.com/QNMpcUU9 will still violate the maximum width constraint. Any hint/fix is appriciated!
Stefan
KD Updated by Koen Deforche almost 14 years ago
Hey Stefan,
Perhaps I forgot to push this... can you try again ?
Regards,
koen
SR Updated by Stefan Ruppert almost 14 years ago
Hi Koen,
yes the change from yesterday fixed the issue!
Thanks,
Stefan
KD Updated by Koen Deforche almost 14 years ago
- Status changed from Resolved to Closed