Bug 843447

Summary: in Users -> Add, "Role to assign: <select>" is invisible because of "display: none" in table class GE0DXC4CNWB
Product: Red Hat Enterprise Virtualization Manager Reporter: David Jaša <djasa>
Component: ovirt-engine-webadmin-portalAssignee: Einav Cohen <ecohen>
Status: CLOSED NOTABUG QA Contact: yeylon <yeylon>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.1.0CC: dyasny, ecohen, iheim, Rhev-m-bugs, sgrinber, srevivo, ykaul
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: infra
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-08-01 11:04:10 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Infra RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
screenshot
none
DOM inspector screenshot none

Description David Jaša 2012-07-26 11:06:46 UTC
Created attachment 600481 [details]
screenshot

Description of problem:
in Users -> Add, "Role to assign: <select>" is invisible because of "display: none" in table class GE0DXC4CNWB. The same dialog called from "Configure -> System Permission" works fine

Version-Release number of selected component (if applicable):
rhevm-webadmin-portal-3.1.0-7.el6ev.noarch / si11

How reproducible:
always

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 David Jaša 2012-07-26 11:08:13 UTC
Created attachment 600482 [details]
DOM inspector screenshot

removal of selected "style='display: none; '" makes the dialog elements reappear.

Comment 2 Itamar Heim 2012-07-28 19:47:47 UTC
einav - isn't this intentional (system roles for users available only via confiure dialog?)

Comment 3 Einav Cohen 2012-08-01 11:04:10 UTC
the "add users" dialog is a dialog for adding users to the system, without any permission(s) assigned to them (for adding users with permissions, there is the "add permission" dialog, either from an object context or from the "configure" dialog for adding system-wide permissions).

This is by design.

You are seeing the "display: none" attribute in the relevant table class since the "add users" dialog is actually identical to the "add permission" dialog, with the difference of hiding the "Role" drop-down (again, by design) -> closing.