<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Fix SELECT with ActiveX control For Internet Explorer</title>
	<link>http://blog.hedgerwow.com/2007/07/25/fix-with-activex-control-for-internet-explorer/</link>
	<description>Keep It Simple, Stupid</description>
	<pubDate>Thu, 04 Dec 2008 17:13:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>by: andreea</title>
		<link>http://blog.hedgerwow.com/2007/07/25/fix-with-activex-control-for-internet-explorer/#comment-256</link>
		<pubDate>Tue, 14 Oct 2008 13:16:22 +0000</pubDate>
		<guid>http://blog.hedgerwow.com/2007/07/25/fix-with-activex-control-for-internet-explorer/#comment-256</guid>
					<description>I have tryied to fix the IE problem using script dropdown_menu_hack.js , but for IE7 this doesn't work . It only works on IE6. I have also tryied replacing 
o.value = obj.value;
to
o.value = el.contentOptions[obj.selectedIndex].value;
...no results</description>
		<content:encoded><![CDATA[<p>I have tryied to fix the IE problem using script dropdown_menu_hack.js , but for IE7 this doesn&#8217;t work . It only works on IE6. I have also tryied replacing<br />
o.value = obj.value;<br />
to<br />
o.value = el.contentOptions[obj.selectedIndex].value;<br />
&#8230;no results
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Darius Bisikirksas</title>
		<link>http://blog.hedgerwow.com/2007/07/25/fix-with-activex-control-for-internet-explorer/#comment-232</link>
		<pubDate>Thu, 17 Jul 2008 07:53:13 +0000</pubDate>
		<guid>http://blog.hedgerwow.com/2007/07/25/fix-with-activex-control-for-internet-explorer/#comment-232</guid>
					<description>Hi Hedger,
I've used your script 'Select Box I.E. Width Problem' and found that it assigns incorrect option values. All options get value=1 . To fix that, on 188 line i've replaced:
o.value = obj.value;
to
o.value = el.contentOptions[obj.selectedIndex].value;
Now everything works perfect.</description>
		<content:encoded><![CDATA[<p>Hi Hedger,<br />
I&#8217;ve used your script &#8216;Select Box I.E. Width Problem&#8217; and found that it assigns incorrect option values. All options get value=1 . To fix that, on 188 line i&#8217;ve replaced:<br />
o.value = obj.value;<br />
to<br />
o.value = el.contentOptions[obj.selectedIndex].value;<br />
Now everything works perfect.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Sarabjit</title>
		<link>http://blog.hedgerwow.com/2007/07/25/fix-with-activex-control-for-internet-explorer/#comment-228</link>
		<pubDate>Wed, 09 Jul 2008 13:31:08 +0000</pubDate>
		<guid>http://blog.hedgerwow.com/2007/07/25/fix-with-activex-control-for-internet-explorer/#comment-228</guid>
					<description>hey,

I went through the solution for the 'cutting of text in select box options' for IE 6 and below at
http://www.hedgerwow.com/360/dhtml/ui_select_with_fixed_width/bk/demo.php

When i tested your link on IE 6.0, it didn't seem to work.
Am i missing something here. It would be really cool solution if it works.

Thanks.</description>
		<content:encoded><![CDATA[<p>hey,</p>
<p>I went through the solution for the &#8216;cutting of text in select box options&#8217; for IE 6 and below at<br />
<a href="http://www.hedgerwow.com/360/dhtml/ui_select_with_fixed_width/bk/demo.php" rel="nofollow">http://www.hedgerwow.com/360/dhtml/ui_select_with_fixed_width/bk/demo.php</a></p>
<p>When i tested your link on IE 6.0, it didn&#8217;t seem to work.<br />
Am i missing something here. It would be really cool solution if it works.</p>
<p>Thanks.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Tony Gayter</title>
		<link>http://blog.hedgerwow.com/2007/07/25/fix-with-activex-control-for-internet-explorer/#comment-183</link>
		<pubDate>Tue, 19 Feb 2008 15:03:52 +0000</pubDate>
		<guid>http://blog.hedgerwow.com/2007/07/25/fix-with-activex-control-for-internet-explorer/#comment-183</guid>
					<description>I am also having issues with http://www.hedgerwow.com/360/dhtml/ui_select_with_fixed_width/demo.php

It doesnt seem to allow the use of the onchange method? I really need this script as its the only one I found which does what I want BUT it doesnt work in IE correctly? Is there any ideas to sort sthis out?</description>
		<content:encoded><![CDATA[<p>I am also having issues with <a href="http://www.hedgerwow.com/360/dhtml/ui_select_with_fixed_width/demo.php" rel="nofollow">http://www.hedgerwow.com/360/dhtml/ui_select_with_fixed_width/demo.php</a></p>
<p>It doesnt seem to allow the use of the onchange method? I really need this script as its the only one I found which does what I want BUT it doesnt work in IE correctly? Is there any ideas to sort sthis out?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Amuse</title>
		<link>http://blog.hedgerwow.com/2007/07/25/fix-with-activex-control-for-internet-explorer/#comment-177</link>
		<pubDate>Wed, 16 Jan 2008 21:54:16 +0000</pubDate>
		<guid>http://blog.hedgerwow.com/2007/07/25/fix-with-activex-control-for-internet-explorer/#comment-177</guid>
					<description>Do you have any solutions that don't require Active X or Javascript?</description>
		<content:encoded><![CDATA[<p>Do you have any solutions that don&#8217;t require Active X or Javascript?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Patel</title>
		<link>http://blog.hedgerwow.com/2007/07/25/fix-with-activex-control-for-internet-explorer/#comment-164</link>
		<pubDate>Thu, 13 Dec 2007 21:41:43 +0000</pubDate>
		<guid>http://blog.hedgerwow.com/2007/07/25/fix-with-activex-control-for-internet-explorer/#comment-164</guid>
					<description>Hi,

I am also using the script: http://www.hedgerwow.com/360/dhtml/ui_select_with_fixed_width/demo.php
It works fine for Firefox, however for IE 6, it is loosing the selected value and passes '1' when I select  by clicking the mouse on the drop down. If I do not use the drop down and just tab onto the field and use mousewheel or up/down keys, it is just working fine. 

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am also using the script: <a href="http://www.hedgerwow.com/360/dhtml/ui_select_with_fixed_width/demo.php" rel="nofollow">http://www.hedgerwow.com/360/dhtml/ui_select_with_fixed_width/demo.php</a><br />
It works fine for Firefox, however for IE 6, it is loosing the selected value and passes &#8216;1&#8242; when I select  by clicking the mouse on the drop down. If I do not use the drop down and just tab onto the field and use mousewheel or up/down keys, it is just working fine. </p>
<p>Thanks.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Haluk Orhan</title>
		<link>http://blog.hedgerwow.com/2007/07/25/fix-with-activex-control-for-internet-explorer/#comment-112</link>
		<pubDate>Tue, 21 Aug 2007 09:16:05 +0000</pubDate>
		<guid>http://blog.hedgerwow.com/2007/07/25/fix-with-activex-control-for-internet-explorer/#comment-112</guid>
					<description>Hi,

Thanks a lot for the script: Fix Drop down  with fixed width cutt-off bugs on IE

I need your help. I am trying to use your script at: http://www.hedgerwow.com/360/dhtml/ui_select_with_fixed_width/demo.php

I implemented your code sucesfuly but, there are some alignment and z-index problems when I use three select items in three columns in one row in a table.

Please contact us.

Regards...</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks a lot for the script: Fix Drop down  with fixed width cutt-off bugs on IE</p>
<p>I need your help. I am trying to use your script at: <a href="http://www.hedgerwow.com/360/dhtml/ui_select_with_fixed_width/demo.php" rel="nofollow">http://www.hedgerwow.com/360/dhtml/ui_select_with_fixed_width/demo.php</a></p>
<p>I implemented your code sucesfuly but, there are some alignment and z-index problems when I use three select items in three columns in one row in a table.</p>
<p>Please contact us.</p>
<p>Regards&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jon</title>
		<link>http://blog.hedgerwow.com/2007/07/25/fix-with-activex-control-for-internet-explorer/#comment-108</link>
		<pubDate>Fri, 03 Aug 2007 19:58:23 +0000</pubDate>
		<guid>http://blog.hedgerwow.com/2007/07/25/fix-with-activex-control-for-internet-explorer/#comment-108</guid>
					<description>This is perfect - thanks so much for posting this!!!!!</description>
		<content:encoded><![CDATA[<p>This is perfect - thanks so much for posting this!!!!!
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
