Bug 999783

Summary: [RFE] Webadmin: check RHEVM role component if a subtree component is checked
Product: Red Hat Enterprise Virtualization Manager Reporter: Anand Nande <anande>
Component: ovirt-engineAssignee: Nobody <nobody>
Status: CLOSED WONTFIX QA Contact: meital avital <mavital>
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: gshereme, lpeer, lsurette, nbarcet, pstehlik, Rhev-m-bugs, spower, srevivo, ylavi
Target Milestone: ---Keywords: FutureFeature
Target Release: ---Flags: sherold: Triaged+
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-10-10 00:56:22 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: UX RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On:    
Bug Blocks: 1223003    

Comment 2 Einav Cohen 2013-11-07 20:43:18 UTC
very similar to the request in bug 985637 (identical request, different tree).
as mentioned in bug 985637, comment #2 - we need a 'half-checked' check-box in order to support this properly (the 'parent' check-box should be fully checked only if *all* of its 'child' check-boxes are checked).

Comment 8 Greg Sheremeta 2017-11-16 02:11:20 UTC
As mentioned in Comment 2, this can be accomplished with a 'half-checked' checkbox. This is built into HTML via 'indeterminate checkboxes'.

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox

"A checkbox in the indeterminate state has a horizontal line in the box (it looks somewhat like a hyphen or minus sign) instead of a check/tick in most browsers.

There are not many use cases for this property. The most common is when a checkbox is available that "owns" a number of sub-options (which are also checkboxes). If all of the sub-options are checked, the owning checkbox is also checked, and if they're all unchecked, the owning checkbox is unchecked. If any one or more of the sub-options have a different state than the others, the owning checkbox is in the indeterminate state."

Targeting to 4.3

Comment 9 spower 2018-07-03 10:55:21 UTC
We agreed to remove RFEs component from Bugzilla, if you feel the component has been renamed incorrectly please reach out.

Comment 10 Greg Sheremeta 2018-10-10 00:56:22 UTC
Unfortunately we don't have capacity to work on this.