Closed (cannot reproduce)
Project:
AJAX Comments
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Aug 2009 at 07:10 UTC
Updated:
20 Oct 2010 at 20:13 UTC
Is there any way to do it correctly? I try this code:
function ctrlEnter(event, form) {
if((event.ctrlKey) && ((event.keyCode == 0xA)||(event.keyCode == 0xD))) {
$('#ajax-comments-submit').click()
}
}
But it doesn't control "press-n-hold" (sends too many requests) and Firefox lost focus on sending.
Comments
Comment #1
rjbrown99 commentedThis issue is more than a year old, so please try with the latest -dev and re-open if this is still an issue.