On Fri, 17 Feb 2006 13:23:03 -0700, Jacob Brunson webguy@byu.edu wrote:
Here is what I've found out. When I comment out line 268(head): //if (e.stopPropagation) e.stopPropagation();
..
Also as I mentioned in a previous email, I changed the "return false" to "return true" at the end of the keycode if/if-else/else (line 296, head) which allows the browser shortcut keys to work in safari.
I tested these two changed in Win32 IE and FF 1.5 and it still works on both of those, so I submitted them to CVS. Should be fixed in current CVS (which takes a while for sourceforge to update). Thanks for doing the work on this Jacob!