Bug 673165

Summary: Dynamic Group Quota sliders do not work
Product: Red Hat Enterprise MRG Reporter: Jan Sarenik <jsarenik>
Component: cuminAssignee: Ernie <eallen>
Status: CLOSED CURRENTRELEASE QA Contact: Jan Sarenik <jsarenik>
Severity: medium Docs Contact:
Priority: medium    
Version: DevelopmentCC: iboverma, matt, tmckay
Target Milestone: 1.3.2   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: cumin-0.1.4494-1.el5 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-02-15 13:02:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Jan Sarenik 2011-01-27 15:49:19 UTC
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.

Comment 4 Ernie 2011-01-27 20:24:05 UTC
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.

Comment 5 Jan Sarenik 2011-01-28 15:50:15 UTC
Verified in cumin-0.1.4494-1.el5