[ACE-48] Enhance the visibility of the scrollbar in the View Permission Menue Created: 20/Mar/25 Updated: 02/Feb/26 Due: 20/Mar/25 Resolved: 27/Mar/25 |
|
| Status: | Closed |
| Project: | ACE |
| Component/s: | User Administration |
| Affects Version/s: | UA 4.0.0.2 |
| Fix Version/s: | UA 4.0.0.3 |
| Type: | Bug | Priority: | Urgent |
| Reporter: | Mbaye Lo | Assignee: | Mbaye Lo |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | ACE-Refactoring | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Attachments: |
|
| Customer: |
Mobinets
|
| Planned Start: | |
| Planned End: | |
| Complexity: | Medium |
| Description |
|
View Permission Menue: In the new version, the layout appears less consistent. The fields and the checkbox options (such as "Is Admin") are spaced too far apart from the list of actions, making the window look unbalanced. Enhance the visibility of the scrollbar by increasing its contrast or using a more noticeable design. |
| Comments |
| Comment by Abdel Rahman Tout [ 24/Mar/25 ] |
|
I've removed the " this.setWidth("70%");" and the "this.setHeight("50%");" used in PermissionRuleWindow.java. I've resized the dialog using "dialog.setResizable(true);" and the "dialog.setWidth("500px");" and the "dialog.setHeight("500px");" in the PopupNormalWindow.java. I've added the "closeButton.getStyle().set("margin-inline-end", "auto");" to move the Button to the left. |
| Comment by Mbaye Lo [ 27/Mar/25 ] |
|
|