﻿<?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 box is became Readonly</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-box-is-became-Readonly/</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 box is became Readonly</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-box-is-became-Readonly/</link><pubDate>Fri, 23 Jul 2010 06:07:07 GMT</pubDate><dc:creator>rajashekar.kn</dc:creator><category>Webcombo box is became Readonly</category><description>&lt;p&gt;Hi Yudi,&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I have done the above changes. It's working fine. Thanks.&lt;/p&gt;
&lt;p&gt;-Rajashekar&lt;/p&gt;</description></item><item><title>Webcombo box is became Readonly</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-box-is-became-Readonly/</link><pubDate>Fri, 23 Jul 2010 03:27:09 GMT</pubDate><dc:creator>yudi</dc:creator><category>Webcombo box is became Readonly</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;This issue only happens on IE 8 browser. I have tried to open the sample in Mozilla Firefox 3.6.7 and was unable to repro the issue – everything worked smoothly and I’m able to place the cursor on combo box.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;In order to overcome this issue, please try to invoke DoResize() method of WebCombo after set the display style to “block”. I have tested this solution on my local test by made a minor modification of your sent sample and found that the issue no longer persists. Below is the snippet code of changes that I made on your sent sample.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&lt;span style="font-family: 'courier new'; color: blue; font-size: 9pt"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: 'courier new'; color: #a31515; font-size: 9pt"&gt;script&lt;/span&gt; &lt;span style="font-family: 'courier new'; color: red; font-size: 9pt"&gt;type&lt;/span&gt;&lt;span style="font-family: 'courier new'; color: blue; font-size: 9pt"&gt;="text/javascript"&amp;gt;
    function&lt;/span&gt; Show() {
        var WebCombo1 = ISGetObject(&lt;span style="font-family: 'courier new'; color: #a31515; font-size: 9pt"&gt;"WebCombo1"&lt;/span&gt;);

        document.getElementById(&lt;span style="font-family: 'courier new'; color: #a31515; font-size: 9pt"&gt;"AssociatesComboDiv"&lt;/span&gt;).style.display = &lt;span style="font-family: 'courier new'; color: #a31515; font-size: 9pt"&gt;"block"&lt;/span&gt;;
        WebCombo1.DoResize();

        &lt;span style="font-family: 'courier new'; color: blue; font-size: 9pt"&gt;return true&lt;/span&gt;;
    }
&lt;span style="font-family: 'courier new'; color: blue; font-size: 9pt"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family: 'courier new'; color: #a31515; font-size: 9pt"&gt;script&lt;/span&gt;&lt;span style="font-family: 'courier new'; color: blue; font-size: 9pt"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Please let us know whether it helps or not.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Webcombo box is became Readonly</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-box-is-became-Readonly/</link><pubDate>Thu, 15 Jul 2010 00:11:54 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>Webcombo box is became Readonly</category><description>&lt;p&gt;Hi Raja,&lt;/p&gt;&lt;p&gt;I haven't heard any news from our developer teams. Also, would you like to let me know about your alignment issue? Maybe we can find temporary workaround.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Webcombo box is became Readonly</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-box-is-became-Readonly/</link><pubDate>Wed, 14 Jul 2010 07:45:40 GMT</pubDate><dc:creator>rajashekar.kn</dc:creator><category>Webcombo box is became Readonly</category><description>&lt;p&gt;Hi Handy,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Any update from your developer teams. If we comment 'doctype' , we are getting some alignment issues in our application. Is there any other way we can solve this issue?&lt;/p&gt;</description></item><item><title>Webcombo box is became Readonly</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-box-is-became-Readonly/</link><pubDate>Thu, 08 Jul 2010 14:49:00 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>Webcombo box is became Readonly</category><description>&lt;p&gt;Thank you for being detail. I can reproduce the error in here. It seems XHTML issue. Please do not use XHTML doctype for now. I forwarded this issue to our developer teams.&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Webcombo box is became Readonly</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-box-is-became-Readonly/</link><pubDate>Thu, 08 Jul 2010 07:59:41 GMT</pubDate><dc:creator>rajashekar.kn</dc:creator><category>Webcombo box is became Readonly</category><description>&lt;p&gt;HI Handy,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Yes i have kept Combo in Container. In Page load i will not show the Combo, on click of Show button , i am displaying the combo container. First time it will not allow me to type anthing on Combo, if we click on arrow and then it allows to type. &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Attached the sample.&lt;/p&gt;</description></item><item><title>Webcombo box is became Readonly</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-box-is-became-Readonly/</link><pubDate>Tue, 06 Jul 2010 08:56:19 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>Webcombo box is became Readonly</category><description>&lt;p&gt;Hello Raja,&lt;/p&gt;&lt;p&gt;Normally, our WebCombo is not ReadOnly mode. You can type something in there. &lt;br /&gt;Based on your issue, it is a little weird behaviour? Do you some container to place WebCombo? &lt;br /&gt;Please let me know how to replicate your issue in here. Or you can help us by sending a simple sample that replicates this issue. &lt;br /&gt;If TextBox mode is not set into &lt;b&gt;ReadOnly&lt;/b&gt;, it should work as expected. Also, ReadOnly would not allow any input by typing in the textbox.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Webcombo box is became Readonly</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-box-is-became-Readonly/</link><pubDate>Tue, 06 Jul 2010 06:11:28 GMT</pubDate><dc:creator>rajashekar.kn</dc:creator><category>Webcombo box is became Readonly</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Once combo is loaded, i am not able place the cursor on combo box. It is not allowing me to put search text in the box. But once you click an arrow image and try to type, it is allowing. Is there any setting need to be done. Please help me, it's very urgent.&lt;/p&gt;
&lt;p&gt;Attached the screenshot.&lt;/p&gt;</description></item></channel></rss>