Details
-
Type:
Bug
-
Status:
Closed
(View Workflow)
-
Priority:
Urgent
-
Resolution: Fixed
-
Affects Version/s: UA 4.0.0.2
-
Fix Version/s: UA 4.0.0.3
-
Component/s: User Administration
-
Labels:
-
Customer:Mobinets
-
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.
Attachments
Activity
| Field | Original Value | New Value |
|---|---|---|
| Planned Start | 2025-03-26 10:43 | 2025-03-21 10:43 (auto-correction: switched start/end date) |
| Planned End | 2025-03-21 10:43 | 2025-03-26 10:43 (auto-correction: switchde start/end date) |
| Status | Open Bug [ 10108 ] | Dev Scheduled [ 10014 ] |
| Assignee | Hassan Abdine [ habdine ] | Abdel Rahman Tout [ atout ] |
| Status | Dev Scheduled [ 10014 ] | Implementation in progress [ 10016 ] |
| Assignee | Abdel Rahman Tout [ atout ] | Khaled Khalil [ kkhalil ] |
| Assignee | Khaled Khalil [ kkhalil ] | Abdel Rahman Tout [ atout ] |
| Status | Implementation in progress [ 10016 ] | To Be Released [ 10400 ] |
| Fix Version/s | UA 4.0.0.3 [ 39501 ] | |
| Fix Version/s | UA 4.0.0.2 [ 39500 ] |
| Comment |
[ I've changed the size using "setWidth("500px");"
I've fix the title by changing the Vertical Layout to Horizontal layout and using the "setDefaultVerticalComponentAlignment(Alignment.CENTER);" I've reduce the size to remove the side Bar using ".getStyle().set("height", "0px");" in each Component ] |
| Status | To Be Released [ 10400 ] | Ready for QA [ 10023 ] |
| Assignee | Abdel Rahman Tout [ atout ] | Mbaye Lo [ mbayel ] |
| Status | Ready for QA [ 10023 ] | QA In Progress [ 10015 ] |
| Status | QA In Progress [ 10015 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
| Component/s | User Administration [ 16300 ] |
| Transition | Time In Source Status | Execution Times | Last Executer | Last Execution Date | |||||
|---|---|---|---|---|---|---|---|---|---|
|
16h 5m | 1 | Hassan Abdine | 21/Mar/25 5:01 AM | |||||
|
3d 5h 42m | 1 | Khaled Khalil | 24/Mar/25 10:44 AM | |||||
|
30m 1s | 1 | Abdel Rahman Tout | 24/Mar/25 11:14 AM | |||||
|
18h 22m | 1 | Hassan Abdine | 25/Mar/25 5:36 AM | |||||
|
2d 2h | 1 | Mbaye Lo | 27/Mar/25 7:37 AM | |||||
|
35s | 1 | Mbaye Lo | 27/Mar/25 7:37 AM |
|
Links Hierarchy |
Documentation
|
Documentation
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.