fix(AppMenu操作): Shorten "More actions" label - #63751
Conversation
Partly to avoid awkward wrapping Signed-off-by: kramo <git@kramo.page>
|
/backport to stable35 |
susnux
left a comment
There was a problem hiding this comment.
ah thanks, so I can also cross this off my backlog :)
joshtrichards
left a comment
There was a problem hiding this comment.
Not a blocker, but maybe keep "More" as the visible label while preserving "More actions" as the accessible label for the trigger and submenu? This follows the existing pattern where compact text has a more descriptive aria-label, such as "Back" being labeled "Back to login form" in Login.vue:
server/core/src/views/Login.vue
Line 59 in 2bb9969
Thats more of an anti-pattern, visual label and accessible name should be the same and must not be too different. |
"More" and "More actions" seem about as similar as can be, but it does seem best to avoid whenever possible - I.e. if there is not a compelling enough benefit to creating a discrepancy. |
|
Needs adjustment of core/src/tests/components/AppMenu.spec.ts |
Partly to avoid awkward wrapping
关注-up to #63134
cc @susnux
Checklist
3. to review, feature component)stable32)AI (if applicable)