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

Improve contextDocument handling in ColumnSizing feature #5747

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

parassantra
Copy link

@parassantra parassantra commented Sep 16, 2024

What's this PR

#5363

Enhance the contextDocument assignment logic in the ColumnSizing feature:

  • Use provided _contextDocument if available
  • Fall back to event target's ownerDocument if possible
  • Use global document as a last resort
  • Handle cases where document is undefined

This change improves compatibility with different environments and provides
more robust document reference handling for column resizing events.

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

Successfully merging this pull request may close these issues.

1 participant