mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Compose focus fixes (#547)
This commit is contained in:
parent
30b7ce263f
commit
4a90e2406c
6 changed files with 41 additions and 13 deletions
9
dev/External/ko.js
vendored
9
dev/External/ko.js
vendored
|
|
@ -131,7 +131,7 @@
|
|||
if (Globals && Globals.aBootstrapDropdowns)
|
||||
{
|
||||
Globals.aBootstrapDropdowns.push($(oElement));
|
||||
|
||||
|
||||
$(oElement).click(function () {
|
||||
require('Common/Utils').detectDropdownVisibility();
|
||||
});
|
||||
|
|
@ -688,6 +688,13 @@
|
|||
'focusCallback': fFocusCallback,
|
||||
'inputDelimiters': [',', ';'],
|
||||
'autoCompleteSource': fAutoCompleteSource,
|
||||
// 'elementHook': function (oEl, oItem) {
|
||||
// if (oEl && oItem)
|
||||
// {
|
||||
// oEl.addClass('pgp');
|
||||
// window.console.log(arguments);
|
||||
// }
|
||||
// },
|
||||
'parseHook': function (aInput) {
|
||||
return _.map(aInput, function (sInputValue) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue