From d658e4d94e4bea9c56cb4605f5803323f7020807 Mon Sep 17 00:00:00 2001 From: Andrew Sutherland Date: Thu, 3 Sep 2009 14:09:31 -0700 Subject: [PATCH] hover brush when hovering over messages. dubious utility. --HG-- branch : gloda-facet --- mail/base/content/glodaFacetBindings.xml | 12 ++++++++++++ mail/base/content/glodaFacetView.js | 7 ++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/mail/base/content/glodaFacetBindings.xml b/mail/base/content/glodaFacetBindings.xml index 4ff2496cfd..9e45828981 100644 --- a/mail/base/content/glodaFacetBindings.xml +++ b/mail/base/content/glodaFacetBindings.xml @@ -1288,6 +1288,18 @@ ]]> + + + + diff --git a/mail/base/content/glodaFacetView.js b/mail/base/content/glodaFacetView.js index 7a5cda0132..51010da1b4 100644 --- a/mail/base/content/glodaFacetView.js +++ b/mail/base/content/glodaFacetView.js @@ -363,7 +363,7 @@ var FacetContext = { get activeSet() { return this._activeSet; }, - + get fullSet() { if (this._sortBy == '-dascore') return this._relevantSortedItems; @@ -506,6 +506,11 @@ var FacetContext = { } }, + /** For use in hovering specific results. */ + fakeResultFaceter: {}, + /** For use in hovering specific results. */ + fakeResultAttr: {}, + _HOVER_STABILITY_DURATION_MS: 100, _brushedFacet: null, _brushedGroup: null,