Closed
Bug 823904
Opened 12 years ago
Closed 12 years ago
Support some appcommands which can be implemented with content command events
Categories
(Core :: Widget: Win32, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: masayuki, Assigned: masayuki)
Details
Attachments
(1 file, 1 obsolete file)
2.49 KB,
patch
|
jimm
:
review+
|
Details | Diff | Splinter Review |
WM_APPCOMMAND's APPCOMMAND_COPY, APPCOMMAND_CUT, APPCOMMAND_PASTE, APPCOMMAND_REDO and APPCOMMAND_UNDO must be able to be implemented with content command events which were implemented for WM_COPY, WM_CUT, WM_PASTE, EM_REDO and EM_UNDO.
I don't know the actual using utils. However, it should be worthwhile to support them.
I'll test the patch next week.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #694815 -
Attachment is obsolete: true
Attachment #696594 -
Flags: review?(jmathies)
Updated•12 years ago
|
Attachment #696594 -
Flags: review?(jmathies) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
You need to log in
before you can comment on or make changes to this bug.
Description
•