Cause:
When multiple roles, with long names, are assigned to a user, the roles do no wrap below.
Consequence:
It causes the page layout to break. And pushes the "Add another role" form select input off the screen, thus prevent additional roles from being assigned to the user.
Fix:
Allow roles to vertically stack.
Result:
The "Add another role" select input field remains in place.
Created attachment 1395829[details]
attachment for horizontal scroll missing in dashboard
Description of problem:
While editing membership, adding roles to the user in dashboard it won't add roles after adding few roles. same could be achieved in cli.(horizontal scroll is missing)
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.Open dashboard click on the Resources
2.click on the Membership -> edit membership
3.Select a Role -> add role
Actual results:
user can add only few roles.
Expected results:
It should add all the roles added by the admin
Additional info:
Tested on OCP v3.6.173.0.105, when add roles on membership pageļ¼the roles will layout in multiple lines automatically according to the page width, and could always add roles.
The bug has been fixed, so move it to Verified.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2018:1106
Created attachment 1395829 [details] attachment for horizontal scroll missing in dashboard Description of problem: While editing membership, adding roles to the user in dashboard it won't add roles after adding few roles. same could be achieved in cli.(horizontal scroll is missing) Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.Open dashboard click on the Resources 2.click on the Membership -> edit membership 3.Select a Role -> add role Actual results: user can add only few roles. Expected results: It should add all the roles added by the admin Additional info: