ComboBoxAdv in a SfTextInputLayout not displaying correctly unless it has focus

I’m seeing some odd behavior when a bound ComboBoxAdv loads in a SfTextInputLayout.  The ComboBoxAdv binding works fine, but when the UserControl first loads, the ComboBoxAdv inside the SfTextInputLayout does not render the current value.  If you tab into the SfTextInputLayout or drop down the combo, it works as I would expect.  When the SfTextInputLayout loses focus I see the correct selected display value, and the Hint text on top of each other.

SfTextInputLayout.png
This is the XAML for the ComboBoxAdv in a SfTextInputLayout.  The ComboBoxAdv on the left is the same without the SfTextInputLayout.


<inputLayout:SfTextInputLayout

           Hint="Min Office Version"

           Width="150">

    <syncfusion:ComboBoxAdv x:Name="cboMinVersion"

                           SelectedValuePath="Tag"

                           SelectedValue="{Binding AccessMinimumVersion}"                          

                           Foreground="{StaticResource Supplied}">

        <syncfusion:ComboBoxItemAdv Tag="" Content="Any" />

        <syncfusion:ComboBoxItemAdv Tag="16" Content="Office O365" />

        <syncfusion:ComboBoxItemAdv Tag="15" Content="Office 2013" />

        <syncfusion:ComboBoxItemAdv Tag="14" Content="Office 2010" />

        <syncfusion:ComboBoxItemAdv Tag="12" Content="Office 2007" />

    </syncfusion:ComboBoxAdv>

</inputLayout:SfTextInputLayout>

I’m a newbie to Syncfusion so I’m not sure if this is a bug or something obvious that I’m missing?

Thanks!


14 Replies

ET Eswaran Thirugnanasambandam Syncfusion Team November 15, 2021 12:53 PM UTC

Hi Kevin, 
 
Greetings from Syncfusion. 
 
We can reproduce the reported problem “Hint label gets overlapped with the selected item while un-focusing the control” on our end and we have confirmed it as a defect. So, logged a bug report for this. You can keep track of the bug from the feedback portal below. 
 
 
NOTE: The provided feedback link is private, and you need to login to view this feedback. 
 
We will include the fix in our next weekly NuGet which is expected to be rolled out on November 23, 2021. We appreciate your patience until then. If you have any more specification/precise replication procedure or a scenario to be tested, you can add it as a comment in the portal. 
 
Regards,  
Eswaran. 



ET Eswaran Thirugnanasambandam Syncfusion Team November 15, 2021 12:53 PM UTC

Hi Kevin, 
 
Greetings from Syncfusion. 
 
We can reproduce the reported problem “Hint label gets overlapped with the selected item while un-focusing the control” on our end and we have confirmed it as a defect. So, logged a bug report for this. You can keep track of the bug from the feedback portal below. 
 
 
NOTE: The provided feedback link is private, and you need to login to view this feedback. 
 
We will include the fix in our next weekly NuGet which is expected to be rolled out on November 23, 2021. We appreciate your patience until then. If you have any more specification/precise replication procedure or a scenario to be tested, you can add it as a comment in the portal. 
 
Regards,  
Eswaran. 



VR Vignesh Ramesh Syncfusion Team November 23, 2021 08:39 AM UTC

Hi Kevin,  

Thanks for your patience. 
  
We have fixed the reported issue “Hint label gets overlapped with the selected item while un-focusing the control” and the fix is included in our weekly NuGet of November 23, 2021. 
  
NuGet Version: 19.3.0.55  
  
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.  
  
Regards,  
Vignesh Ramesh. 



KE Kevin November 23, 2021 04:05 PM UTC

Hi  Vignesh,

I updated to 19.3.0.55 and everything looks like it is working as expected.


Thanks for the quick fix!

Kevin



ET Eswaran Thirugnanasambandam Syncfusion Team November 24, 2021 06:17 AM UTC

Hi Kevin, 
 
Thanks for your update, 
 
Let us know, if you need further assistance. 
 
Regards, 
Eswaran 



BA Bartosz January 12, 2022 10:34 AM UTC

Hi,

I also have a problem with the correct focus :(
v. 19.4.0.42




ET Eswaran Thirugnanasambandam Syncfusion Team January 13, 2022 10:39 AM UTC

Hi Bartosz, 
 
We have prepared a sample as in the provided screenshot and tested it by focusing on the SfTtextInputControl. But we didn’t find any issue when focusing. So please check the tested sample from the below link. 
 
 
If you still face any problem, can you revert by modifying the sample based on your scenario and provide us more information about the issue, this will help us to provide you with a better solution at the earliest. 
 
Regards, 
Eswaran. 



BA Bartosz January 14, 2022 10:27 AM UTC

Hi Eswaran,

I notice that when IsEditable is true, than text input is not focus

<syncfusion:ComboBoxAdv

                        x:Name="TestCmb"

                        IsEditable="True"

                        DisplayMemberPath="Name" />






VR Vignesh Ramesh Syncfusion Team January 17, 2022 06:06 PM UTC

Hi Bartosz,  

We have prepared a sample based on the provided snippet and checked the reported problem by switching the focus using Tab Keys also click the SfTextInputLayout. But we are unable to reproduce any focus related problem. Please check the tested sample and video from the below link. 


If you still face any problem, can you revert by modifying the sample based on your scenario along with the replication steps, this will help us to provide you with a better solution at the earliest. 

Regards, 
Vignesh Ramesh. 



BA Bartosz January 27, 2022 08:47 AM UTC

Hi  Vignesh,

I checked your sample and its work fine. But i noticed some error with style when use Material Design.

Please take a look at the test code if that's not a problem :



Attachment: RE_TILWPF_2c161ab0.zip


SM Subashini Mahendran Syncfusion Team January 28, 2022 02:41 PM UTC

Hi Bartosz,


We have confirmed the reported scenario is a defect and logged a report for the reported scenario “Text overlapping issue in ComboBoxAdv when applying MaterialDesignThemes”. We will provide the patch for the reported issue on 18th February 2022. 


You can track the status of this defect using the following feedback link:      

https://www.syncfusion.com/feedback/32266/text-overlapping-issue-in-comboboxadv-when-applying-materialdesignthemes


If you have any more specification replication procedures or a scenario to be tested, you can add it as a comment in the portal.    


Regards,

Subashini M.



BA Bartosz February 10, 2022 10:05 AM UTC

Thank you for the information, I look forward to the update, but I do not have access to the attached link :(



SM Subashini Mahendran Syncfusion Team February 11, 2022 09:23 AM UTC

Hi Bartosz,


We have enabled access to view the feedback link now. Please check it once by clearing the cache and let us know if you are facing any issues in viewing the feedback link.


Regards,

Subashini M.



SM Subashini Mahendran Syncfusion Team February 18, 2022 04:24 PM UTC

Hi Bartosz,


We have fixed the reported issue - “Text overlapping issue in ComboBoxAdv when applying MaterialDesignThemes”. Please find the patch file from the following location:


V19.4.0.48

Recommended approach – exe will perform automatic configuration                  

Please find the patch setup here:      

https://syncfusion.com/Installs/support/patch/19.4.0.48/1425210/F172383/SyncfusionPatch_19.4.0.48_1425210_2182022041809751_F172383.exe  

Advanced approach – use only if you have specific needs and can directly replace existing assemblies for your build environment                                   

Please find the patch assemblies alone from:                  

https://syncfusion.com/Installs/support/patch/19.4.0.48/1425210/F172383/SyncfusionPatch_19.4.0.48_1425210_2182022041809751_F172383.zip

Please find the NuGet from the below location:          

https://syncfusion.com/Installs/support/patch/19.4.0.48/1425210/F172383/SyncfusionNuget_19.4.0.48_1425210_2182022041809751_F172383.zip


Installation Directions:           

This patch should replace the files "Syncfusion.Shared.WPF”, "Syncfusion.Shared.WPF.Classic” under the following folder.           

$system drive: \ Files\Syncfusion\Essential Studio\$Version # \precompiledassemblies\$Version#\[TargetFramework]           

E.g.: $system drive:\Program Files\Syncfusion\Essential Studio\19.4.0.48\precompiledassemblies\19.4.0.48\4.6 


To automatically run the Assembly Manager, please check the Run assembly manager checkbox option while installing the patch. If this option is unchecked, the patch will replace the assemblies in precompiled assemblies’ folder only. Then, you must manually copy and paste them to the preferred location, or you must run the Syncfusion Assembly Manager application (available from the Syncfusion Dashboard, installed as a shortcut in the Application menu) to re-install assemblies.           

https://www.syncfusion.com/support/directtrac/patches 


Disclaimer:                                 

Please note that we have created this patch for version 19.4.0.48 specifically to resolve the issues reported in this forum. If you have received other patches for the same version for other products. This fix will be included in our Volume 1 release which will be available in March 2022.


Please let us know if you need any further assistance.

Regards,

Subashini M.


Loader.
Up arrow icon