Community
Participate
Working Groups
Build Identifier: 20111011 For HorizontalSlider, RBD8012 will act the value as 0 if user sets value as negative. But in EDT, the widget could not display correctly if user sets a negative value in it. Reproducible: Always Steps to Reproduce: 1.D&D a HoriontalSlider into handler. 2.Set its value property as a negative, such as "-5". Actual results: In Design tab, the widget displays error messages. Refer to RBD8012, it should acts the negative value as 0 and displays the widget here.
Created attachment 204998 [details] screenshot
I did more investigation. If the "value" is less than "minimum", this error message will display.
I think this is an acceptable behavior. The difference should be caused by Dojo difference. So close this as won't fix.