On Thu, 24 Feb 2022 16:05:41 GMT, Jay Bhaskar <d...@openjdk.java.net> wrote:
>> Issue: The DataObject uses m_availMimeTypes as Vector of strings, and >> appending mime types in pasteboard operation like setPlainText, Hence it >> will append duplicate mime types in m_availMimeTypes , in this case the >> length clipboardData.types would be wrong, and duplicates data would be >> copied to clipboard target. >> Solution: Use ListHashSet data Structure instead of Vector for >> m_availMimeTypes. > > Jay Bhaskar has updated the pull request incrementally with one additional > commit since the last revision: > > PR commnets applied The commit was before the latest webkit update , yes the test pass without fix, i will investigate and apply the required change ------------- PR: https://git.openjdk.java.net/jfx/pull/729