RFR: 8354795: DialogPane show details button wipes out base style class "hyperlink"
John Hendrikx
jhendrikx at openjdk.org
Fri Apr 25 08:16:06 UTC 2025
On Thu, 24 Apr 2025 22:36:09 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> > The details button is private and not documented
>
> it is not private: the method that creates it in the DialogPane:817 is protected, so the application can override it and get a pointer to the button, set styles, etc.
>
> `protected Node createDetailsButton()`
Sorry, I missed that. So its returning a `Hyperlink` that has been mangled to not be a hyperlink anymore.
> Adding these styles to modena.css seems to be a better fix. What do you think?
Unfortunately, I think we're going in circles now. I've already given my opinion on this several times and how to most correctly resolve this.
Anyone else have an opinion on how this should be resolved?
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1779#issuecomment-2829691637
More information about the openjfx-dev
mailing list