﻿<?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 - WebCombo layout issue</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-layout-issue/</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>WebCombo layout issue</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-layout-issue/</link><pubDate>Tue, 12 Jan 2010 05:07:25 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>WebCombo</category><category>Style</category><category>Width</category><category>css</category><category>class</category><category>layout</category><category>DoResize</category><description>&lt;p&gt;The issue will be solved if you are using HTML doctype.&lt;/p&gt;&lt;p&gt;However, if you wish to use XHTML doctype, You will need to use this workaround, removing the float left property from the WebCombo frame element during initialize client side event, for WebCombo2 in your attached sample. &lt;/p&gt;&lt;pre&gt;function WebCombo2_OnInitialize(controlId)
{
	var WebCombo2 = ISGetObject(controlId);
	WebCombo2.GetFrameElement().parentElement.style.styleFloat = "";
	    
	return true;
}&lt;/pre&gt;
&lt;p&gt;The issue you mention regarding the WebCombo shrinks on mouse over could not be replicated using the latest WebCombo 4 and WebUI Framework 3, build 218 and 750&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Regarding issue #2, you will need to invoke the DoResize() method if you wish to use the XHTML doctype.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebCombo layout issue</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-layout-issue/</link><pubDate>Mon, 11 Jan 2010 09:16:31 GMT</pubDate><dc:creator>lybax</dc:creator><category>WebCombo</category><category>Style</category><category>Width</category><category>css</category><category>class</category><category>layout</category><category>DoResize</category><description>&lt;p&gt;2 questions (use attached txt file = aspx for demo):&lt;/p&gt;
&lt;p&gt;1. As there is no CssClass property on WebCombos, I need to set the Width="100%" on WebCombos in order to be able to define the width in the stylesheet.&lt;/p&gt;
&lt;p&gt;e.g. &lt;span style="font-size: 13px; color: #0080ff"&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&amp;lt;&lt;span style="font-size: 13px; color: #ff0000"&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;div&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #c0c0c0"&gt;&lt;span style="font-size: 13px; color: #c0c0c0"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;style&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;="&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;width&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #c0c0c0"&gt;&lt;span style="font-size: 13px; color: #c0c0c0"&gt;:&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;400px&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;"&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;is&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;:&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;WebCombo&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #c0c0c0"&gt;&lt;span style="font-size: 13px; color: #c0c0c0"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;ID&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;="WebCombo2"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #c0c0c0"&gt;&lt;span style="font-size: 13px; color: #c0c0c0"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;runat&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;="server"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #c0c0c0"&gt;&lt;span style="font-size: 13px; color: #c0c0c0"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;UseDefaultStyle&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;="True"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #c0c0c0"&gt;&lt;span style="font-size: 13px; color: #c0c0c0"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;Width&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;="100%"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #c0c0c0"&gt;&lt;span style="font-size: 13px; color: #c0c0c0"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;div&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&amp;gt; 

&lt;/span&gt;&lt;/span&gt;When I do so, the WebCombo's width shrinks on mouse over!!!&amp;nbsp; 

&lt;p&gt;Do you have any other solution to avoid this using style?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;2. I had the same kind of layout issue as &lt;a href="http://www.intersoftpt.com/Community/WebCombo/Webcombo-inside-Webtab/"&gt;http://www.intersoftpt.com/Community/WebCombo/Webcombo-inside-Webtab/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;using a javascript collapsible panel (style.display = 'block' / 'none') containing WebCombos, resulting in unsuable WebCombos...&lt;/p&gt;
&lt;p&gt;However, the "solution" provided looks more like a work-around than a real fix and this kind of issue is definitely a bug for me as I still need to use javascript DoResize method to fix it.&lt;/p&gt;
&lt;p&gt;Do you have any other solution allowing me to use my collapsible panel without calling DoResize() on each WebCombo?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</description></item></channel></rss>