Focus event to open drop-down list does not work when published

Hello

I have a dropdown list with a focus event: 

public void ProjectDropDownGotFocus(Object args)

    {

      if (this.SelectedTime.ProjectId == Guid.Empty)

      {

      ProjectDropDown.ShowPopup();

      }

    }

In my development environment, this works when you tab into the field or when you click in the field.

After publishing (Azure Web App) the ShowPop fails to work when you click in the field. In fact you have to click 3 times before the dropdown list opens.  It works as expected if you tab into the field.

Any ideas

Thanks




3 Replies

SP Sureshkumar P Syncfusion Team February 4, 2022 03:14 PM UTC

Richard, 
 
We have checked the reported issue in our end, but we cannot replicate the reported issue in the azure hosted application.  
 
 
If still you have faced the issue, the please share your issue replicating sample with detailed issue replication procedure that will help us to provide exact solution as earlier as possible. 
 
Regards, 
Sureshkumar P 



DI Ditchford February 7, 2022 04:55 PM UTC

Hey

Thanks for that.  FYI, I have upgraded from 19.3.0.53 to 19.4.0.48 and the problem has gone away.

Regards



SP Sureshkumar P Syncfusion Team February 8, 2022 03:39 AM UTC

Hi Richard, 
 
Thanks for your update. 
 
Regards, 
Sureshkumar P 


Loader.
Up arrow icon