[Tickets #7866] Re: Update accesskeys in DIMP
bugs at horde.org
bugs at horde.org
Tue Jan 20 07:01:22 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7866
------------------------------------------------------------------------------
Ticket | 7866
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | Update accesskeys in DIMP
Queue | DIMP
Version | HEAD
Type | Bug
-State | Assigned
+State | Feedback
Priority | 2. Medium
Milestone |
Patch |
Owners | Michael Slusarz, Horde Developers, Chuck Hagenbuch
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2009-01-20 02:01) wrote:
> Michael, if you've already got something in mind for this, or another
> approach makes more sense to you, please let me know.
Actually yes - the correct way to do this is via triggering a DOM
event -- this is a DOM level 2 action, so that means that most
browsers should support it. (Of course) It seems that IE handles
things a bit differently, see:
http://www.howtocreate.co.uk/tutorials/javascript/domevents
so I think we need to use createEventObject() instead for IE (this is
what prototypejs does, for instance).
More information about the bugs
mailing list