[jfx24u] RFR: 8351368: RichTextArea: exception pasting from Word

2025-03-11 Thread Andy Goryachev
Clean backport of https://github.com/openjdk/jfx/pull/1731 - Commit messages: - Backport 1c3cfcb8bb4e8874406d3a5b507f38859f4c1d9b Changes: https://git.openjdk.org/jfx24u/pull/11/files Webrev: https://webrevs.openjdk.org/?repo=jfx24u&pr=11&range=00 Issue: https://bugs.openjdk.org

Re: RFR: 8351368: RichTextArea: exception pasting from Word [v2]

2025-03-08 Thread Kevin Rushforth
On Fri, 7 Mar 2025 15:30:50 GMT, Andy Goryachev wrote: >> The original code used String attribute keys. >> >> I'd like to backport this fix to jfx24u. > > Andy Goryachev has updated the pull request incrementally with one additional > commit since the last revision: > > == Marked as reviewe

Re: RFR: 8351368: RichTextArea: exception pasting from Word [v2]

2025-03-07 Thread Andy Goryachev
> The original code used String attribute keys. > > I'd like to backport this fix to jfx24u. Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision: == - Changes: - all: https://git.openjdk.org/jfx/pull/1731/files - new:

Re: RFR: 8351368: RichTextArea: exception pasting from Word

2025-03-06 Thread Kevin Rushforth
On Thu, 6 Mar 2025 23:16:41 GMT, Andy Goryachev wrote: > The original code used String attribute keys. > > I'd like to backport this fix to jfx24u. This is a simple enough fix that a single reviewer should be sufficient. modules/jfx.incubator.richtext/src/main/java/com/sun/jfx/incubator/scene/

RFR: 8351368: RichTextArea: exception pasting from Word

2025-03-06 Thread Andy Goryachev
The original code used String attribute keys. I'd like to backport this fix to jfx24u. - Commit messages: - fix Changes: https://git.openjdk.org/jfx/pull/1731/files Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1731&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8351368