From bb0a7e11ee5b1ac2808d3db94a2db424bd5fc3d7 Mon Sep 17 00:00:00 2001 From: "vladimir%pobox.com" Date: Wed, 27 Jul 2005 14:20:02 +0000 Subject: [PATCH] b=278599, focus doesn't switch to content area after clicking on bookmark from sidebar, r+a=mconnor --- browser/components/bookmarks/content/bookmarksTree.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/browser/components/bookmarks/content/bookmarksTree.xml b/browser/components/bookmarks/content/bookmarksTree.xml index a93985d5eef..bd8e63c8277 100644 --- a/browser/components/bookmarks/content/bookmarksTree.xml +++ b/browser/components/bookmarks/content/bookmarksTree.xml @@ -572,10 +572,6 @@ } var browserTarget = whereToOpenLink(aEvent); BookmarksCommand.openBookmark(selection, browserTarget, this.db); - // give focus back to this; openBookmark/openLocation steals it and gives it - // to the browser content. This is to make things like cut/copy/etc. behave sanely - // in the bookmarks sidebar. - this.focus(); ]]>