[patch][cla][pr] dojox/dgauges/CircularValueIndicator RefreshRendering should check for null scale or _gfxGroup
The refreshRendering method of dojox/dgauges/CircularValueIndicator should check for null scale or null _gfxGroup and do nothing if either is null. (see the corresponding method in ScaleIndicatorBase?).
This is exposed in widgets where an indicator is created at construct time but is not added to a scale until the indicator's value is set to a non-null value (or, when the indicator is removed from its scale in order to make it invisible)
Change History (5)
Milestone: |
tbd →
1.11
|
Owner: |
changed from Adam Peller to dylan
|
Status: |
new →
assigned
|
Priority: |
undecided →
low
|
Owner: |
changed from dylan to dg
|
Summary: |
dojox/dgauges/CircularValueIndicator RefreshRendering should check for null scale or _gfxGroup →
[patch][cla][pr] dojox/dgauges/CircularValueIndicator RefreshRendering should check for null scale or _gfxGroup
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Pull request created at https://github.com/dmandrioli/dgauges/pull/22 . Thanks for the ticket @ChrisOwens?.