RFR: 8350149: VBox ignores bias of child controls when fillWidth is set to false [v4]

John Hendrikx jhendrikx at openjdk.org
Sat Jul 5 04:59:48 UTC 2025


On Sat, 5 Jul 2025 02:32:18 GMT, Glavo <duke at openjdk.org> wrote:

>> John Hendrikx has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Clarify terms
>
> Unfortunately, this commit caused our app to behave abnormally :(
> 
> I know this is a problem with our app, I will try to fix it. But what I want to say is that this PR does break some real-world applications, and maybe a workaround is really needed to make them work.

@Glavo I'd be interested in what problem you're running into (maybe before/after description?).  Perhaps there is a bug in the fix.  It's also possible you inadvertently have been relying on the behavior where content bias is sometimes ignored, which was a bug.  All FX containers always respect content bias.  In that case the only solution is to modify your layout a bit.  Let me know if I can be of help.

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

PR Comment: https://git.openjdk.org/jfx/pull/1723#issuecomment-3038078858


More information about the openjfx-dev mailing list