Actions
Bug #866
closed
DQ
KD
Bug: WTreeView toggle(expand/collapse) button dosn't work when DEBUG is enabled in wt_config.xml.
Bug #866:
Bug: WTreeView toggle(expand/collapse) button dosn't work when DEBUG is enabled in wt_config.xml.
Start date:
06/21/2011
Due date:
% Done:
0%
Estimated time:
Description
Since class ToggleButton inherits class WText.
in WText.c:
the id in DOM will have a "WText_" prefix
but, the Toggle button's signals exposed with "pure" id without any prefix.
so, the button dosnt work, and will log a "[Error]... signal not exposed".
proposal in WTreeView.C:
KD Updated by Koen Deforche about 15 years ago
- Status changed from New to Resolved
- Assignee changed from Pieter Libin to Koen Deforche
Hey,
I had fixed this already in the general case (by consistently using the same id for the JSignal and the object itself).
I still need to push that to the git repo.
Regards,
koen
KD Updated by Koen Deforche about 15 years ago
- Target version set to 3.1.10
KD Updated by Koen Deforche about 15 years ago
- Status changed from Resolved to Closed
Actions