Page 1 of 1

ComboBoxGadget doesn't work if a ScrollAreaGadget is in use

Posted: Sun Aug 11, 2024 6:00 am
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.

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

Posted: Sun Aug 11, 2024 10:14 am
by Peter
Windows 10 Pro: Works as expected

Image

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

Posted: Sun Aug 11, 2024 1:30 pm
by Stefan
Try it with a Browser NOT in a webview.
I tested it with 4 Notebooks

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

Posted: Sun Aug 11, 2024 3:41 pm
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.

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

Posted: Sun Aug 11, 2024 4:42 pm
by Stefan
It seems that Chrome version 127.0.6533.100 (Official Build) (64-bit) does not work. Firefox works.

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

Posted: Fri Sep 06, 2024 3:06 pm
by Fred
Tested with Chrome 128.0.6613.115 and it works. Does it for you too ?

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

Posted: Fri Sep 27, 2024 6:40 pm
by Stefan
Tested with Version 129.0.6668.70 (Offizieller Build) for Linux Mint (64-Bit)
Works :)