Opened 12 years ago
Closed 11 years ago
#577 closed defect (fixed)
Fusion.SelectionObject.getNumElements always returns 0
Reported by: | jng | Owned by: | madair |
---|---|---|---|
Priority: | P2 | Milestone: | Future |
Component: | Widgets | Version: | 2.0 |
Severity: | Major | Keywords: | |
Cc: | Browser: | All | |
External ID: | Operating System: | All | |
state: | New |
Description ¶
The getNumElements() function of Fusion.SelectionObject always returns 0 because its underlying field (nTotalElements) is initialized to 0 and never actually updated afterwards.
Note:
See TracTickets
for help on using tickets.
Fixed r2805