On Tue, 7 Jul 2026 07:24:57 GMT, Oliver Kopp <[email protected]> wrote:

>> Andy Goryachev has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   styles
>
> Does this PR also support to change the mouse cursor on links? Currently, the 
> mouse cursor gets the text selection cursor when hovering on links. (Refs 
> https://github.com/JabRef/html-to-node/issues/5)
> 
> (Moreover, Claude found something more: 
> https://github.com/JabRef/html-to-node/issues/3 - I did not "unzip" these 
> items yet).

@koppor : 
the ability to set the cursor is already there: you can declare your own 
character `StyleAttribute`, and then use `CellContext.getNode()` to get the 
pointer to the `Text` node, as seen here:

https://github.com/openjdk/jfx/pull/2196/changes#diff-c2a870ee93914e447fc3483ddc12cb99e4b24bd95656b77c2cb8448983df7905R118

-------------

PR Comment: https://git.openjdk.org/jfx/pull/2196#issuecomment-4905420139

Reply via email to