Bug 132425 Fix keyboard accessibility for Advanced Address Book Search p=mark@standard8.demon.co.uk r=me sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@167197 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -68,8 +68,5 @@ function AbResultsPaneOnClick(event)
|
||||
if (event.detail == 2) {
|
||||
AbResultsPaneDoubleClick(gAbView.getCardFromRow(row));
|
||||
}
|
||||
else {
|
||||
UpdateCardView();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
<script type="application/x-javascript" src="chrome://global/content/nsDragAndDrop.js"/>
|
||||
<script type="application/x-javascript" src="chrome://messenger/content/addressbook/abDragDrop.js"/>
|
||||
|
||||
<tree id="abResultsTree" flex="1" enableColumnDrag="true" class="plain"
|
||||
<tree id="abResultsTree" flex="1" enableColumnDrag="true" class="plain focusring"
|
||||
onclick="AbResultsPaneOnClick(event);"
|
||||
onselect="this.view.selectionChanged(); document.commandDispatcher.updateCommands('addrbook-select');"
|
||||
sortCol="GeneratedName"
|
||||
|
||||
@@ -56,6 +56,7 @@ var gRDF = Components.classes["@mozilla.org/rdf/rdf-service;1"].getService(Compo
|
||||
|
||||
var gSearchAbViewListener = {
|
||||
onSelectionChanged: function() {
|
||||
UpdateCardView();
|
||||
},
|
||||
onCountChanged: function(total) {
|
||||
if (total == 0)
|
||||
|
||||
Reference in New Issue
Block a user