Open
Bug 535371
Opened 15 years ago
Updated 13 years ago
kill/fix threadPaneContext remnants
Categories
(SeaMonkey :: MailNews: General, defect)
SeaMonkey
MailNews: General
Tracking
(Not tracked)
NEW
People
(Reporter: mnyromyr, Unassigned)
References
Details
Bug 469498 killed threadPaneContext, but we still have two consumers left, MXR says:
/suite/mailnews/search/SearchDialog.xul (View Hg log or Hg annotations)
* line 149 -- <tree id="threadTree" flex="1" context="threadPaneContext"/>
/suite/mailnews/search/ABSearchDialog.xul (View Hg log or Hg annotations)
* line 116 -- <tree id="abResultsTree" flex="1" context="threadPaneContext"/>
It may be possible to make mailContext work with SearchDialog.xul, but I very much doubt that for ABSearchDialog.xul.
From memory, neither of them made use of threadPaneContext before my changes anyway. Try going to an old version and neither of them have context menus.
Comment 3•13 years ago
|
||
ABSearchDialog.xul was overlaid by mailWindowOverlay.xul between 1.1 and 1.15:
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/mailnews/base/search/resources/content/ABSearchDialog.xul&rev=1.15#42
This overlay was removed in Bug 263951.
You need to log in
before you can comment on or make changes to this bug.
Description
•