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
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
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
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
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