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

Fix in HeadlessClipboardStub.GetDataAsync where format is not considered #18008

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

YoshihiroIto
Copy link
Contributor

What does the pull request do?

Fixed problem with ClipboardStub.GetDataAsync not taking formatting into account during headless testing.

What is the current behavior?

Ignores the specified format and always returns an IDataObject.

What is the updated/expected behavior with this PR?

Returns an object of the specified format. If an undefined format is specified, the behavior is the same as before.

How was the solution implemented (if it's not obvious)?

Checklist

Breaking changes

Obsoletions / Deprecations

Fixed issues

@avaloniaui-bot
Copy link

You can test this PR using the following package version. 11.3.999-cibuild0054367-alpha. (feed url: https://nuget-feed-all.avaloniaui.net/v3/index.json) [PRBUILDID]

@cla-avalonia
Copy link
Collaborator

cla-avalonia commented Jan 21, 2025

  • All contributors have signed the CLA.

@YoshihiroIto
Copy link
Contributor Author

@cla-avalonia agree

@maxkatz6 maxkatz6 added bug area-headless backport-candidate-11.2.x Consider this PR for backporting to 11.2 branch labels Jan 22, 2025
@maxkatz6 maxkatz6 added this pull request to the merge queue Jan 22, 2025
Merged via the queue into AvaloniaUI:master with commit 3718c10 Jan 22, 2025
11 checks passed
@maxkatz6 maxkatz6 added backported-11.2.x and removed backport-candidate-11.2.x Consider this PR for backporting to 11.2 branch labels Feb 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants