Author Topic: plugin for keyboard_shortcuts not working  (Read 5296 times)

Offline cityhunter

  • Jr. Member
  • **
  • Posts: 15
plugin for keyboard_shortcuts not working
« on: February 23, 2010, 08:12:55 PM »
plugin for keyboard_shortcuts test in trunk-3279, and Mail4us.net demo account not working

Offline cityhunter

  • Jr. Member
  • **
  • Posts: 15
plugin for keyboard_shortcuts not working
« Reply #1 on: February 24, 2010, 10:35:30 PM »
after jquery 1.4 update Changeset 3226 ? Roundcube Webmail

Offline cityhunter

  • Jr. Member
  • **
  • Posts: 15
plugin for keyboard_shortcuts not working
« Reply #2 on: February 24, 2010, 10:54:41 PM »
rosali (15 posts)  Feb 23, 2010; 06:35pm Re: Welcome to MyRoundcube
 
 
   
 
Roundcube has been updated to use jQuery 1.4.2.

Please modify keyboard_shortcuts.js:

$("body").keypress(function (e) {

... instead of ...

$().keypress(function (e) {
 


Nabble - MyRoundcube Plugins - MyRoundcube Plugins Bundle

thx~rosali