Closed
Bug 337149
Opened 20 years ago
Closed 18 years ago
Bookmarks menu -> Open in tabs , or middleclick on folder ,leaves bookmarks menu open
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: Peter6, Unassigned)
Details
(Keywords: regression, Whiteboard: CLOSEME (WFM)?)
repro:
1.Open bookmarks menu
2.Either middleclick on a folder or choose "open in tabs in a folder"
result:
The bookmarks menu does not close
regressionwindow:
works in 20060322 1525pst build
fails in 20060323 0652pst build
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=HEAD&branchtype=match&filetype=match&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2006-03-22+14%3A45%3A00&maxdate=2006-03-23+06%3A52%3A00&cvsroot=%2Fcvsroot
Comment 1•20 years ago
|
||
| Reporter | ||
Comment 2•20 years ago
|
||
(In reply to comment #1)
> Bug 334214 ?
>
I don't think so
Yours has a different regressionwindow (20060327 i/o 20060323)
Comment 3•20 years ago
|
||
(In reply to comment #2)
>
Rechecked, and is regressionrange of Bug 334214 is correct.
| Reporter | ||
Comment 4•20 years ago
|
||
(In reply to comment #3)
> (In reply to comment #2)
> >
> Rechecked, and is regressionrange of Bug 334214 is correct.
>
rechecked too, this rage stands aswell
btw, this one is 100% reproducable
Comment 5•20 years ago
|
||
in openLinksInTabs function...........
// Close any remaining open tabs that are left over.
// (Always skipped when we append tabs)
for (var i = tabCount - 1; i >= index; --i)
browser.removeTab(tabs[i]);
// and focus the content
- this.browserWindow.content.focus();
+ this._getBrowserWindow().content.focus();
| Reporter | ||
Updated•20 years ago
|
Flags: blocking1.9a2?
Updated•19 years ago
|
Flags: blocking1.9a2?
Comment 6•18 years ago
|
||
as of http://lxr.mozilla.org/seamonkey/source/browser/components/places/content/controller.js#936 it's stated now as "browserWindow.content.focus();" + mentioned issue is WFM now -> WORKSFORME ?
Comment 7•18 years ago
|
||
this WFM on
Build identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a8pre) Gecko/2007082415 Minefield/3.0a8pre
Whiteboard: CLOSEME (WFM)?
| Reporter | ||
Comment 8•18 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a8pre) Gecko/2007082322 Minefield/3.0a8pre ID:2007082322
WFM
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
Comment 9•16 years ago
|
||
Bug 451915 - move Firefox/Places bugs to Firefox/Bookmarks and History. Remove all bugspam from this move by filtering for the string "places-to-b-and-h".
In Thunderbird 3.0b, you do that as follows:
Tools | Message Filters
Make sure the correct account is selected. Click "New"
Conditions: Body contains places-to-b-and-h
Change the action to "Delete Message".
Select "Manually Run" from the dropdown at the top.
Click OK.
Select the filter in the list, make sure "Inbox" is selected at the bottom, and click "Run Now". This should delete all the bugspam. You can then delete the filter.
Gerv
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•