<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 输入法下keyup失效的解决方案</title>
	<atom:link href="http://chen.xianan.name/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/feed/" rel="self" type="application/rss+xml" />
	<link>http://chen.xianan.name/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/</link>
	<description>web 标准，前端开发，编程感悟，生活杂想</description>
	<lastBuildDate>Fri, 12 Mar 2010 08:20:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 網站製作學習誌 &#187; [Web] 連結分享</title>
		<link>http://chen.xianan.name/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/comment-page-1/#comment-158859</link>
		<dc:creator>網站製作學習誌 &#187; [Web] 連結分享</dc:creator>
		<pubDate>Wed, 25 Nov 2009 02:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/#comment-158859</guid>
		<description>[...] 输入法下keyup失效的解决方案 [...]</description>
		<content:encoded><![CDATA[<p>[...] 输入法下keyup失效的解决方案 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQuery捕捉中文输入法事件 (firefox下keyup无效) &#124; park effect</title>
		<link>http://chen.xianan.name/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/comment-page-1/#comment-154464</link>
		<dc:creator>jQuery捕捉中文输入法事件 (firefox下keyup无效) &#124; park effect</dc:creator>
		<pubDate>Thu, 06 Aug 2009 10:13:07 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/#comment-154464</guid>
		<description>[...] http://realazy.org/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://realazy.org/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/" rel="nofollow">http://realazy.org/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jlake</title>
		<link>http://chen.xianan.name/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/comment-page-1/#comment-149619</link>
		<dc:creator>jlake</dc:creator>
		<pubDate>Thu, 21 May 2009 04:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/#comment-149619</guid>
		<description>更正：
var logFunc = function(){console.log($(this).val())};
$(&#039;:text&#039;).keyup(logFunc).bind(&#039;text&#039;, logFunc);</description>
		<content:encoded><![CDATA[<p>更正：<br />
var logFunc = function(){console.log($(this).val())};<br />
$(&#8216;:text&#8217;).keyup(logFunc).bind(&#8216;text&#8217;, logFunc);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jlake</title>
		<link>http://chen.xianan.name/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/comment-page-1/#comment-149549</link>
		<dc:creator>jlake</dc:creator>
		<pubDate>Wed, 20 May 2009 05:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/#comment-149549</guid>
		<description>用 jQuery 可解决：
$(&#039;:text&#039;).bind(&#039;text&#039;, function () {console.log($(this).val()});</description>
		<content:encoded><![CDATA[<p>用 jQuery 可解决：<br />
$(&#8216;:text&#8217;).bind(&#8216;text&#8217;, function () {console.log($(this).val()});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 当键盘事件遇上输入法 - 浅析谷歌的一个Bug - 岁月如歌</title>
		<link>http://chen.xianan.name/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/comment-page-1/#comment-88430</link>
		<dc:creator>当键盘事件遇上输入法 - 浅析谷歌的一个Bug - 岁月如歌</dc:creator>
		<pubDate>Tue, 26 Aug 2008 12:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/#comment-88430</guid>
		<description>[...] Realazy的探索：http://realazy.org/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Realazy的探索：http://realazy.org/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yzx99</title>
		<link>http://chen.xianan.name/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/comment-page-1/#comment-80957</link>
		<dc:creator>yzx99</dc:creator>
		<pubDate>Sat, 02 Aug 2008 08:55:08 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/#comment-80957</guid>
		<description>谢谢!</description>
		<content:encoded><![CDATA[<p>谢谢!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 李福拉</title>
		<link>http://chen.xianan.name/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/comment-page-1/#comment-72462</link>
		<dc:creator>李福拉</dc:creator>
		<pubDate>Fri, 04 Jul 2008 16:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/#comment-72462</guid>
		<description>onpropertychange别乱用啊...对象任何一个属性值变更了都会触发..包括样式....</description>
		<content:encoded><![CDATA[<p>onpropertychange别乱用啊&#8230;对象任何一个属性值变更了都会触发..包括样式&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: s79</title>
		<link>http://chen.xianan.name/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/comment-page-1/#comment-62722</link>
		<dc:creator>s79</dc:creator>
		<pubDate>Sat, 03 May 2008 18:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/#comment-62722</guid>
		<description>“每10秒执行一次回调函数。”
应该是每10毫秒，10秒太长了。</description>
		<content:encoded><![CDATA[<p>“每10秒执行一次回调函数。”<br />
应该是每10毫秒，10秒太长了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lone</title>
		<link>http://chen.xianan.name/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/comment-page-1/#comment-56706</link>
		<dc:creator>lone</dc:creator>
		<pubDate>Sat, 12 Apr 2008 07:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/#comment-56706</guid>
		<description>能up就up,赫赫</description>
		<content:encoded><![CDATA[<p>能up就up,赫赫</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leon</title>
		<link>http://chen.xianan.name/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/comment-page-1/#comment-42252</link>
		<dc:creator>Leon</dc:creator>
		<pubDate>Tue, 15 Jan 2008 14:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/#comment-42252</guid>
		<description>快被这个问题弄晕了。最后非ie下设了一个计时器检测value，ie下用onkeyup解决的</description>
		<content:encoded><![CDATA[<p>快被这个问题弄晕了。最后非ie下设了一个计时器检测value，ie下用onkeyup解决的</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sea</title>
		<link>http://chen.xianan.name/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/comment-page-1/#comment-36387</link>
		<dc:creator>sea</dc:creator>
		<pubDate>Wed, 14 Nov 2007 13:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/#comment-36387</guid>
		<description>FF2.0下使用测试：
keyDown:(17) :
keyUp: (32) :
keyUp:(17) : keyDown:å(229) :
keyPress:å(229) :
keyUp: (32) : 你keyDown:å(229) : 你
keyPress:å(229) : 你
keyUp: (32) : 你好

IE6.0-SP2下测试：
keyDown:(17) : 
keyUp: (32) : 
keyUp:(17) : 
--------------------------------------------------------------------------------
keyDown:å(229) : 
keyUp:W(87) : 
--------------------------------------------------------------------------------
keyDown:å(229) : 
keyUp:Q(81) : 
--------------------------------------------------------------------------------
keyDown:å(229) : 
keyUp: (32) : 你 
--------------------------------------------------------------------------------
keyDown:å(229) : 你
keyUp:V(86) : 你 
--------------------------------------------------------------------------------
keyDown:å(229) : 你
keyUp:B(66) : 你 
--------------------------------------------------------------------------------
keyDown:å(229) : 你
keyUp: (32) : 你好
--------------------------------------------------------------------------------
onChange:你好</description>
		<content:encoded><![CDATA[<p>FF2.0下使用测试：<br />
keyDown:(17) :<br />
keyUp: (32) :<br />
keyUp:(17) : keyDown:å(229) :<br />
keyPress:å(229) :<br />
keyUp: (32) : 你keyDown:å(229) : 你<br />
keyPress:å(229) : 你<br />
keyUp: (32) : 你好</p>
<p>IE6.0-SP2下测试：<br />
keyDown:(17) :<br />
keyUp: (32) :<br />
keyUp:(17) :<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
keyDown:å(229) :<br />
keyUp:W(87) :<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
keyDown:å(229) :<br />
keyUp:Q(81) :<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
keyDown:å(229) :<br />
keyUp: (32) : 你<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
keyDown:å(229) : 你<br />
keyUp:V(86) : 你<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
keyDown:å(229) : 你<br />
keyUp:B(66) : 你<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
keyDown:å(229) : 你<br />
keyUp: (32) : 你好<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
onChange:你好</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: March</title>
		<link>http://chen.xianan.name/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/comment-page-1/#comment-36291</link>
		<dc:creator>March</dc:creator>
		<pubDate>Tue, 13 Nov 2007 13:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/#comment-36291</guid>
		<description>虽然和输入法没多少关系，但是对键盘事件的讲解很详细：
http://unixpapa.com/js/key.html</description>
		<content:encoded><![CDATA[<p>虽然和输入法没多少关系，但是对键盘事件的讲解很详细：<br />
<a href="http://unixpapa.com/js/key.html" rel="nofollow">http://unixpapa.com/js/key.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jjgod</title>
		<link>http://chen.xianan.name/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/comment-page-1/#comment-35775</link>
		<dc:creator>jjgod</dc:creator>
		<pubDate>Wed, 07 Nov 2007 16:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/#comment-35775</guid>
		<description>Safari works fine.</description>
		<content:encoded><![CDATA[<p>Safari works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 哉崽</title>
		<link>http://chen.xianan.name/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/comment-page-1/#comment-35578</link>
		<dc:creator>哉崽</dc:creator>
		<pubDate>Mon, 05 Nov 2007 05:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/#comment-35578</guid>
		<description>最近也写了一个自动完成的JS，因为是针对英文查询绑定动作的，所以没碰到过输入法问题，看来等以后扩展中文输入的时候，问题就明显起来了，呵呵

淘宝上不是也有一个类似的自动提示吗？不知道啥方法来绕过解决这个问题，有空去研究下，嘿嘿</description>
		<content:encoded><![CDATA[<p>最近也写了一个自动完成的JS，因为是针对英文查询绑定动作的，所以没碰到过输入法问题，看来等以后扩展中文输入的时候，问题就明显起来了，呵呵</p>
<p>淘宝上不是也有一个类似的自动提示吗？不知道啥方法来绕过解决这个问题，有空去研究下，嘿嘿</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: safe6</title>
		<link>http://chen.xianan.name/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/comment-page-1/#comment-35475</link>
		<dc:creator>safe6</dc:creator>
		<pubDate>Sat, 03 Nov 2007 17:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/10/31/solution-of-keyup-failing-when-ime-is-on/#comment-35475</guid>
		<description>感谢你的分享。
学习了，支持一下。</description>
		<content:encoded><![CDATA[<p>感谢你的分享。<br />
学习了，支持一下。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
