Skip to content

[stable32] fix(core): RTL legacy snapper width - #56448

Merged
AndyScherzinger merged 2 commits into
stable32from
backport/56425/stable32
Nov 30, 2025
Merged

[stable32] fix(core): RTL legacy snapper width#56448
AndyScherzinger merged 2 commits into
stable32from
backport/56425/stable32

Conversation

@backportbot

@backportbotbackportbotBot commented Nov 14, 2025

Copy link
Copy Markdown

Backport of #56425

Warning, This backport's changes differ from the original and might be incomplete ⚠️

Todo

  • Review and resolve any conflicts
  • Remove all the empty commits

Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@backportbotbackportbotBot added bug 3. to review Waiting for reviews labels Nov 14, 2025
@backportbotbackportbotBot added this to the Nextcloud 32.0.2 milestone Nov 14, 2025
@susnux
susnuxforce-pushed the backport/56425/stable32 branch from acad1b4 to fd473f2CompareNovember 16, 2025 15:30
@susnux

Copy link
Copy Markdown
Contributor

/compile

@susnux
susnux marked this pull request as ready for review November 16, 2025 15:30
@susnux
susnux requested a review from a team as a code ownerNovember 16, 2025 15:30
@susnux
susnux requested review from nfebe, skjnldsv and sorbaugh and removed request for a teamNovember 16, 2025 15:30
@susnux
susnuxforce-pushed the backport/56425/stable32 branch from a8f9211 to 7207354CompareNovember 17, 2025 11:08
@blizzzblizzz mentioned this pull request Nov 17, 2025
23 tasks
@paulijar

Copy link
Copy Markdown
Contributor

Is there something blocking this PR from being merged?

@susnux

Copy link
Copy Markdown
Contributor

Is there something blocking this PR from being merged?

it conflicts and needs to be rebased

After ec9e283 there was still such a problem with the legacy app navigation
snapper that its width was only 266 px on the RTL layout instead of the
normal 300 px. The 266 px is the default width of Snap.js module. While the
left side snapper width is configured with the property maxPosition, the right
side snapper is configured by passing a negative value for the property
minPosition.
Signed-off-by: Pauli Järvinen <pauli.jarvinen@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@paulijar
paulijarforce-pushed the backport/56425/stable32 branch from 7207354 to 195f532CompareNovember 29, 2025 15:41
@paulijar

Copy link
Copy Markdown
Contributor

/compile

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@AndyScherzinger
AndyScherzinger merged commit 5da80c7 into stable32Nov 30, 2025
125 checks passed
@AndyScherzinger
AndyScherzinger deleted the backport/56425/stable32 branch November 30, 2025 18:22
@nextcloud-botnextcloud-bot mentioned this pull request Dec 3, 2025
1 task
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviewsbug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@susnux@paulijar@skjnldsv@AndyScherzinger@blizzz@nextcloud-command