From 6030fc690dec2fd79746464391aa2f917f99ee96 Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Wed, 5 Dec 2012 11:46:52 +0900 Subject: [PATCH] Don't eat the click event by the "invisible popup" for the autohide. popupBoxObject.setConsumeRollupEvent(Components.interfaces.nsIPopupBoxObject.ROLLUP_NO_CONSUME) have to be called on poupshown, not on popupshowing. --- content/treestyletab/treestyletab.xul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/treestyletab/treestyletab.xul b/content/treestyletab/treestyletab.xul index 891fc244..e0bee6ce 100644 --- a/content/treestyletab/treestyletab.xul +++ b/content/treestyletab/treestyletab.xul @@ -145,7 +145,7 @@