Index: lams_central/web/lams_authoring.swf =================================================================== diff -u -raf3cd1d3045cff25723cb3794c9eca632cac55a1 -r017e5b3d4ea2b50ef99ee7609b8e0001968f8833 Binary files differ Index: lams_central/web/lams_authoring_library.swf =================================================================== diff -u -raf3cd1d3045cff25723cb3794c9eca632cac55a1 -r017e5b3d4ea2b50ef99ee7609b8e0001968f8833 Binary files differ Index: lams_flash/src/central/flash/org/lamsfoundation/lams/authoring/br/ToolOutputConditionsDialog.as =================================================================== diff -u -r04425a2cd9dd2555c09c36a7988fdc0c728fcb8a -r017e5b3d4ea2b50ef99ee7609b8e0001968f8833 --- lams_flash/src/central/flash/org/lamsfoundation/lams/authoring/br/ToolOutputConditionsDialog.as (.../ToolOutputConditionsDialog.as) (revision 04425a2cd9dd2555c09c36a7988fdc0c728fcb8a) +++ lams_flash/src/central/flash/org/lamsfoundation/lams/authoring/br/ToolOutputConditionsDialog.as (.../ToolOutputConditionsDialog.as) (revision 017e5b3d4ea2b50ef99ee7609b8e0001968f8833) @@ -514,7 +514,7 @@ if(_selectedOption.data == OPTION_GTE) { showSteppers(true, false); } else if(_selectedOption.data == OPTION_LTE) { - showSteppers(false, true); + showSteppers(true, false); } else if(_selectedOption.data == OPTION_RANGE) { showSteppers(true, true); } else { @@ -605,6 +605,9 @@ private function showSteppers(a:Boolean, b:Boolean):Void { repositionSteppers(a,b); + _start_value_stp.value = _start_value_stp.minimum; + _end_value_stp.value = _end_value_stp.minimum; + _start_value_stp.visible = a; _condition_from_lbl.visible = a; _end_value_stp.visible = b;