Closed
Bug 291276
Opened 20 years ago
Closed 20 years ago
[Mac] don't force edit commandsets from macBrowserOverlay
Categories
(Firefox :: Menus, defect, P2)
Tracking
()
RESOLVED
FIXED
Firefox1.5
People
(Reporter: asaf, Assigned: asaf)
Details
(Keywords: regression)
Attachments
(1 file)
809 bytes,
patch
|
mconnor
:
review+
asa
:
approval-aviary1.1a1+
|
Details | Diff | Splinter Review |
The edit command sets from browser-sets.inc has no real value for
macBrowserOverlay, they can either do nothing in the overlayed windows or break
their own edit commands.
The attached fix:
1) Restores JS Console's copy error command (it'll also work from the edit menu).
2) Allow windows like the download manger to provide their own edit menu
commandsets.
3) For windows which don't provide their own edit command sets, disable the
edit menu items.
Assignee | ||
Comment 1•20 years ago
|
||
Updated•20 years ago
|
Attachment #181399 -
Flags: review?(mconnor) → review+
Assignee | ||
Updated•20 years ago
|
Attachment #181399 -
Flags: approval-aviary1.1a?
Assignee | ||
Updated•20 years ago
|
Priority: -- → P2
Target Milestone: --- → Firefox1.1
Comment 2•20 years ago
|
||
Comment on attachment 181399 [details] [diff] [review]
patch
a=asa
Attachment #181399 -
Flags: approval-aviary1.1a? → approval-aviary1.1a+
Assignee | ||
Comment 3•20 years ago
|
||
Checking in base/content/browserMountPoints.inc;
/cvsroot/mozilla/browser/base/content/browserMountPoints.inc,v <--
browserMountPoints.inc
new revision: 1.2; previous revision: 1.1
done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
QA Contact: bugzilla → menus
You need to log in
before you can comment on or make changes to this bug.
Description
•