﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebCombo - issue with Chrome browser : Vertical scroll bar not coming for WebCombo when browse using Chrome</title><link>http://www.intersoftsolutions.com/Community/WebCombo/issue-with-Chrome-browser--Vertical-scroll-bar-not-coming-for-WebCombo-when-browse-using-Chrome/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>issue with Chrome browser : Vertical scroll bar not coming for WebCombo when browse using Chrome</title><link>http://www.intersoftsolutions.com/Community/WebCombo/issue-with-Chrome-browser--Vertical-scroll-bar-not-coming-for-WebCombo-when-browse-using-Chrome/</link><pubDate>Tue, 26 Jan 2010 05:35:10 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>Vertical scroll bar not displaying</category><description>&lt;p&gt;Good to hear that you could pinpoint the cause of the issue and solve it&lt;br /&gt;&lt;/p&gt;</description></item><item><title>issue with Chrome browser : Vertical scroll bar not coming for WebCombo when browse using Chrome</title><link>http://www.intersoftsolutions.com/Community/WebCombo/issue-with-Chrome-browser--Vertical-scroll-bar-not-coming-for-WebCombo-when-browse-using-Chrome/</link><pubDate>Fri, 22 Jan 2010 07:13:48 GMT</pubDate><dc:creator>shanta</dc:creator><category>Vertical scroll bar not displaying</category><description>&lt;p&gt;Thank you for the update. we got the problem &lt;/p&gt;&lt;p&gt;combo.GetTData().parentElement.style.overflow = "hidden"; this was causing problem.&lt;/p&gt;
&lt;p&gt;we should set overflowX only. now changed it to  &lt;/p&gt;
&lt;p&gt;combo.GetTData().parentElement.style.overflowX = "hidden"; &lt;/p&gt;
&lt;p&gt;this code was written in code behind. &lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>issue with Chrome browser : Vertical scroll bar not coming for WebCombo when browse using Chrome</title><link>http://www.intersoftsolutions.com/Community/WebCombo/issue-with-Chrome-browser--Vertical-scroll-bar-not-coming-for-WebCombo-when-browse-using-Chrome/</link><pubDate>Thu, 21 Jan 2010 04:04:31 GMT</pubDate><dc:creator>julia</dc:creator><category>Vertical scroll bar not displaying</category><description>&lt;p&gt;Hi Shanta,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;You can install the latest hotfix automatically by using Update Manager. Please go to &lt;em&gt;window start &amp;gt; Intersoft WebUI Studio [your version] &amp;gt; WebUI Studio for ASP.NET &amp;gt; &lt;strong&gt;Update Manager&lt;/strong&gt; &amp;gt; Scan for Updates&lt;/em&gt;. But if you want to do manual update, you need to download the installer in My Components of your &lt;a href="http://dev2.intersoftpt.com/" target="_blank"&gt;TDN&lt;/a&gt; account. The following &lt;a href="http://www.intersoftpt.com/Build/ApplyHotfix" target="_blank"&gt;link&lt;/a&gt; consist a very helpful step for doing manual update.&lt;/p&gt;
&lt;p&gt;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 &amp; .aspx.cs ; to avoid broken file, please compress both files first). Thank you.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Julia&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>issue with Chrome browser : Vertical scroll bar not coming for WebCombo when browse using Chrome</title><link>http://www.intersoftsolutions.com/Community/WebCombo/issue-with-Chrome-browser--Vertical-scroll-bar-not-coming-for-WebCombo-when-browse-using-Chrome/</link><pubDate>Wed, 20 Jan 2010 04:12:24 GMT</pubDate><dc:creator>shanta</dc:creator><category>Vertical scroll bar not displaying</category><description>&lt;p /&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt; Here is the code which we are using to bind. Also can you tell us how do i apply the hotfix patch.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;    &amp;lt;ISWebCombo:WebCombo ID="AssociatesCombo" AllowAutoDataCaching="true" AllowAutoQueryHandler="false" runat="server" DataTextField="UserName" DataValueField="GuestId" &lt;/p&gt;
&lt;p&gt;                                Height="20px" UseDefaultStyle="True" Width="150px"  AdditionalSearchFields="FirstName,LastName,City,DepartmentName"&lt;/p&gt;
&lt;p&gt;                                    OnInitializeDataSource="AssociatesCombo_InitializeDataSource" ToolTip='&amp;lt;%$Resources: UIResource, AssociateToolTip%&amp;gt;'&amp;gt;&lt;/p&gt;
&lt;p&gt;                                    &amp;lt;Columns&amp;gt;&lt;/p&gt;
&lt;p&gt;                                        &amp;lt;ISWebCombo:WebComboColumn BaseFieldName="UserName" HeaderText="Name" Name="Name" Width="200px" /&amp;gt;&lt;/p&gt;
&lt;p&gt;                                         &amp;lt;ISWebCombo:WebComboColumn BaseFieldName="City" Name="City" Width="150px" /&amp;gt;&lt;/p&gt;
&lt;p&gt;                                       &lt;/p&gt;
&lt;p&gt;                                    &amp;lt;/Columns&amp;gt;&lt;/p&gt;
&lt;p&gt;                                    &amp;lt;LayoutSettings  AdjustResultBoxLeft="-115" AlwaysShowHelpButton="false" ComboMode="MultipleColumns" ResultBoxWindowType="Normal" TextSettings-NoResultsText="The associate cannot be found in the corporate directory."&amp;gt;&lt;/p&gt;
&lt;p&gt;                                    &amp;lt;ClientSideEvents OnAfterItemSelected="setContactId()" OnShowDropDown="WebCombo1_OnShowDropDown" /&amp;gt;&lt;/p&gt;
&lt;p&gt;                                    &amp;lt;/LayoutSettings&amp;gt;&lt;/p&gt;
&lt;p&gt;                                &amp;lt;/ISWebCombo:WebCombo&amp;gt;&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>issue with Chrome browser : Vertical scroll bar not coming for WebCombo when browse using Chrome</title><link>http://www.intersoftsolutions.com/Community/WebCombo/issue-with-Chrome-browser--Vertical-scroll-bar-not-coming-for-WebCombo-when-browse-using-Chrome/</link><pubDate>Tue, 19 Jan 2010 03:58:00 GMT</pubDate><dc:creator>julia</dc:creator><category>Vertical scroll bar not displaying</category><description>&lt;p&gt;Hi Shanta,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Could you attach me a simple sample file or html structure of your page? Because your issue not occured using my sample.&lt;/p&gt;
&lt;p&gt;Also, please check your WebCombo's version and don't forget to install our latest hotfix before you run your project. Thank you.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Julia&lt;/p&gt;</description></item><item><title>issue with Chrome browser : Vertical scroll bar not coming for WebCombo when browse using Chrome</title><link>http://www.intersoftsolutions.com/Community/WebCombo/issue-with-Chrome-browser--Vertical-scroll-bar-not-coming-for-WebCombo-when-browse-using-Chrome/</link><pubDate>Mon, 18 Jan 2010 03:40:06 GMT</pubDate><dc:creator>shanta</dc:creator><category>Vertical scroll bar not displaying</category><description>&lt;p&gt;Hi &lt;/p&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;scroll bar is coming when we browse from IE7.&lt;/p&gt;
&lt;p&gt; please help us in fixing this problem.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item></channel></rss>