<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Undefined Object Line 79 Mailbox.php IE7</title> 
  <pubDate>Fri, 10 Apr 2026 14:37:18 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/8248</link> 
  <atom:link rel="self" type="application/rss+xml" title="Undefined Object Line 79 Mailbox.php IE7" href="https://bugs.horde.org/ticket/8248/rss" /> 
  <description>Undefined Object Line 79 Mailbox.php IE7</description> 
 
   
   
  <item> 
   <title>IE 7 Bug. Occurs near setKeyBindings inside of javascript.in</title> 
   <description>IE 7 Bug. Occurs near setKeyBindings inside of javascript.inc and the corresponding function inside of keybindings.js.



I noticed inside of keybindings.js that you&#039;re using an array to hash keycodes.



In IE 7 (and possibly other browsers) if you want to do hashing it&#039;s better to use an object because:



var a = [];

a[0] = &#039;foo&#039;;

a[100] = &#039;bar&#039;;



Will result in the array being populated with nulls from 0-&gt;100.



Of course, maybe you&#039;re modifying the array prototype or something like that and are working around this.



I tested the following change:



var _keyMap = new Array();



to



var _keyMap = {};



With improved results.</description> 
   <pubDate>Wed, 06 May 2009 19:43:13 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8248#t54029</link> 
  </item> 
   
  <item> 
   <title>Use a newer version, your IMP version is badly outdated.</title> 
   <description>Use a newer version, your IMP version is badly outdated.</description> 
   <pubDate>Tue, 12 May 2009 14:13:10 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8248#t54086</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
