| Summary: | Web browser navigation buttons are reversed in RTL | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Yaron Shahrabani <sh.yaron> |
| Component: | Web Browser widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | kdedev, sh.yaron |
| Priority: | NOR | Keywords: | rtl |
| Version First Reported In: | 6.6.80 | ||
| Target Milestone: | 1.0 | ||
| Platform: | KDE Linux | ||
| OS: | Linux | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=518932 | ||
| Latest Commit: | https://invent.kde.org/plasma/kdeplasma-addons/-/commit/7cc82af6fccd3a11a2843ec9298ecc6300348c25 | Version Fixed/Implemented In: | 6.7.0 |
| Sentry Crash Report: | |||
| Attachments: | A screenshot showing the issue | ||
|
Description
Yaron Shahrabani
2026-04-13 19:58:35 UTC
Created attachment 191503 [details]
A screenshot showing the issue
This likely shares the same cause as bug 518932, they're probably using the same element under the hood I can reproduce this on Plasma built from git-master A possibly relevant merge request was started @ https://invent.kde.org/plasma/kdeplasma-addons/-/merge_requests/1068 Git commit 69a9e2122344647a0cc9bc30dcf93bc966fce52b by Akseli Lahtinen. Committed on 04/06/2026 at 11:29. Pushed by tfella into branch 'master'. Webbrowser: Use rtl symbolic icons if needed Instead of always using same icons, check for RTL mode and use the RTL icon if necessary. Fixes an issue with arrows pointing at each other in RTL. FIXED-IN: 6.7.0 M +2 -2 applets/webbrowser/qml/main.qml https://invent.kde.org/plasma/kdeplasma-addons/-/commit/69a9e2122344647a0cc9bc30dcf93bc966fce52b Git commit 7cc82af6fccd3a11a2843ec9298ecc6300348c25 by Akseli Lahtinen. Committed on 04/06/2026 at 12:26. Pushed by akselmo into branch 'Plasma/6.7'. Webbrowser: Use rtl symbolic icons if needed Instead of always using same icons, check for RTL mode and use the RTL icon if necessary. Fixes an issue with arrows pointing at each other in RTL. FIXED-IN: 6.7.0 (cherry picked from commit 69a9e2122344647a0cc9bc30dcf93bc966fce52b) Co-authored-by: Akseli Lahtinen <akselmo@akselmo.dev> M +2 -2 applets/webbrowser/qml/main.qml https://invent.kde.org/plasma/kdeplasma-addons/-/commit/7cc82af6fccd3a11a2843ec9298ecc6300348c25 |