We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi team,
When user is using Portuguese lang, "pt_PT", the day names in the calendar pickers are overlapping. Please see:
The day names are using the 'ultraShortName', DayPicker.hbs#L20, which is the abbreviated name, DayPicker.ts#L359. The abbreviated names are slightly shorter than the 'wide' names as seen here, cldr/pt_PT.json#L1372-L1410, but when I test the classic SAPUI5 pickers, they actually use the 'narrow' day names which is determined with this logic: sap/ui/unified/calendar/MonthRenderer.js#L218-L222
Thanks, Allen
Day Picker
Day names should not overlap.
https://codesandbox.io/s/ui5-webcomponents-forked-k9jn4f?file=/src/index.js
No response
Medium
main
Chrome, Edge
All
SF
The text was updated successfully, but these errors were encountered:
Hello colleagues,
Can you please have a look at this issue?
It's reproducible in the provided sample.
Best Regards, Tsanislav
Sorry, something went wrong.
fix(ui5-calendar): render the correct length of day names (#7866)
2a31e8d
fixes: #7831
d3be843
tsanislavgatev
Successfully merging a pull request may close this issue.
Bug Description
Hi team,
When user is using Portuguese lang, "pt_PT", the day names in the calendar pickers are overlapping. Please see:
![image](https://private-user-images.githubusercontent.com/38701667/281840574-d2723271-7d69-4621-acef-9882f39d3627.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3NzM1NjMsIm5iZiI6MTczOTc3MzI2MywicGF0aCI6Ii8zODcwMTY2Ny8yODE4NDA1NzQtZDI3MjMyNzEtN2Q2OS00NjIxLWFjZWYtOTg4MmYzOWQzNjI3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE3VDA2MjEwM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg4YjI0MzdkNTA0MDg0OGJkZjU5M2M3OTAxNDljZGY2OGU1MDU2MGM3ZGE3NmIwYjMwYjJkOGMzOTQ3MTk5MjgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.FyvV-u-kIE3T7eHcnYzxHDPwdhFD_GCFXuVDJhT6U88)
The day names are using the 'ultraShortName', DayPicker.hbs#L20, which is the abbreviated name, DayPicker.ts#L359. The abbreviated names are slightly shorter than the 'wide' names as seen here, cldr/pt_PT.json#L1372-L1410, but when I test the classic SAPUI5 pickers, they actually use the 'narrow' day names which is determined with this logic: sap/ui/unified/calendar/MonthRenderer.js#L218-L222
Thanks,
Allen
Affected Component
Day Picker
Expected Behaviour
Day names should not overlap.
Isolated Example
https://codesandbox.io/s/ui5-webcomponents-forked-k9jn4f?file=/src/index.js
Steps to Reproduce
Log Output, Stack Trace or Screenshots
No response
Priority
Medium
UI5 Web Components Version
main
Browser
Chrome, Edge
Operating System
All
Additional Context
No response
Organization
SF
Declaration
The text was updated successfully, but these errors were encountered: