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

Use SystemMouseCursors.grab cursor when dragging Participants in Call #810

Closed
SleepySquash opened this issue Jan 18, 2024 · 0 comments · Fixed by #816
Closed

Use SystemMouseCursors.grab cursor when dragging Participants in Call #810

SleepySquash opened this issue Jan 18, 2024 · 0 comments · Fixed by #816
Assignees
Labels
enhancement Improvement of existing features or bugfix k::refactor Refactor changes of existing code k::UI/UX UI (user interface) and UX (user experience) changes

Comments

@SleepySquash
Copy link
Contributor

Background

Звонок. Можно перетягивать участников на десктопе туда-сюда.

Problem to solve

Тот факт, что участников можно перетягивать, неочевиден.

Possible solutions

Перенести с new-design-preview:

  1. Отображение курсора SystemMouseCursors.grab, когда возможно перетягивание любого участника (из основной панели или боковой панели).
  2. Отображение курсора SystemMouseCursors.grabbing, когда происходит перетягивание любого участника (из основной панели или боковой панели).
  3. Помнить, что в вебе ДОЛЖНО работать (просто MouseRegion над участниками не работает в вебе из-за того, что они там - это HtmlElementViewхи, которые почему-то курсор успешно кушают и курсор зависает над ними).
  4. Помнить, что на Windows какие-то проблемы с курсорчиком были - что-то придумать!
@SleepySquash SleepySquash added enhancement Improvement of existing features or bugfix k::UI/UX UI (user interface) and UX (user experience) changes k::refactor Refactor changes of existing code labels Jan 18, 2024
@SleepySquash SleepySquash added this to the 0.1.0-alpha.12 milestone Jan 18, 2024
@SleepySquash SleepySquash self-assigned this Jan 18, 2024
@krida2000 krida2000 assigned krida2000 and unassigned SleepySquash Jan 18, 2024
SleepySquash pushed a commit that referenced this issue Jan 26, 2024
…816, #810)

- impl `CustomMouseCursors` for `flutter_custom_cursor` on Windows
github-actions bot added a commit that referenced this issue Jan 26, 2024
…816, #810)

- impl `CustomMouseCursors` for `flutter_custom_cursor` on Windows 64e6d5f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of existing features or bugfix k::refactor Refactor changes of existing code k::UI/UX UI (user interface) and UX (user experience) changes
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants