Closed
Bug 362578
Opened 19 years ago
Closed 19 years ago
View - Toolbars fails silently in Cocoafox
Categories
(Core :: Widget: Cocoa, defect, P1)
Tracking
()
VERIFIED
FIXED
mozilla1.9alpha2
People
(Reporter: philor, Assigned: asaf)
References
Details
Attachments
(1 file)
|
1.36 KB,
patch
|
jaas
:
review+
mikepinkerton
:
superreview+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.9a1) Gecko/20061201 Firefox/3.0a1 ID:2006120118
STR:
In Firefox, click View menu, hover Toolbars submenu item, click either "Navigation Toolbar" or "Bookmarks Toolbar."
Expected: toolbar disappears if it's present, or appears if it's hidden.
Actual: nothing in the error console, nothing in the console in a debug build, just... nothing happens.
Works perfectly in an --enable-default-toolkit=mac build from the same tree.
| Reporter | ||
Updated•19 years ago
|
Flags: blocking1.9?
I traced native events through our cocoa menu/menuitem code and I don't see any problems. It looks like the problem probably exists once the DOM event is sent into content.
Comment 2•19 years ago
|
||
*** Bug 363158 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 3•19 years ago
|
||
copied over from the carbon version.
| Assignee | ||
Updated•19 years ago
|
Priority: -- → P1
Target Milestone: --- → mozilla1.9alpha
Attachment #248014 -
Flags: review?(joshmoz) → review+
| Assignee | ||
Updated•19 years ago
|
Attachment #248014 -
Flags: superreview?(mikepinkerton)
| Reporter | ||
Comment 4•19 years ago
|
||
*** Bug 364193 has been marked as a duplicate of this bug. ***
| Assignee | ||
Updated•19 years ago
|
Attachment #248014 -
Flags: superreview?(mikepinkerton) → superreview?(pavlov)
Comment 5•19 years ago
|
||
Comment on attachment 248014 [details] [diff] [review]
patch
sr=pink
Attachment #248014 -
Flags: superreview?(pavlov) → superreview+
| Assignee | ||
Comment 6•19 years ago
|
||
Checking in widget/src/cocoa/nsMenuItemX.mm;
/cvsroot/mozilla/widget/src/cocoa/nsMenuItemX.mm,v <-- nsMenuItemX.mm
new revision: 1.21; previous revision: 1.20
done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•19 years ago
|
Whiteboard: [19a2]
| Reporter | ||
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
Flags: blocking1.9?
| Assignee | ||
Updated•19 years ago
|
Whiteboard: [19a2]
Target Milestone: mozilla1.9alpha1 → mozilla1.9alpha2
You need to log in
before you can comment on or make changes to this bug.
Description
•