Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pressing Escape breaks fullscreen in Call #166

Closed
SleepySquash opened this issue Oct 7, 2022 · 0 comments · Fixed by #169
Closed

Pressing Escape breaks fullscreen in Call #166

SleepySquash opened this issue Oct 7, 2022 · 0 comments · Fixed by #169
Assignees
Labels
bug Bugs and incorrectness problems k::UI/UX UI (user interface) and UX (user experience) changes platform::macos Specific to macOS platform
Milestone

Comments

@SleepySquash
Copy link
Contributor

Summary

Если во время звонка войти в полноэкранный режим в приложении, то нажатие на Escape ломает этот режим - окно уменьшается, а сам звонок продолжает рисоваться в полноэкранном режиме.

Steps to reproduce

  1. Начать звонок (лучше групповой - не нужно ждать ответа от участника) в десктоп приложении на macOS.
  2. Тыкнуть дважды по звонку или нажать на кнопку "Полноэкранный режим" справа сверху.
  3. Нажать Escape.
  4. Наблюдать, что окно уменьшилось, а звонок продолжил рисоваться в полном экране.

What is the current bug behavior?

Звонок продолжает рисоваться в полном экране при нажатии на Escape.

What is the expected correct behavior?

Звонок понимает, что фуллскрин выключился и рисуется корректно уменьшенным внутри приложения.

Possible fixes

О том, что приложение покинуло режим фуллскрина, звонок узнаёт через CallController с помощью подписки на PlatformUtils.onFullscreenChange. Предполагаю начать копать оттуда - вероятно, используемый пакет вовсе не уведомляет нас о том, что фуллскрин выключился.

@SleepySquash SleepySquash added bug Bugs and incorrectness problems k::UI/UX UI (user interface) and UX (user experience) changes platform::macos Specific to macOS platform labels Oct 7, 2022
@SleepySquash SleepySquash added this to the 0.1.0-alpha.7 milestone Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bugs and incorrectness problems k::UI/UX UI (user interface) and UX (user experience) changes platform::macos Specific to macOS platform
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants