Bug #1387
closedWidgets arranged inside Tabs do not detect mouse.
0%
Description
I have created a small example, where The main container widget has some labels (WLabel) and textfields (WLineEdit) arranged in a grid layout. Thereafter, I have a WTabWidget, to which I have added two tabs, first one again containing objects of WLabel and WLineEdit again arranged in grid layout, while second one uses combination boxlayouts. What I observe is that widgets inside tab, except in the first row, fails to recognize mouse events.
Files
Updated by Koen Deforche over 12 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
Hey,
There was indeed a problem with WTabWidget + layout management. The latest git solves this.
Regards,
koen
Updated by Rajeev Gajbhiye over 12 years ago
With there be a patch that can be downloaded or will I have to download it through git only?
Updated by Wim Dumon over 12 years ago
Fastest way to get it is through git. We currently have not planned an extra patch level release, but it will surely appear in the next version.
Updated by Koen Deforche about 12 years ago
- Status changed from Resolved to Closed
- Target version changed from 3.2.2-p1 to 3.2.3
Fixed in Wt 3.2.3 RC1.