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

[next] fix(NcActions): Remove on mousemove listener for auto focus elements #6479

Merged
merged 2 commits into from
Jan 31, 2025

Conversation

backportbot[bot]
Copy link

@backportbot backportbot bot commented Jan 31, 2025

Backport of #6475

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

Todo

  • Review and resolve any conflicts
  • Amend HEAD commit to remove the line stating to skip CI

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

1. This causes issues with the native datetime picker on Safari as the

mouse move is also considered outside when hovering a picker popover

that overlays other actions.

2. In general this is very unexpected behavior, e.g. click on a text

input, type something, move the mouse and keep typing. You expect to

write to the same input but the focus is changed to a different while

typing.

Signed-off-by: Ferdinand Thiessen <[email protected]>

[skip ci]
@backportbot backportbot bot added bug Something isn't working 3. to review Waiting for reviews feature: actions Related to the actions components browser: Safari labels Jan 31, 2025
@raimund-schluessler raimund-schluessler marked this pull request as ready for review January 31, 2025 12:29
@raimund-schluessler raimund-schluessler added this to the 9.0.0-alpha.7 milestone Jan 31, 2025
@raimund-schluessler raimund-schluessler merged commit b013f4b into next Jan 31, 2025
26 checks passed
@raimund-schluessler raimund-schluessler deleted the backport/6475/next branch January 31, 2025 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews browser: Safari bug Something isn't working feature: actions Related to the actions components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants