Community
Participate
Working Groups
Build Identifier: 20111011 There is the same issue in RBD8012 The labels of Dojo HorizontalSlider will show as "undefined" if maximum value is less than minimum value. But in fact, user has defined every related values. I suggest add validator for maximun and minium values. Any maxium value is less than or equal to minimum value should be prevent. Reproducible: Always Steps to Reproduce: 1.In the property of Dojo HorizontalSlider, set Maximum value as one less than minimum value, for example maximum=10, minimum=20. Actual results: The labels of Dojo HorizontalSlider will show as "undefined". But it is not the proper reason. I suggest add validator to check whether the maximun value is greater than the minium values.
Created attachment 205039 [details] screenshot
Change to enhancement