https://bugs.kde.org/show_bug.cgi?id=511295

--- Comment #6 from Al-Bor3y <[email protected]> ---
(In reply to cwo from comment #5)
> Git commit 848cfe32058718d30056c45833de540b186e3ec9 by Christoph Wolk.
> Committed on 18/11/2025 at 16:17.
> Pushed by cwo into branch 'master'.
> 
> globaltoolbar/NavigationButtons: fix Back button in RtL
> 
> The Back button tests whether it should be enabled using the pageStack's
> contentX. In LtR, this works, but in RtL it does not, as the top-most
> page is also the left-most and therefore has an x-axis position of 0. As
> a consequence, the Back button is always disabled in RtL.
> 
> Instead, we make this test conditional on LayoutMirroring, keeping the
> current method for LtR, and testing whether the position is at 0 and the
> total contentWidth of the page stack is wider than the pageStack (and
> therefore some parts of the stack must be outside the visible area).
> FIXED-IN: 6.21
> 
> M  +5    -1    src/controls/private/globaltoolbar/NavigationButtons.qml
> 
> https://invent.kde.org/frameworks/kirigami/-/commit/
> 848cfe32058718d30056c45833de540b186e3ec9

it's fixed but now the animation stopped working and in kde connect the layout
is corrupted

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to