RFR: 8316372: Monkey Tester Application Part 3 [v2]
Karthik P K
kpk at openjdk.org
Mon Mar 25 07:15:27 UTC 2024
On Fri, 22 Mar 2024 18:23:41 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> > * In all the pages, under Region option, if we select MAX_VALUE for Min Height or Min Width, the application hangs or whole window becomes white. I observed this issue if we select MIN_VALUE or POSITIVE_INFINITY as well.
>
> works as designed, doesn't it? it's unlikely that an app developer would set this value, but a double property does accept this value, so MT allows us to test the behavior.
>
Yes the functionality is correct but I'm not sure how it affects MT application. I tried to set MAX_VALUE few times for width and height in different pages and now the MT window is not launching itself. I can see the MT app process getting created but no window is showing up.
I'm not sure if there will be any side effects similar to this if someone tries to test it.
I'm running MT on Mac 14.3 in IntelliJ IDEA CE.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1406#issuecomment-2017362160
More information about the openjfx-dev
mailing list