Skip to content

[no-ticket] fix invalid value being passed to ignoreChangesFor #229

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

Merged
merged 1 commit into from
May 8, 2025

Conversation

perf2711
Copy link
Contributor

@perf2711 perf2711 commented May 8, 2025

Fix invalid value being passed to ignoreChangesFor

Description

getHeight() is passed instead of getY() to the y parameter.

Types of Changes

What types of changes does your code introduce? Keep the ones that apply:

  • Bug fix (non-breaking change which fixes an issue)

@perf2711 perf2711 self-assigned this May 8, 2025
@perf2711 perf2711 added the bug Something isn't working label May 8, 2025
@omacranger
Copy link
Member

Probably handled in a separate PR, but since this is passing x/y values instead of an element is this broken when the page is scrolled in advance?

@perf2711
Copy link
Contributor Author

perf2711 commented May 8, 2025

Perhaps. I noticed this while implementing the local grid ignore regions. I didn't check if the scrolling is working correctly or not.

@perf2711 perf2711 merged commit 031af8b into main May 8, 2025
3 checks passed
@perf2711 perf2711 deleted the bugfix/visual-java-invalid-ignore-region branch May 8, 2025 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants