<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.catglobe.com/index.php?action=history&amp;feed=atom&amp;title=Talk%3AWorking_with_events</id>
	<title>Talk:Working with events - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.catglobe.com/index.php?action=history&amp;feed=atom&amp;title=Talk%3AWorking_with_events"/>
	<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Talk:Working_with_events&amp;action=history"/>
	<updated>2026-04-30T00:31:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Talk:Working_with_events&amp;diff=5443&amp;oldid=prev</id>
		<title>Catglobe: New page: Today I&#039;m fighting with FireFox for some controls and found some interesting issues, hope it will make sense for you in&lt;br&gt;some cases.  &lt;br&gt;1. the clientside event &#039;&#039;&#039;onkeypress &#039;&#039;&#039;will ne...</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Talk:Working_with_events&amp;diff=5443&amp;oldid=prev"/>
		<updated>2009-03-26T10:11:58Z</updated>

		<summary type="html">&lt;p&gt;New page: Today I&amp;#039;m fighting with FireFox for some controls and found some interesting issues, hope it will make sense for you in&amp;lt;br&amp;gt;some cases.  &amp;lt;br&amp;gt;1. the clientside event &amp;#039;&amp;#039;&amp;#039;onkeypress &amp;#039;&amp;#039;&amp;#039;will ne...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Today I&amp;#039;m fighting with FireFox for some controls and found some interesting issues, hope it will make sense for you in&amp;lt;br&amp;gt;some cases.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;1. the clientside event &amp;#039;&amp;#039;&amp;#039;onkeypress &amp;#039;&amp;#039;&amp;#039;will never be fired on IE if the pressed key is some special key such as: BACKSPACE, DELETE, HOME, END......&amp;lt;br&amp;gt;But it always be fired on FireFox whatever the pressed key is. This issue may cause some problems if you think that it will not fired on FireFox with some special key,&amp;lt;br&amp;gt;so the code inside the event handler may kill it.&lt;br /&gt;
&lt;br /&gt;
2. I found in some places of our code that you used the &amp;#039;&amp;#039;&amp;#039;charCode &amp;#039;&amp;#039;&amp;#039;property of event object to get the code of pressed key on FireFox, but it just has meaning when the&amp;lt;br&amp;gt;key is not the special key. As you already know, in FireFox we have 2 properties of event object : &amp;#039;&amp;#039;&amp;#039;keyCode &amp;amp;amp; charCode&amp;#039;&amp;#039;&amp;#039; to store the code of pressed key. Plz be&amp;lt;br&amp;gt;noticed that normally we get the code from &amp;#039;&amp;#039;&amp;#039;charCode &amp;#039;&amp;#039;&amp;#039;but if that&amp;#039;s a special key, you must use the &amp;#039;&amp;#039;&amp;#039;keyCode&amp;#039;&amp;#039;&amp;#039;.&lt;/div&gt;</summary>
		<author><name>Catglobe</name></author>
	</entry>
</feed>