WPF DataGrid HTML clipboard data faulty #10476
Labels
Bug
Product bug (most likely)
🚧 work in progress
Investigate
Requires further investigation by the WPF team.
Description
The HTML fragment DataGrid puts into the clipboard is not accepted by other applications.
It appears that the fragment's offsets (StartHTML/EndHTML/StartFragment/EndFragment) do not match the content.
Reproduction Steps
Select all data in a DataGrid, copy and then paste to Excel.
Expected behavior
Excel (or other application) correctly accepts HTML data from DatGrid in clipboard.
Actual behavior
Application cannot interpret and paste HTML data copied from DataGrid but display error.
Regression?
Error was introduced with #8519.
Known Workarounds
The text was updated successfully, but these errors were encountered: