﻿<?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 - Lounge - Non-IE Browser Issues</title><link>http://www.intersoftsolutions.com/Community/Lounge/Non-IE-Browser-Issues/</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>Non-IE Browser Issues</title><link>http://www.intersoftsolutions.com/Community/Lounge/Non-IE-Browser-Issues/</link><pubDate>Fri, 21 Aug 2009 00:50:39 GMT</pubDate><dc:creator>technical@intersoftpt.com</dc:creator><category>WebGrid</category><category>WebCombo</category><category>Firefox</category><category>browsers</category><description>&lt;p&gt;The WebCombo issue is clarified fixed, and will be included in the SP1.&lt;/p&gt;&lt;p&gt;The "close" icon in the dialogbox is actually an image. The default image used a generic black "x" which is also used in many other places that require "close" indicator, and unfortunately doesn't look suitable in the dialog box with default blue background color.&lt;/p&gt;
&lt;p&gt;The easiest solution is to customize the dialogbox close image for non IE browsers. Fortunately, we have a nicer "x" image with white background in WebDesktop Resource, so you can easily use it in your solution. &lt;/p&gt;
&lt;p&gt;Here's how to customize the dialogbox close image using Javascript:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Handle the DialogBox's &lt;b&gt;OnCreated&lt;/b&gt; client side event.&lt;/li&gt;
&lt;li&gt;Use the following script to change the close image.&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;function OnCreated(controlId)
{		    
     setTimeout(function()
     {
	  var dialogBox = ISGetObject(controlId);
	  var closeButton = dialogBox.Window.GetCloseButtonElement();
    		    
          closeButton.children[0].src = "ISRes.axd?D/webdings_close.gif";
     }
     , 1);
}
&lt;/pre&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;Let me know if that works for you.&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;</description></item><item><title>Non-IE Browser Issues</title><link>http://www.intersoftsolutions.com/Community/Lounge/Non-IE-Browser-Issues/</link><pubDate>Thu, 20 Aug 2009 23:24:47 GMT</pubDate><dc:creator>yudi@intersoftpt.com</dc:creator><category>WebGrid</category><category>WebCombo</category><category>Firefox</category><category>browsers</category><description>&lt;p&gt;&lt;p class="MsoNormal" style="margin-top: 6.8pt; margin-right: 0in; margin-bottom: 6.8pt; margin-left: 0in; "&gt;&lt;span style="font-size: 10pt; font-family: 'segoe ui', sans-serif; color: rgb(54, 95, 145); "&gt;Thank you for your valuable feedback.&lt;/span&gt;&lt;span style="color: black; "&gt;&lt;o:p /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-top: 6.8pt; margin-right: 0in; margin-bottom: 6.8pt; margin-left: 0in; "&gt;&lt;span style="font-size: 10pt; font-family: 'segoe ui', sans-serif; color: rgb(54, 95, 145); "&gt;I have forwarded the browser issues to the development team to be
invesigated further and put these matters as high priority. We’ll do our best
so that the issues will be fixed before “Intersoft WebUI Studio 2009 R1 SP1” is
released.&lt;/span&gt;&lt;span style="color: black; "&gt;&lt;o:p /&gt;&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;</description></item><item><title>Non-IE Browser Issues</title><link>http://www.intersoftsolutions.com/Community/Lounge/Non-IE-Browser-Issues/</link><pubDate>Thu, 20 Aug 2009 13:16:14 GMT</pubDate><dc:creator>danjransom@gmail.com</dc:creator><category>WebGrid</category><category>WebCombo</category><category>Firefox</category><category>browsers</category><description>&lt;p&gt;I found the following issues using these browsers:&lt;/p&gt;
&lt;p&gt;1. In Firefox, when you open a WebCombo with multiple collumns the combo box fills the entire page and ignores the width attribute. &lt;a href="http://live.intersoftpt.com/cs/WebCombo/MultipleColumns.aspx?noframe=1&amp;amp;path=/WebCombo/Top%20Features/Time-saving%20Combo%20Features" target="_blank"&gt;See this page&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2. In Opera and Firefox (at least) when you open a web dialog box the "close" icon in the header bar does not display properly. &lt;a href="http://live.intersoftpt.com/cs/WebDesktop/WebDialogBox/CommandButtons.aspx?path=/WebDesktop/Dialogbox%20Interface&amp;amp;noframe=1" target="_blank"&gt;See this page&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>