Comment #1 on issue 2779 by [email protected]: Autocomplete enter key is not
works in reviewers selection.
http://code.google.com/p/reviewboard/issues/detail?id=2779
ui.autocomplete.js:127 does not work?
// matches also semicolon
case options.multiple && $.trim(options.multipleSeparator)
== "," && KEY.COMMA:
case KEY.TAB:
case KEY.ENTER:
if( selectCurrent() ) {
// stop default to prevent a form submit, Opera
needs special handling
event.preventDefault();
blockSubmit = true;
return false;
}
break;
--
You received this message because you are subscribed to the Google Groups
"reviewboard-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/reviewboard-issues?hl=en.