Skip to content

PLASMA-8231: Dropdown loose mode was fixed - #932

Open
SerraMorec wants to merge 1 commit into
developfrom
bugfix/plasma-8231
Open

SerraMorec wants to merge 1 commit into
developfrom
bugfix/plasma-8231

Conversation

@SerraMorec

Copy link
Copy Markdown
Collaborator

sdds-uikit-compose

BasePopover

  • Исправлен расчет позиционирования popup при placementMode = Loose и positionStrategy = Recalculate

What/why changed

Баг проявлялся в DropdownMenu при попытке разместить выпадающее меню у правого крана экрана в условиях нехватки места. Исправлен расчет позиционирования.

@SerraMorec
SerraMorec requested a review from malilex as a code owner September 25, 2026 09:58
@SerraMorec SerraMorec added the bug Something isn't working label Sep 25, 2026
@coderabbitai

coderabbitai Bot commented Sep 25, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 8a5b015a-d4e8-456b-9fb8-1e1eae8f1002

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@salutedevs

Copy link
Copy Markdown
Collaborator

@salutedevs

Copy link
Copy Markdown
Collaborator

📦 Собранные Debug APK

📲 Как установить APK на Android-устройство:

  1. Распакуйте архив.
  2. Скопируйте нужный .apk на устройство (через USB, Telegram, Google Drive и т.д.).
  3. Откройте .apk на устройстве и подтвердите установку.
    Если потребуется, включите Разрешение на установку из неизвестных источников в настройках устройства.

💻 Установка через USB (ADB):

  1. Включите Отладку по USB на устройстве (Настройки → Для разработчиков).
  2. Подключите устройство к компьютеру по USB.
  3. Убедитесь, что устройство отображается:
    adb devices
  4. Установите .apk:
    adb install path/to/your.apk
    Если приложение уже установлено и нужно обновить:
    adb install -r path/to/your.apk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working compose

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants