<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.izwebfilemanager.com/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Bugs/Problems/Errors</title><link>http://www.izwebfilemanager.com/forums/7/ShowForum.aspx</link><description /><dc:language>en-US</dc:language><generator>CommunityServer 2.0 (Build: 60217.2664)</generator><item><title>Draging Splitter To The Left While Hitting Left Border Causes Explorer To Grow</title><link>http://www.izwebfilemanager.com/forums/thread/346.aspx</link><pubDate>Mon, 26 Jan 2009 04:28:51 GMT</pubDate><guid isPermaLink="false">4ec0c3c0-3834-4e45-8177-1cf12f3faaa2:346</guid><dc:creator>kipj1</dc:creator><slash:comments>0</slash:comments><comments>http://www.izwebfilemanager.com/forums/thread/346.aspx</comments><wfw:commentRss>http://www.izwebfilemanager.com/forums/commentrss.aspx?SectionID=7&amp;PostID=346</wfw:commentRss><description>&lt;P&gt;Here's the Fix:&lt;/P&gt;
&lt;P&gt;sb.AppendLine ("function " + ClientID + "SplitterDrag(e) {");&lt;BR&gt;sb.AppendLine ("if(e == null) var e = event;");&lt;BR&gt;if (Controller.IsRightToLeft)&lt;BR&gt;sb.AppendLine("var __delta = __clientX - e.clientX;");&lt;BR&gt;else&lt;BR&gt;sb.AppendLine("var __delta = e.clientX - __clientX;");&lt;BR&gt;&lt;FONT&gt;&lt;STRONG&gt;&lt;FONT&gt;sb.AppendLine("if((__folderTreeWidth + __delta) &amp;gt; 0) {");&lt;/FONT&gt;&lt;BR&gt;&lt;/STRONG&gt;&lt;/FONT&gt;sb.AppendLine("WebForm_SetElementWidth(__fileView, __fileViewWidth - __delta);");&lt;BR&gt;sb.AppendLine("WebForm_SetElementWidth(__folderTree, __folderTreeWidth + __delta);");&lt;BR&gt;&lt;FONT&gt;&lt;STRONG&gt;sb.AppendLine("}");&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR&gt;sb.AppendLine("return false;");&lt;BR&gt;sb.AppendLine ("}");&lt;/P&gt;
&lt;P&gt;Cheer's&lt;BR&gt;&lt;/P&gt;</description></item></channel></rss>