﻿<?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 - Resultboc popup type firefox</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Resultboc-popup-type-firefox/</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>Resultboc popup type firefox</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Resultboc-popup-type-firefox/</link><pubDate>Tue, 08 Sep 2009 00:41:24 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebCombo</category><category>Firefox</category><description>&lt;p&gt;Glad to hear that it works on you.&lt;/p&gt;</description></item><item><title>Resultboc popup type firefox</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Resultboc-popup-type-firefox/</link><pubDate>Tue, 08 Sep 2009 00:31:59 GMT</pubDate><dc:creator>vinsdeon</dc:creator><category>WebCombo</category><category>Firefox</category><description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;The reply helped me. I changed AdjustResultBoxTop with the value (resultbox height &amp;#43; 19) and given it as -ve. So if resultbox height was 102, AdjustResultBoxTop="-121". That done the trick and working fine for webcombos coming as last item in my popup window. Again thanks for the help.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Resultboc popup type firefox</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Resultboc-popup-type-firefox/</link><pubDate>Mon, 07 Sep 2009 23:33:56 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebCombo</category><category>Firefox</category><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;More informations has been informed to me as well like James answered. Actually, i could not replicate the ResultBox position issue in Moz. But if I am not mistaken, there is another customer at the past can adjust it when the issue show. &lt;/p&gt;
&lt;p&gt;e.g these are the settings that might be help&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;var webCombo = ISGetObject("WebCombo1");
var wcheight = webCombo.LayoutSettings.ItemHeight;
webCombo.ResultBox.show(left, top - 95, width, height);
&lt;/pre&gt;
&lt;p&gt; On those positions of result box, you can try to adjust left, top, width, height.&lt;/p&gt;
&lt;p&gt;If this suggestion doesn't work, could you help me by sending  me a simple sample that replicates the issue?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>Resultboc popup type firefox</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Resultboc-popup-type-firefox/</link><pubDate>Fri, 04 Sep 2009 03:42:28 GMT</pubDate><dc:creator>vinsdeon</dc:creator><category>WebCombo</category><category>Firefox</category><description>&lt;p&gt;Oh!. Am having the webcombo inside a popup control and the number of elements inside the webcombo cannot be predicted. It could be either 10 or 100 with multicolumn. So in IE with popup enabled, the window moves outside and no problem. The resultbox height is fixed. However the popup window(aspx page) height is calculated dynamically based on the contents inside(which obviously doesnt include resultboxheight of webcombo). So the combo would be visible only to a small part. See the screenshots. Making Resultboxheight to one row may solve the problem for firefox. But to make user to select only a row at a time from webcombo!!!.&lt;/p&gt;&lt;p&gt;I guess you got what am saying right now...&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Resultboc popup type firefox</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Resultboc-popup-type-firefox/</link><pubDate>Fri, 04 Sep 2009 03:06:28 GMT</pubDate><dc:creator>james</dc:creator><category>WebCombo</category><category>Firefox</category><description>&lt;p&gt;AFAIK, it can't be implemented, because "Popup" is never introduced by W3C, and hence standard browsers like FF, Safari, Chrome - won't support it. The "Popup" was a proprietary implementation by Microsoft alone since IE 4.&lt;/p&gt;&lt;p&gt;I also suggest you to use "Normal" window type whenever possible, even for IE for consistent display result across all browsers.&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;</description></item><item><title>Resultboc popup type firefox</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Resultboc-popup-type-firefox/</link><pubDate>Fri, 04 Sep 2009 02:40:45 GMT</pubDate><dc:creator>vinsdeon</dc:creator><category>WebCombo</category><category>Firefox</category><description>&lt;p&gt;Thanks James for the reply. But could you clarify more. Are you saying that it cannot be implemented? Or it needs a fix from webgrid team?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Resultboc popup type firefox</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Resultboc-popup-type-firefox/</link><pubDate>Fri, 04 Sep 2009 00:31:42 GMT</pubDate><dc:creator>james</dc:creator><category>WebCombo</category><category>Firefox</category><description>&lt;p&gt;Xedeem, only Internet Explorer browser supports "Popup" object that can be displayed out-of-browser. When used in other browsers such as Firefox, Safari, and others, WebCombo will fallback to normal window type automatically.&lt;/p&gt;&lt;p&gt;Hope this helps.&lt;/p&gt;</description></item><item><title>Resultboc popup type firefox</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Resultboc-popup-type-firefox/</link><pubDate>Thu, 03 Sep 2009 23:59:35 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebCombo</category><category>Firefox</category><description>&lt;p&gt;Vinayan,&lt;/p&gt;&lt;p&gt;I have checked our live sample and it works fine. Could you guide me how to replicate the issue? Also, please let me know FireFox version you used. &lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Resultboc popup type firefox</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Resultboc-popup-type-firefox/</link><pubDate>Thu, 03 Sep 2009 07:01:40 GMT</pubDate><dc:creator>vinsdeon</dc:creator><category>WebCombo</category><category>Firefox</category><description>&lt;p&gt;LayoutSettings-ResultBoxWindowType="Popup" is not working in firefox.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;It works fine in IE. Please check  as soon as possible. &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>