Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[macOS] Fix ScrollTo on NSScrollView #12721

Merged
merged 2 commits into from
Nov 4, 2020
Merged

[macOS] Fix ScrollTo on NSScrollView #12721

merged 2 commits into from
Nov 4, 2020

Conversation

rmarinho
Copy link
Member

@rmarinho rmarinho commented Nov 3, 2020

Description of Change

Since ScrolViewRenderer on macOS uses a FlipClippedView we don't need to invert the coordinates.

Issues Resolved

API Changes

None

Platforms Affected

  • macOS

Behavioral/Visual Changes

Should scroll to the correct position

Before/After Screenshots

Not applicable

Testing Procedure

use the scrollview gallery , check ScrollTo 100 works.

PR Checklist

  • Targets the correct branch
  • Tests are passing (or failures are unrelated)

Copy link
Contributor

@jsuarezruiz jsuarezruiz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix-scroll-macos

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

Successfully merging this pull request may close these issues.

ScrollView ScrollToAsync for x, y positions not working
4 participants