﻿<?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 - WebGrid Enterprise - WebTreeView resize problem in FireFox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebTreeView-resize-problem-in-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>WebTreeView resize problem in FireFox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebTreeView-resize-problem-in-FireFox/</link><pubDate>Tue, 18 Sep 2012 22:05:27 GMT</pubDate><dc:creator>Hans</dc:creator><description>Hello,&lt;br /&gt;&lt;br /&gt;I glad to hear that my work around can help you and thank you for this valuable feedback.&lt;br /&gt;&lt;br /&gt;I’ll forward this information to development team as well.&lt;br /&gt;&lt;br /&gt;And I’ll let you know if there are any updates for this issue.&lt;br /&gt;&lt;br /&gt;Thank you for your understanding.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Hans.</description></item><item><title>WebTreeView resize problem in FireFox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebTreeView-resize-problem-in-FireFox/</link><pubDate>Tue, 18 Sep 2012 12:43:40 GMT</pubDate><dc:creator>throstur62</dc:creator><description>&lt;p&gt;Just to add to this. Safari 5.1.7 and Google Chrome 21.0.1180.89 m have the same symptom. So I changed your script to:&lt;/p&gt;&lt;p /&gt;&lt;pre&gt;function WebTreeView1_OnInitialize(controlId) {    var WebTreeView1 = ISGetObject(controlId);
    if (!IS.ie) {
        window.setTimeout(function () { WebTreeView1.FrameObj.style.height = "100%"; }, 5000);
    }
    return true;
}&lt;/pre&gt;
&lt;p&gt;This works sometimes, but sometimes not for those browsers depeinding on wich order you resize the browser window versus the splitter. I realy can't figure out the rule here ... and maybe it is totaly random.&lt;br /&gt;But anyway the script helps for those browsers.&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>WebTreeView resize problem in FireFox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebTreeView-resize-problem-in-FireFox/</link><pubDate>Tue, 18 Sep 2012 04:39:35 GMT</pubDate><dc:creator>throstur62</dc:creator><description>&lt;p&gt;Hans, Thank you for your effort.&lt;/p&gt;&lt;p&gt;The workaround solved the problem for now. But I had to set the timeout to 5 sec instead of 1 seconds. Then it worked.&lt;br /&gt;&lt;br /&gt;But anyway, I hope the dev-team comes with some solution, so I can remove this workaround.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;  TJ&lt;/p&gt;</description></item><item><title>WebTreeView resize problem in FireFox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebTreeView-resize-problem-in-FireFox/</link><pubDate>Tue, 18 Sep 2012 00:12:28 GMT</pubDate><dc:creator>Hans</dc:creator><description>Hello,&lt;br /&gt;&lt;br /&gt;Thank you for your reply.&lt;br /&gt;&lt;br /&gt;I can replicate your issue on my end as well.&lt;br /&gt;&lt;br /&gt;I’ll submit this issue to development team.&lt;br /&gt;&lt;br /&gt;Meanwhile, to fix this Mozilla issue, perhaps you could use this work around.&lt;br /&gt;&lt;br /&gt;I add some javascript code in OnInitialize client side event of WebTreeView:&lt;pre&gt;function WebTreeView1_OnInitialize(controlId) {    var WebTreeView1 = ISGetObject(controlId);
    if (IS.moz) {
        window.setTimeout(function () { WebTreeView1.FrameObj.style.height = "100%"; }, 1000);
    }
    return true;
}&lt;/pre&gt;
&lt;p&gt;Hope this helps.&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Hans.&lt;br /&gt;&lt;/p&gt;
</description></item><item><title>WebTreeView resize problem in FireFox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebTreeView-resize-problem-in-FireFox/</link><pubDate>Mon, 17 Sep 2012 04:20:13 GMT</pubDate><dc:creator>throstur62</dc:creator><description>&lt;p&gt;Hi Hans,&lt;/p&gt;&lt;p&gt;I already had your version of WebTreeview.dll, WebTreeView.Resources.dll and the *.js files you sent. Regarding upgrading, the Update manager says: "No new updates where found" so I assume I also have the newest version of the Framework. &lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I attach screenshots running your example where you can se in the lower screenshot that the treeview does not expand with the pane. To regenerate this problem, you jut resize the browser window verticaly and then you se that the lower border of the treeview is not moving with the parent Pane.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;If this does not happen your site, what in the world could be causing it on my dev. computer. &lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;NB! I'm running this with IIS7 web server, not a local dev. web server, if thtat matters. &lt;br /&gt;The computer I'm running this on (both browser and server) is Windows 7.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Regards&lt;br /&gt;  TJ&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebTreeView resize problem in FireFox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebTreeView-resize-problem-in-FireFox/</link><pubDate>Mon, 17 Sep 2012 01:05:00 GMT</pubDate><dc:creator>Hans</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;Please forgive me for lack of understanding about the reported problem.&lt;br /&gt;&lt;br /&gt;I made a simple sample using WebPaneManager and then I add WebTreeView in WebPaneManager.&lt;br /&gt;&lt;br /&gt;Then I try to the sample in Firefox (15.0.1). However I can’t reproduce the issue on my end.&lt;br /&gt;&lt;br /&gt;Please try to apply the attached WebTreeView assembly and update the Framework assembly through “Update Manager” application.&lt;br /&gt;&lt;br /&gt;However if the issue still persist, could you please have review on my sample and let me know if there are configurations that I missed?&lt;br /&gt;Or would you mind to provide me the step by step how to reproduce your issue?&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Hans.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebTreeView resize problem in FireFox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebTreeView-resize-problem-in-FireFox/</link><pubDate>Sat, 15 Sep 2012 07:34:01 GMT</pubDate><dc:creator>throstur62</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Im using the latest release of WebTreeview from WebUI Studio 2009. (dlls from 23d Nov. 2011). I put the TreeView on a WebPane in a WebPaneManager. I set the treeview with and height properties to "100%". Both in IE and Chrome this works fine. But in Firefox (version 15.0.1) the treeview does not resize verticaly with the WebPane when the pane is resized either manualy (using the WebPaneManager Sliders) or when the browser window is resized resulting in a pane resize. Below is the code from my aspx file. Is there any solution to this?&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;        &amp;lt;ISWebDesktop:WebPaneManager ID="c_wpmPaneManager" runat="server" Height="100%" Width="100%" EnableTheming="true"&amp;gt;
            &amp;lt;RootGroupPane GroupType="VerticalTile" Name="rootGroupPane"&amp;gt;
                &amp;lt;Panes&amp;gt;
                    &amp;lt;ISWebDesktop:WebGroupPane Name="groupPaneLeft"  WidthValue="20%" Width="Custom"&amp;gt;
                        &amp;lt;Panes&amp;gt;
                            &amp;lt;ISWebDesktop:WebPane HeaderVisible="Yes" AllowCollapse="No" Name="paneTree" HeightValue="70%" Height="Custom" CaptionDisplayMode="UseTemplate" HeaderAppearance="UseSubStyle" ContentScrollable="false"&amp;gt;
                                &amp;lt;HeaderTemplate&amp;gt;
                                    &amp;lt;asp:Image ID="Image3" runat="server" ImageUrl="~/Images/Icons/Tree.ico" /&amp;gt;&amp;nbsp;System Tree
                                &amp;lt;/HeaderTemplate&amp;gt;
                                &amp;lt;ContentTemplate&amp;gt;
                                    &amp;lt;ISWebTreeView:WebTreeView ID="c_treeView" runat="server" EnableManagedTheming="false"  Width="100%" Height="100%"  EnableLoadOnDemand="true" OnInitializeChildNodes="TreeView_OnInitializeChildNodes"&amp;gt;
                                        &amp;lt;ClientSideEvents OnNodeSelect="c_treeView_OnNodeSelect" /&amp;gt;
                                        &amp;lt;FrameStyle BorderColor="White" /&amp;gt;
                                        &amp;lt;NodeSettings EnableAnimation="True" /&amp;gt;
                                    &amp;lt;/ISWebTreeView:WebTreeView&amp;gt;
                                &amp;lt;/ContentTemplate&amp;gt;
                            &amp;lt;/ISWebDesktop:WebPane&amp;gt;
&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p /&gt;</description></item></channel></rss>