issue with Chrome browser : Vertical scroll bar not coming for WebCombo when browse using Chrome

5 replies. Last post: January 26, 2010 5:35 AM by Glenn Layaar
Tags :

Hi

We are using Webcombo with multiple columns, if search result increases height of combo then vertical scroll bar is not displaying only in Chrome browser.

scroll bar is coming when we browse from IE7.

 please help us in fixing this problem.

Thank you.

 

Answers

Thank you for the update. we got the problem 

combo.GetTData().parentElement.style.overflow = "hidden"; this was causing problem.

we should set overflowX only. now changed it to  

combo.GetTData().parentElement.style.overflowX = "hidden"; 

this code was written in code behind. 




All Replies

Hi Shanta,

 

Could you attach me a simple sample file or html structure of your page? Because your issue not occured using my sample.

Also, please check your WebCombo's version and don't forget to install our latest hotfix before you run your project. Thank you.

 

Regards,

Julia

Hi,

 Here is the code which we are using to bind. Also can you tell us how do i apply the hotfix patch.


    <ISWebCombo:WebCombo ID="AssociatesCombo" AllowAutoDataCaching="true" AllowAutoQueryHandler="false" runat="server" DataTextField="UserName" DataValueField="GuestId" 

                                Height="20px" UseDefaultStyle="True" Width="150px"  AdditionalSearchFields="FirstName,LastName,City,DepartmentName"

                                    OnInitializeDataSource="AssociatesCombo_InitializeDataSource" ToolTip='<%$Resources: UIResource, AssociateToolTip%>'>

                                    <Columns>

                                        <ISWebCombo:WebComboColumn BaseFieldName="UserName" HeaderText="Name" Name="Name" Width="200px" />

                                         <ISWebCombo:WebComboColumn BaseFieldName="City" Name="City" Width="150px" />

                                       

                                    </Columns>

                                    <LayoutSettings  AdjustResultBoxLeft="-115" AlwaysShowHelpButton="false" ComboMode="MultipleColumns" ResultBoxWindowType="Normal" TextSettings-NoResultsText="The associate cannot be found in the corporate directory.">

                                    <ClientSideEvents OnAfterItemSelected="setContactId()" OnShowDropDown="WebCombo1_OnShowDropDown" />

                                    </LayoutSettings>

                                </ISWebCombo:WebCombo>

Hi Shanta,

 

You can install the latest hotfix automatically by using Update Manager. Please go to window start > Intersoft WebUI Studio [your version] > WebUI Studio for ASP.NET > Update Manager > Scan for Updates. But if you want to do manual update, you need to download the installer in My Components of your TDN account. The following link consist a very helpful step for doing manual update.

I have test on your code, but I still can't replicate your issue. After you apply hotfix and still find the issue, can you send me the attachment of you sample code? (.aspx & .aspx.cs ; to avoid broken file, please compress both files first). Thank you.

 

Regards,

Julia

 

Thank you for the update. we got the problem 

combo.GetTData().parentElement.style.overflow = "hidden"; this was causing problem.

we should set overflowX only. now changed it to  

combo.GetTData().parentElement.style.overflowX = "hidden"; 

this code was written in code behind. 




Good to hear that you could pinpoint the cause of the issue and solve it

All times are GMT -5. The time now is 3:38 AM.
Previous Next