From c08f507dbf55cde0dd9e829c72d1b33299831804 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 21 Dec 2015 11:40:01 -0500 Subject: [PATCH] Fix multi-selection of cards in Firefox --- .../ContactsUI/UIxContactFoldersView.wox | 38 +++++++++---------- .../js/Contacts/AddressBook.service.js | 11 ++++++ UI/WebServerResources/scss/views/_view.scss | 1 + 3 files changed, 30 insertions(+), 20 deletions(-) diff --git a/UI/Templates/ContactsUI/UIxContactFoldersView.wox b/UI/Templates/ContactsUI/UIxContactFoldersView.wox index e02506793..d4fd52bdf 100644 --- a/UI/Templates/ContactsUI/UIxContactFoldersView.wox +++ b/UI/Templates/ContactsUI/UIxContactFoldersView.wox @@ -376,39 +376,37 @@ -
- + +
+ ng-if="currentCard.selected">
+ ng-show="addressbook.notSelectedComponent(currentCard, 'vlist')">
-
-
-
-
-
-
{{currentCard.$preferredEmail(addressbook.selectedFolder.constructor.$query)}}
-
+
+
+
+
- -
+
+
{{currentCard.$preferredEmail(addressbook.selectedFolder.constructor.$query)}}
+
+
+