Closed
Bug 315866
Opened 19 years ago
Closed 19 years ago
"New window" item no longer in dock menu
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Camino1.0
People
(Reporter: mikepinkerton, Assigned: mark)
Details
(Keywords: fixed1.8, regression)
Attachments
(1 file)
The "new window" menu item in the dock menu has gone missing. Reward for its return. If found, please post patch here in this bug.
I can't bring you back "new window" (or his buddy, "open in tabs"), but I do have a regression window for you:
http://tinyurl.com/7l3qg
(Why is it things always break in a window where we're missing a build).
You, Mark, and Simon made Camino checkins in that window, but none of them touched MainMenu.nib...?
Keywords: regression
Updated•19 years ago
|
Flags: camino1.0+
I very much doubt it has to do with the nib file since the item is in place there and is hookedup correctlt. My guess is some change in code caused the removal.
A lot of changes where made in the week of 2005-07-30 till 2005-08-04 so I'm assuming something in the code that enables that menu tems was broken in that time.
Assignee | ||
Updated•19 years ago
|
Assignee: mikepinkerton → mark
Assignee | ||
Comment 3•19 years ago
|
||
This was almost certainly fallout from Simon's NSMenu reworking. I found the dock menu's mItemBeforeCustomItems was not connected to the separator's NSMenuItem, and in fact, it was not connected to anything at all. In this nib, the connection is made.
There's some additional code cleanup that can be done here: there are a few methods and constants that might now be dead and removable.
Attachment #202544 -
Flags: review?(mikepinkerton)
Assignee | ||
Comment 4•19 years ago
|
||
P.S. What's the reward I've heard talk about?
Reporter | ||
Comment 5•19 years ago
|
||
Comment on attachment 202544 [details]
New MainMenu.nib/keyedobjects.nib
the journey is the reward.
*ducks*
r=pink, though i didn't try it.
Attachment #202544 -
Flags: review?(mikepinkerton) → review+
Assignee | ||
Comment 6•19 years ago
|
||
Fixed, trunk and branch.
Comment 7•19 years ago
|
||
Thanks!
FWIW, Mark's fix didn't bring back "Open it tabs" for the Dock menu (which appeared at the bottom of the list of Dock menu bookmarks after a blank line).
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•