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

Sliders/scroll bars can't be dragged in native unfocusable windows #95754

Closed
gb2dev opened this issue Aug 18, 2024 · 1 comment · Fixed by #95972
Closed

Sliders/scroll bars can't be dragged in native unfocusable windows #95754

gb2dev opened this issue Aug 18, 2024 · 1 comment · Fixed by #95972

Comments

@gb2dev
Copy link
Contributor

gb2dev commented Aug 18, 2024

Tested versions

  • Reproducible in: v4.3.stable.official [77dcf97]

System information

Windows 10 - v4.3.stable.official - Compatibility

Issue description

When you create a Window node with the "Unfocusable" and "Force Native" flags and put a Slider or ScrollContainer with ScrollBar in it, you can click the Slider/ScrollBar once to move it, but you can't drag it around.

Steps to reproduce

  • Create a new Window node
  • Check the Flags "Unfocusable" and "Force Native"
  • Put a Slider node in it
  • Run the project and try to drag the slider

Minimal reproduction project (MRP)

scrollbarunfocusable.zip

@tetrapod00
Copy link
Contributor

tetrapod00 commented Aug 18, 2024

Confirmed with the MRP on Windows 10. Seem like there are multiple issues with focus on Windows since 4.3. Possibly related to #95639 or #95577.

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

Successfully merging a pull request may close this issue.

4 participants