Re: Focus delegation API

2024-12-08 Thread John Hendrikx
On 06/12/2024 20:16, Andy Goryachev wrote: > > Returning to this discussion. > >   > > Consider the following scenario: a compound control such as ComboBox, > which has an editable TextField control as a part of its skin.  It > might be expected that the ComboBox shows the focused border instead >

Re: Bug report

2024-12-08 Thread Philip Race
I think we would MUCH prefer people to use the site : https://bugreport.java.com/bugreport/ I'd go so far as to say that even if you reported it here, we'd refer you back there to provide all the required information. If there are significant problems with that site it would affect a lot more

Bug report

2024-12-08 Thread Andrin Meier
Where can I submit a bug report? The official bug report website does not work. There is an error on submit.

Re: Bug report

2024-12-08 Thread Andrin Meier
The mailing list sounds like a good idea. Would this openjfx-dev mailing list be the place to post JavaFX bugs then? Or do you know which one is? Sent from Outlook for iOS From: David Alayachew Sent: Sunday, December 8, 2024 9:43:23 PM To:

Re: Bug report

2024-12-08 Thread David Alayachew
Hello Andrin, Yeah, it's a known issue. I have the same problem too on several of my bug reports. After 4-5 attempts, my bug finally submits. Alternatively, you can find the relevant mailing list, and they will take a look at it too. Personally, I recommend the mailing list option, as it gives y

Re: Focus delegation API

2024-12-08 Thread Michael Strauß
> Consider the following scenario: a compound control such as ComboBox, which > has an editable TextField control as a part of its skin. It might be > expected that the ComboBox shows the focused border instead of its TextField > even when the latter has the input focus. > > When the user press