RFR: 8328828: Monkey Tester Application Part 4
Andy Goryachev
angorya at openjdk.org
Mon Sep 9 21:36:09 UTC 2024
On Mon, 9 Sep 2024 19:36:29 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> Further additions to the MonkeyTester application:
>
> - tree/table view column property sheets ✔
> - new pages: button, checkbox, hyperlink, menu bar, radio button, toggle button, canvas, split menu button, dnd ✔
> - properties... context menu ✔
> - context menu: table columns, toolbar items ✔
> - control.context menu option
> - property monitor tool ✔
> - accessibility logging ✔
>
> - editable combobox for double values with pre-set list (e.g. Region: min/max width etc.)
> - Page -> Snapped Split Panes menu option for the control container
>
> This PR simply syncs up with the dev repository
> https://github.com/andy-goryachev-oracle/MonkeyTest
yes, this is expected. the preferences simply remembers the index rather than anything else.
a more intelligent option would be to remember a toString or a hash(toString) of a choice.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1560#issuecomment-2339193545
More information about the openjfx-dev
mailing list