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-portal | Assignee: | Einav Cohen <ecohen> | ||||||
Status: | CLOSED NOTABUG | QA Contact: | yeylon <yeylon> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 3.1.0 | CC: | 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: |
|
Created attachment 600482 [details]
DOM inspector screenshot
removal of selected "style='display: none; '" makes the dialog elements reappear.
einav - isn't this intentional (system roles for users available only via confiure dialog?) 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. |
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: