[dash] Rating stars in right-to-left locales behave inconsistently.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unity-2d |
Fix Released
|
Low
|
Haggai Eran | ||
unity-2d (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
When using a right-to-left locale, the rating stars in the dash (e.g. in the applications lens) are displayed mirrored (this is the expected rendering, except for the fact that they are aligned to the left, instead of to the right).
However, when clicking a star, instead of marking all the stars from the rightmost star to the currently clicked star, the widget behaves as if the click was onto a left-to-right locale. For instance, if the second star from the left is clicked, then the two right-most stars are marked. This example is captured in the attachement. After clicking at the mouse position in the screenshot, which is at the second star from the left, the two right-most stars are marked.
Related branches
- Gerry Boland (community): Approve
-
Diff: 22 lines (+5/-0)1 file modifiedshell/dash/RatingStars.qml (+5/-0)
Changed in unity-2d: | |
status: | New → In Progress |
Changed in unity-2d: | |
status: | In Progress → Fix Committed |
Changed in unity-2d: | |
milestone: | none → 5.8 |
assignee: | nobody → Haggai Eran (haggai-eran) |
importance: | Undecided → Low |
Changed in unity-2d: | |
milestone: | 5.8 → 5.7 |
Changed in unity-2d: | |
status: | Fix Committed → Fix Released |
Hi,
This attachment show how the widget looks after applying the patch at lp:~haggai-eran/unity-2d/rtl-rating-stars-945719.