Actions
Bug #26261
openThe "Save" button disappears from the group webpage if the group name is too long
Status:
Pending release
Priority:
1 (highest)
Assignee:
Category:
Web - UI & UX
Target version:
Pull Request:
Severity:
Trivial - no functional impact | cosmetic
UX impact:
I hate Rudder for that
User visibility:
First impressions of Rudder
Effort required:
Very Small
Priority:
154
Name check:
To do
Fix check:
Checked
Regression:
No
Description
It seems that the button "Save" disappears from the UI if the group name is too long.
Either truncate the displayed name if it is too long or fix the button to be displayed.
Files
Updated by Clark ANDRIANASOLO 22 days ago
- Status changed from New to In progress
- Assignee set to Clark ANDRIANASOLO
Updated by Clark ANDRIANASOLO 22 days ago
- Related to Bug #25762: Sometimes too long properties values move out actions buttons from window added
Updated by Clark ANDRIANASOLO 22 days ago
· Edited
- File clipboard-202501311721-dsmvs.png clipboard-202501311721-dsmvs.png added
- Status changed from In progress to New
- Assignee deleted (
Clark ANDRIANASOLO) - Target version changed from 8.3.0~alpha2 to 8.1.12
Very similar to #25762 : we probably need to apply overflow-wrap: anywhere
to all .main-container > .main-header > .header-title > :is(h1, h2, h3, h4, h5, h6)
(most seem to be h1, but it still need to be checked).
It applies to all elements: Rules, Groups, Directives, Techniques.
It only applies when a word is very long.
Does not work on many small words :
Updated by Clark ANDRIANASOLO 22 days ago
- Severity set to Trivial - no functional impact | cosmetic
- UX impact set to I hate Rudder for that
- User visibility set to First impressions of Rudder
- Effort required set to Very Small
- Priority changed from 0 to 154
Updated by Clark ANDRIANASOLO 22 days ago
- Priority changed from N/A to To review
Updated by Nicolas CHARLES 17 days ago
- Assignee set to Raphael GAUTHIER
- Priority changed from To review to 1 (highest)
Updated by Raphael GAUTHIER 16 days ago
- Status changed from In progress to Pending technical review
- Assignee changed from Raphael GAUTHIER to Clark ANDRIANASOLO
- Pull Request set to https://github.com/Normation/rudder/pull/6163
Updated by Raphael GAUTHIER 16 days ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|6eb2ef58586f138320a90a8dfb859de8cd6c4e2b.
Updated by Elaad FURREEDAN 4 days ago
Seems to work! :bat:
Actions