﻿<?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 - WebCombo in Chrome</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-in-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>WebCombo in Chrome</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-in-Chrome/</link><pubDate>Thu, 03 Sep 2015 02:09:12 GMT</pubDate><dc:creator>yudi@intersoftpt.com</dc:creator><category>WebCombo</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;The problem, can't disable WebCombo in Chrome, was filed under ASPNET-40. I will inform this to WebCombo development team and update this thread with any news I heard from the team regarding ASPNET-40.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebCombo in Chrome</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-in-Chrome/</link><pubDate>Wed, 02 Sep 2015 14:19:43 GMT</pubDate><dc:creator>questica</dc:creator><category>WebCombo</category><description>&lt;p&gt;I am running the webcombo version 6.0.7200 and this is still an issue. &amp;nbsp;There is no reason for a small problem like this to continue for over a year. &amp;nbsp;Can we get a fix quickly please.&lt;/p&gt;</description></item><item><title>WebCombo in Chrome</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-in-Chrome/</link><pubDate>Mon, 18 Aug 2014 03:35:20 GMT</pubDate><dc:creator>Hans</dc:creator><category>WebCombo</category><description>Hello,&lt;br&gt;&lt;br&gt;Thank you for the feedback.&lt;br&gt;&lt;br&gt;It could be valued feedback for the development team.&lt;br&gt;&lt;br&gt;We will let you know if there is an update regarding this issue.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Hans K.</description></item><item><title>WebCombo in Chrome</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-in-Chrome/</link><pubDate>Thu, 14 Aug 2014 10:08:58 GMT</pubDate><dc:creator>kveta.nemcova@cdt.cz</dc:creator><category>WebCombo</category><description>&lt;p&gt;Hi, we have the same problem, so after some digging I come with this workaround (not perfect but at least combo is "disabled"). If you still need it -&amp;nbsp;&lt;/p&gt;&lt;p&gt;style&lt;/p&gt;&lt;pre&gt; .WC4-TB-N:disabled{        color:gray;
    }
&lt;/pre&gt;&lt;p&gt;&amp;nbsp;and some javascript on every page (in our base .js file)&lt;/p&gt;&lt;pre&gt;$(function () {
            var orig_ShowResultBox = WC40Engine.ShowResultBox;
            WC40Engine.ShowResultBox = function (a, b, c) {
                if (a.TextObj.disabled)
                    return;

                orig_ShowResultBox(a, b, c);
            }


            WC40Engine.OnMouseOver = function (a) {
                if (!a.IsTextObjFocused &amp;amp;&amp;amp; !a.IsInOver) {
                  
                    /*
                    !!! this is not working on DIV element !!!
                    if (IS.moz &amp;amp;&amp;amp; a.FrameObj.getAttribute("disabled") == "disabled") {
                        return
                    }*/

                    if (a.TextObj.disabled) {
                        return;
                    }
                    a.LayoutSettings.FrameStyle.SetToOver();
                    a.LayoutSettings.TextBoxStyle.SetToOver();
                    a.LayoutSettings.DropDownStyle.SetToOver();
                    if (a.LayoutSettings.RoundCorner) {
                        WC40Engine.FormatRoundCorner(a)
                    }
                    if (a.LayoutSettings.EnableAnimation) {
                        WC40Engine.AnimateBackground(a, "Display")
                    }
                    if (a.HasTextBoxBorder) {
                        WC40Engine.SetupSpecialTextBoxBorder(a)
                    }
                    a.IsInOver = true
                }
            };


        });&lt;/pre&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>WebCombo in Chrome</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-in-Chrome/</link><pubDate>Tue, 06 May 2014 00:41:51 GMT</pubDate><dc:creator>bernardx</dc:creator><category>WebCombo</category><description>&lt;p&gt;Hi Daniel,&lt;/p&gt;&lt;p&gt;Regarding to this work item, this work item still on progress in developer work task. I will let you know if there are hotfix to fix this issue from our developer team. I also have put this issue as critical issue so they will fix this issue as soon as possible. Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Bernard&lt;/p&gt;</description></item><item><title>WebCombo in Chrome</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-in-Chrome/</link><pubDate>Mon, 05 May 2014 06:24:38 GMT</pubDate><dc:creator>dbarrett</dc:creator><category>WebCombo</category><description>&lt;p&gt;Hi Bernard,&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Has there been any feedback from the development team?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;</description></item><item><title>WebCombo in Chrome</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-in-Chrome/</link><pubDate>Sun, 20 Apr 2014 23:00:48 GMT</pubDate><dc:creator>bernardx</dc:creator><category>WebCombo</category><description>&lt;p&gt;Hi Daniel,&lt;/p&gt;&lt;p&gt;I can replicate your issue in here. I will report this to our developer team and I will let you know any feedback from our developer team regarding this issue.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Bernard&lt;/p&gt;</description></item><item><title>WebCombo in Chrome</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-in-Chrome/</link><pubDate>Thu, 17 Apr 2014 04:19:24 GMT</pubDate><dc:creator>dbarrett</dc:creator><category>WebCombo</category><description>&lt;p&gt;I have this problem, with Chrome my WebCombo is not disabling. Is this an issue or is it just me?&lt;/p&gt;</description></item></channel></rss>