﻿<?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 - WebDesktop - Mozilla Firefox Rendering Issues</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Mozilla-Firefox-Rendering-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>Mozilla Firefox Rendering Issues</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Mozilla-Firefox-Rendering-Issues/</link><pubDate>Sun, 18 Jul 2010 23:18:15 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>Firefox Rendering Issue</category><description>&lt;p&gt;Under such condition, &lt;i&gt;UseDefaultStyle = false&lt;/i&gt;, you will need to overwrite the default css style by using the RowStyle and AlternatingRowStyle property. Here is the WebGrid snippet:&lt;/p&gt;&lt;p /&gt;&lt;pre&gt;&amp;lt;RowStyle CssClass="CustomRow" /&amp;gt;
&amp;lt;AlternatingRowStyle CssClass="CustomRow" /&amp;gt;&lt;/pre&gt;
&lt;p /&gt;
&lt;p&gt;The css class snippet:&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;&amp;lt;style type="text/css"&amp;gt;
    .CustomRow
    {
        overflow: hidden !important;
    }
&amp;lt;/style&amp;gt;&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p /&gt;</description></item><item><title>Mozilla Firefox Rendering Issues</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Mozilla-Firefox-Rendering-Issues/</link><pubDate>Fri, 16 Jul 2010 10:24:03 GMT</pubDate><dc:creator>Motser</dc:creator><category>Firefox Rendering Issue</category><description>&lt;p&gt;Hi Glenn,&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks for your reply. I had the above already set. These changes did not make a difference. I have the Web Grids DefaultStyleMode="Elegant" but did not have the set UseDefaultStyle=true. This caused this overlapping of text in the WebGrid in firefox. Once I set this setting, the Grid performed correctly.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Dermot&lt;/p&gt;</description></item><item><title>Mozilla Firefox Rendering Issues</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Mozilla-Firefox-Rendering-Issues/</link><pubDate>Thu, 15 Jul 2010 22:17:19 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>Firefox Rendering Issue</category><description>&lt;p&gt;The Firefox issue could be solved by adding overflow hidden to the RowStyle and AlternatingRowStyle. Here is the snippet:&lt;/p&gt;&lt;pre&gt;&amp;lt;RowStyle CustomRules="overflow: hidden;" /&amp;gt;&lt;br /&gt;&amp;lt;AlternatingRowStyle CustomRules="overflow: hidden;" /&amp;gt;&lt;/pre&gt;&lt;p&gt;However in my test, using the latest build of WebGrid 7, WebGrid 7 build 403, the style is already added in Firefox and will not cause such issue. Please try updating you control to the latest build.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Mozilla Firefox Rendering Issues</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Mozilla-Firefox-Rendering-Issues/</link><pubDate>Thu, 15 Jul 2010 08:04:49 GMT</pubDate><dc:creator>Motser</dc:creator><category>Firefox Rendering Issue</category><description>&lt;p&gt;I fixed the issue highlighted with the gap appearing at the bottom of the WebDesktopWindow. This occurs when the setting AnimationStyle="VistaStyleZoom" is used in firefox. I still have the other issues of the data overlapping between the colmns.&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Dermot&lt;/p&gt;</description></item><item><title>Mozilla Firefox Rendering Issues</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Mozilla-Firefox-Rendering-Issues/</link><pubDate>Thu, 15 Jul 2010 06:42:48 GMT</pubDate><dc:creator>Motser</dc:creator><category>Firefox Rendering Issue</category><description>&lt;p&gt;Just for some clarity, it doesnt matter what page the iframe points at in the default.aspx page, the same issue occurs. I have pointed it at random websites and the issue occurrs. Is this a bug or is there a setting I must set to make the iframe within the WebDesktopWindow take up 100% of the page in firefox.&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Dermot&lt;/p&gt;</description></item><item><title>Mozilla Firefox Rendering Issues</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Mozilla-Firefox-Rendering-Issues/</link><pubDate>Thu, 15 Jul 2010 05:19:27 GMT</pubDate><dc:creator>Motser</dc:creator><category>Firefox Rendering Issue</category><description>&lt;p&gt;Hi Glenn,&lt;/p&gt;&lt;p&gt;I made these changes but this made no difference to the issue I have. The iframe is still short by approx 100px in the example I provided. There is still a gap at the end of the WebDesktopWindow. Did these changes solve the issue for yourself? I have attached another screen shot highlighting my issue if clarity is needed. I have circled the issue in the screenshot. The iframe should take up 100% of the WebDesktopWindow.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Dermot &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>Mozilla Firefox Rendering Issues</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Mozilla-Firefox-Rendering-Issues/</link><pubDate>Wed, 14 Jul 2010 23:21:45 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>Firefox Rendering Issue</category><description>&lt;p&gt;From my analysis of the attached sample, it seems the issue is caused by browser difference. Here is some suggestion in order to get a similar result in Firefox:&lt;/p&gt;&lt;p&gt;- Remove the width property in the TabItemStyle&lt;/p&gt;&lt;pre&gt;&amp;lt;TabItemStyle&amp;gt;&lt;br /&gt;    &amp;lt;Normal Cursor="Hand" Font-Names="segoe ui,tahoma" Font-Size="9pt" Height="100%"&lt;br /&gt;        &lt;span style="color: rgb(255, 0, 0);"&gt;Width="100%"&lt;/span&gt; BackColor="White"&lt;br /&gt;        BorderColor="Gray" BorderStyle="Solid" BorderWidth="1px"&amp;gt;&lt;br /&gt;        &amp;lt;Padding Top="2px" Left="10px" Right="10px" Bottom="0px"&amp;gt;&amp;lt;/Padding&amp;gt;&lt;br /&gt;    &amp;lt;/Normal&amp;gt;&lt;br /&gt;    &amp;lt;Over BaseStyle="Normal" BackColor="WhiteSmoke" BorderColor="#3C7FB1"&amp;gt;&lt;br /&gt;    &amp;lt;/Over&amp;gt;&lt;br /&gt;    &amp;lt;Active BaseStyle="Normal" &lt;br /&gt;        BackColor="White" BorderColor="#898C95" BorderStyle="Solid" BorderWidth="1px"&amp;gt;&lt;br /&gt;    &amp;lt;/Active&amp;gt;&lt;br /&gt;&amp;lt;/TabItemStyle&amp;gt;&lt;/pre&gt;
&lt;p&gt;- Remove the width property in the WebTab ContainerStyle&lt;/p&gt;&lt;pre&gt;&amp;lt;ContainerStyle Overflow="Auto" OverflowY="Auto" OverflowX="Auto" BackColor="White"&lt;br /&gt;    BorderColor="#898C95" BorderStyle="Solid" BorderWidth="1px" Height="100%" &lt;span style="color: rgb(255, 0, 0);"&gt;Width="100%"&lt;/span&gt;&lt;br /&gt;    Font-Names="segoe ui,tahoma" Font-Size="9pt"&amp;gt;&lt;br /&gt;    &amp;lt;Padding Top="5px" Left="5px" Right="5px" Bottom="5px"&amp;gt;&amp;lt;/Padding&amp;gt;&lt;br /&gt;&amp;lt;/ContainerStyle&amp;gt;&lt;/pre&gt;
&lt;p&gt;- Set the WebDesktopManager CaptionButtonStyle border width to 0px  &lt;/p&gt;&lt;pre&gt;&amp;lt;CaptionButtonStyle&amp;gt;&lt;br /&gt;    &amp;lt;Over BaseStyle="Normal" GradientType=Vertical&amp;gt;&lt;br /&gt;        &amp;lt;BorderSettings&amp;gt;&lt;br /&gt;            &amp;lt;Bottom Color="Gray" /&amp;gt;&lt;br /&gt;            &amp;lt;Right Color="Gray" /&amp;gt;&lt;br /&gt;        &amp;lt;/BorderSettings&amp;gt;&lt;br /&gt;    &amp;lt;/Over&amp;gt;&lt;br /&gt;    &amp;lt;Normal BorderColor="White" BorderStyle="Solid" &lt;strong&gt;&lt;em&gt;BorderWidth="0px"&lt;/em&gt;&lt;/strong&gt; Height="17px" Overflow="Hidden"&lt;br /&gt;        OverflowX="Hidden" OverflowY="Hidden" GradientType=Vertical&amp;gt;&lt;br /&gt;    &amp;lt;/Normal&amp;gt;&lt;br /&gt;    &amp;lt;Active BaseStyle="Normal" GradientType=Vertical&amp;gt;&lt;br /&gt;        &amp;lt;BorderSettings&amp;gt;&lt;br /&gt;            &amp;lt;Left Color="Gray" /&amp;gt;&lt;br /&gt;            &amp;lt;Top Color="Gray" /&amp;gt;&lt;br /&gt;        &amp;lt;/BorderSettings&amp;gt;&lt;br /&gt;    &amp;lt;/Active&amp;gt;&lt;br /&gt;&amp;lt;/CaptionButtonStyle&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Mozilla Firefox Rendering Issues</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Mozilla-Firefox-Rendering-Issues/</link><pubDate>Wed, 14 Jul 2010 07:28:41 GMT</pubDate><dc:creator>Motser</dc:creator><category>Firefox Rendering Issue</category><description>&lt;p&gt;Hi Glenn,&lt;/p&gt;&lt;p&gt;I have attached a simple website to demonstrate the issue as requested. The website contains a webdesktop which launches a WebDesktop Window using an iFrame that contains a page which has a web tab on it. As you will see in firefox the iframe does not use up the full space of the window, so there is a gap down the bottom of the window with nothing on it. This project uses doc type html. Because I am using a Webtab in this demonstration and not WebGrid, this would suggest the issue is with the WebDesktop.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Dermot&lt;/p&gt;</description></item><item><title>Mozilla Firefox Rendering Issues</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Mozilla-Firefox-Rendering-Issues/</link><pubDate>Wed, 14 Jul 2010 05:46:50 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>Firefox Rendering Issue</category><description>&lt;p&gt;Do you mins sharing the setting you are using for the WebDesktop and WebGrid in order for us to replicate the issue in our environment? We will also be very grateful if you could provide us with a simple page that could replicate the issue.&lt;/p&gt;&lt;p&gt;Is the page using XHTML doctype or HTML doctype? If you are using XHTML doctype, if possible please try using HTML doctype and check if the issue has been resolved.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Mozilla Firefox Rendering Issues</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Mozilla-Firefox-Rendering-Issues/</link><pubDate>Tue, 13 Jul 2010 12:50:21 GMT</pubDate><dc:creator>Motser</dc:creator><category>Firefox Rendering Issue</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I was wondering is there any specific settings that I must use for rendering the WebDesktop/WebGrid in firefox/Chrome. I host a page containing a webgrid in WebDesktop window which renders perfectly in IE8, nearly perfectly in Chrome but I have major issues in Firefox. I have attached 3 screen shots with the different issues on them. I have also attached another 2 screen shots of how they should look. (Internet Explorer)&lt;/p&gt;
&lt;p&gt;Issues&lt;/p&gt;
&lt;p&gt;FirefoxIssues1.jpg - The page contained in the iframes does not take up 100% of the window. The columns overlap.&lt;/p&gt;
&lt;p&gt;FirefoxIssues2.jpg - A WebDesktop is contained with a web site. The different pages are loaded into a webdesktopwindow within the webdesktop but they do not render to the correct size. The WebDesktopWindow should take 100%  of the Webdesktop. I know webdesktop is the correct size because the  invoices tab shows at the bottom of the webdesktop.&lt;/p&gt;
&lt;p&gt;ChromeIssues1.jpg -  The titles take up two rows. Task bar show down the bottom (same as firefox) but this is set to not show. &lt;/p&gt;
&lt;p&gt;Any help with this would be greatly appreciated,&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Dermot&lt;/p&gt;</description></item></channel></rss>