mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #290] RTL unicode scripts (e.g. Hebrew/Arabic) are not rendered #209
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#209
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @snir on GitHub (Apr 1, 2022).
Original GitHub issue: https://github.com/jpochyla/psst/issues/290
Describe the bug
RTL unicode scripts (e.g. Hebrew/Arabic) show up blank both in search box and playlists/search results.
However, RTL playlist names are shown as expected.
Also, text starting with LTR unicode (e.g. "AAA ששש") is also fine.
To Reproduce
Search Hebrew text in the search box (e.g. מוסיקה)
Expected behavior
RTL text should be rendered from the right edge of the text box.
Screenshots
Environment
Additional context
Seems like it's a text alignment problem, maybe it can be solved by setting a manual LTR text alignment, or by changing the direction of the text box.