[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Urgent solution for bug in Gambas 3.19.2 stable


Hi

With update to gambas 3.19.2 (using gambas stable repo
ppa:gambas-team/gambas3 in Ubuntu 22.04) all the combobox are displaying
this problem

Public Sub Form_Open()

  ComboBox1.List = ["aa", "bb", "cc"]

End

Public Sub ComboBox1_KeyRelease()

  If Key.Code = Key.Down Then
    ComboBox1.Popup
  Endif

End

On pressing down key while combobox in focus

"No Mouse event data" [Combobox.ArrorBox_MouseDown.367]

I am requesting for urgent fix of this issue. Attached a project

-- 
Regards
Safiur Rahman

Attachment: combotest.zip
Description: Zip archive


Follow-Ups:
Re: Urgent solution for bug in Gambas 3.19.2 stableBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>