Hide Forgot
The sliders which should be used to change group quota percentage by mouse are not working. cumin-0.1.4490-1.el5 How reproducible: 100% Steps to Reproduce: 1. Set up condor-qmf with Dynamic Group Quotas, e.g. ------------------------------------------------------------- cat > /etc/condor/config.d/90quotas.config <<EOF GROUP_NAMES = MSG, GRID, MGMT, RT, GRID.SUB_1, GRID.SUB_1.SUB_A GROUP_QUOTA_DYNAMIC_GRID = 0.1 GROUP_QUOTA_DYNAMIC_GRID.SUB_1 = 0.05 GROUP_QUOTA_DYNAMIC_GRID.SUB_1.SUB_A = 0.05 GROUP_QUOTA_DYNAMIC_MGMT = 0.01 GROUP_QUOTA_DYNAMIC_MSG = 0.70 GROUP_QUOTA_DYNAMIC_RT = 0.08 ENABLE_RUNTIME_CONFIG = TRUE EOF ------------------------------------------------------------- 2. Go to Cumin -> Grid -> Quotas -> click on any of the percentages in right column 3. Try to move the sliders in Edit Dynamic Group Quota dialog. Actual results: Sliders are black, inactive, wrong-positioned. Expected results: Sliders should be at the right position in the beginning, then usable when clicked on and moved by mouse.
Fix posted in cumin 4493. The fix was to revert to version 1.2.4 of a 3rd party javascript library (mootools). We have no dependencies on any features in the newer version. The previous release of cumin used 1.2.4. of mootools.
Verified in cumin-0.1.4494-1.el5