[Gambas-bugtracker] Bug #2205: WebComboBox issue

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Wed Jun 9 06:31:38 CEST 2021


http://gambaswiki.org/bugtracker/edit?object=BUG.2205&from=L21haW4-

Comment #4 by Safiur RAHMAN:

Hi

I want to explain the behavior in Android chrome:

a)If WebComboBox ReadOnly = True then
-On selecting an item the text gets changed but WebComboBox1.Text returns the previous text. Please note the different text is shown and different text is returned.
-In selecting the item twice the text gets changed and also the new text is returned by WebComboBox1.Text

b) If WebComboBox ReadOnly = False then
-On selecting an item the text is not changed and also WebComboBox2.Text returns the text shown
-On selecting an item twice the text gets changed and also the new text is returned by WebComboBox2.Text

So I have changed all Webcombobox to ReadOnly = False in all applications so that people have to click twice to change the text to avoid "one text is shown and other text is returned" problem.

I have also put the application to demonstrate to bug online so that other programmers can also provide feedback using other devices.
http://202.45.146.111/cgi-bin/webcombo

----------------------------------------------------------------------------

Attachment: 20210609_095452.mp4

Attachment: webcombo.zip

Safiur RAHMAN changed the state of the bug to: Accepted.




More information about the Bugtracker mailing list