ComboBoxGadget doesn't work if a ScrollAreaGadget is in use

Just starting out? Need help? Post your questions and find answers here.
Stefan
Posts: 248
Joined: Mon Feb 05, 2018 9:44 pm

ComboBoxGadget doesn't work if a ScrollAreaGadget is in use

Post by Stefan »

Code: Select all

OpenWindow(0,0,0,800,600,"Test")
ScrollAreaGadget(1,0,0,800,600,800,2000)
ComboBoxGadget(2,10,10,200,60)
AddGadgetItem(2, -1, "1")
AddGadgetItem(2, -1, "2")
AddGadgetItem(2, -1, "3")

SetGadgetState(2,0)
CloseGadgetList()
This bug is in Windows, Linux works.
This bug is only in the IDE, compiled it works.
User avatar
Peter
Posts: 1197
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: ComboBoxGadget doesn't work if a ScrollAreaGadget is in use

Post by Peter »

Windows 10 Pro: Works as expected

Image
Stefan
Posts: 248
Joined: Mon Feb 05, 2018 9:44 pm

Re: ComboBoxGadget doesn't work if a ScrollAreaGadget is in use

Post by Stefan »

Try it with a Browser NOT in a webview.
I tested it with 4 Notebooks
User avatar
Peter
Posts: 1197
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: ComboBoxGadget doesn't work if a ScrollAreaGadget is in use

Post by Peter »

Stefan wrote: Sun Aug 11, 2024 1:30 pmTry it with a Browser NOT in a webview.
Tested with Edge, Chrome & Firefox. Same behaviour.
Stefan
Posts: 248
Joined: Mon Feb 05, 2018 9:44 pm

Re: ComboBoxGadget doesn't work if a ScrollAreaGadget is in use

Post by Stefan »

It seems that Chrome version 127.0.6533.100 (Official Build) (64-bit) does not work. Firefox works.
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: ComboBoxGadget doesn't work if a ScrollAreaGadget is in use

Post by Fred »

Tested with Chrome 128.0.6613.115 and it works. Does it for you too ?
Stefan
Posts: 248
Joined: Mon Feb 05, 2018 9:44 pm

Re: ComboBoxGadget doesn't work if a ScrollAreaGadget is in use

Post by Stefan »

Tested with Version 129.0.6668.70 (Offizieller Build) for Linux Mint (64-Bit)
Works :)
Post Reply