redmine_keyboard_shortcuts icon indicating copy to clipboard operation
redmine_keyboard_shortcuts copied to clipboard

script error and plugin not working on redmine2.1

Open chagel opened this issue 12 years ago • 2 comments

Uncaught ReferenceError: Class is not defined cookie_jar.js:24 Uncaught TypeError: Object #<HTMLDocument> has no method 'observe' keyboard_shortcuts.js:3


Environment: Redmine version 2.1.0.stable Ruby version 1.9.3 (x86_64-linux) Rails version 3.2.8 Environment production Database adapter Mysql2 Redmine plugins: redmine_keyboard_shortcuts 0.0.1

chagel avatar Oct 10 '12 04:10 chagel

Urrr,,

could you give more information? Thanks.

archonwang avatar Oct 24 '12 07:10 archonwang

It seems this plugin uses Prototype.js. This error is caused by Rails3.2 which integrates jQuery instead of Prototype by default. I haven't figured out how to keep both scripts work well with this plugin and it may be wise to upgrade it with jQuery I guess.

chagel avatar Oct 24 '12 09:10 chagel