[dash] Multi-range filters are rendered incorrectly in right-to-left locales
Bug #950649 reported by
Haggai Eran
This bug affects 1 person
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 multi-range filters, such as the file size filter in the files lens, are rendered incorrectly, and respond incorrectly to mouse clicks and key presses.
The attached screenshots show how the size filter looks under Hebrew locale, after clicking where the mouse cursor is displayed. As you can see, instead of highlighting the button under the cursor, a different button is highlighted, with its left and right edges switched.
Note that this bug is similar to bug #945719, which was related to the rating stars filter.
Related branches
lp://staging/~haggai-eran/unity-2d/rtl-multi-range-950649
- Gerry Boland (community): Approve
-
Diff: 38 lines (+5/-2)1 file modifiedshell/dash/MultiRangeSelectionBar.qml (+5/-2)
Changed in unity-2d: | |
milestone: | none → 5.8 |
importance: | Undecided → Low |
Changed in unity-2d: | |
status: | In Progress → Fix Committed |
Changed in unity-2d: | |
milestone: | 5.8 → 5.7 |
Changed in unity-2d: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The screenshot attached shows how the filter looks when applying the patch at lp:~haggai-eran/unity-2d/rtl-multi-range-950649.