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: 8290310: ChangeListener events are incorrect or misleading when a nested change occurs [v11]

2025-03-08 Thread John Hendrikx
On Sat, 8 Mar 2025 04:37:04 GMT, Nir Lisker wrote: > I have done some more tests with nested value changes converging and > diverging. Overall I've tested over 20 scenarios of nested changes (including > addition/removal of listers). Looks good. Great job! Thanks, and thank you for putting in

Re: RFR: 8341670: [Text, TextFlow] Public API for Text Layout Info [v16]

2025-03-08 Thread Michael Strauß
On Wed, 5 Feb 2025 20:33:09 GMT, Andy Goryachev wrote: >> modules/javafx.graphics/src/main/java/com/sun/javafx/text/PrismCaretInfo.java >> line 48: >> >>> 46: @Override >>> 47: public Rectangle2D getSegmentAt(int index) { >>> 48: return parts[index]; >> >> do we need a bound ch

Re: RFR: 8341670: [Text, TextFlow] Public API for Text Layout Info [v18]

2025-03-08 Thread Michael Strauß
On Wed, 5 Mar 2025 21:18:39 GMT, Andy Goryachev wrote: >> Please refer to >> >> https://github.com/andy-goryachev-oracle/Test/blob/main/doc/Text/LayoutInfo.md >> >> The RichTextArea control >> ([JDK-8301121](https://bugs.openjdk.org/browse/JDK-8301121)), or any custom >> control that needs no

Re: RFR: 8341670: [Text, TextFlow] Public API for Text Layout Info [v18]

2025-03-08 Thread Michael Strauß
On Wed, 5 Mar 2025 21:18:39 GMT, Andy Goryachev wrote: >> Please refer to >> >> https://github.com/andy-goryachev-oracle/Test/blob/main/doc/Text/LayoutInfo.md >> >> The RichTextArea control >> ([JDK-8301121](https://bugs.openjdk.org/browse/JDK-8301121)), or any custom >> control that needs no