Bug #1387
Widgets arranged inside Tabs do not detect mouse.
| Status: | Closed | Start date: | 08/05/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Koen Deforche | % Done: | 0% | |
| Category: | - | |||
| Target version: | 3.2.3 |
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.
History
#1 Updated by Koen Deforche 11 months 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
#2 Updated by Rajeev Gajbhiye 11 months ago
With there be a patch that can be downloaded or will I have to download it through git only?
#4 Updated by Koen Deforche 8 months 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.
