After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 271661 - Cut, Copy, Paste keys doesn't work on Sun type 6 keyboards
Cut, Copy, Paste keys doesn't work on Sun type 6 keyboards
Status: RESOLVED FIXED
Product: GAL
Classification: Deprecated
Component: EText
unspecified
Other All
: Normal enhancement
: ---
Assigned To: Srinivasa Ragavan
Evolution QA team
Depends on:
Blocks: 271192
 
 
Reported: 2005-01-24 10:15 UTC by Li Yuan
Modified: 2006-04-26 10:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix this bug (1.53 KB, patch)
2005-01-24 10:25 UTC, Li Yuan
needs-work Details | Review
new patch to fix this bug (1.60 KB, patch)
2006-04-07 03:25 UTC, Li Yuan
committed Details | Review

Description Li Yuan 2005-01-24 10:15:16 UTC
Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:


Actual Results:
Evolution's E-Text and E-cell-text do not support SUN Type 6 keyboard's
Cut, Copy, Paste keys.
Expected Results:
Evolution's E-Text and E-cell-text should support SUN Type 6 keyboard's
Cut, Copy, Paste keys.

How often does this happen? 
always

Additional Information:
Comment 1 Li Yuan 2005-01-24 10:25:53 UTC
Created attachment 44643 [details] [review]
patch to fix this bug
Comment 2 Harry Lu 2005-01-26 08:29:07 UTC
comments from JPR:

I'm not sure this is appropriate, since this is after all emacs mode.
So emacs c/c/p should be whats used.

-JP
Comment 3 André Klapper 2005-03-05 15:59:19 UTC
adding patch keyword
Comment 4 André Klapper 2005-03-05 16:00:42 UTC
adding patch keyword
Comment 5 Li Yuan 2005-03-30 09:18:50 UTC
patch has been committed
Comment 6 Li Yuan 2005-03-30 09:30:30 UTC
not commit yet
Comment 7 André Klapper 2005-09-16 19:04:12 UTC
has not been committed, needs rework due to GAL merge with evolution.

removing jpr from cc list (guess that's as ok as reassigning all of your stuff,
dude ;-).
Comment 8 André Klapper 2006-03-30 16:12:35 UTC
li yuan, is this still valid?
Comment 9 Li Yuan 2006-04-06 02:07:00 UTC
yes, I will make a new patch and send to community.
Comment 10 Li Yuan 2006-04-07 03:25:48 UTC
Created attachment 62891 [details] [review]
new patch to fix this bug
Comment 11 Harish Krishnaswamy 2006-04-10 07:39:51 UTC
Reassigning to Srag for review
Comment 12 Srinivasa Ragavan 2006-04-17 04:14:06 UTC
Harish, I dont have those keyb to test :). Also since this just adds new cmds it shouldnt break anything old I guess.
Comment 13 André Klapper 2006-04-18 12:10:33 UTC
in ui/evolution-addressbook.xml, we're already using the following shortcuts:
F16 	ContactsCopy
F18 	ContactsPaste
F20 	ContactsCut
so i guess it's totally okay.
Comment 14 Harish Krishnaswamy 2006-04-26 09:12:32 UTC
Li :Per comment #12, I suggest you go ahead and commit the patch. Approved.
Kindly update the bug after committing it. Thanks.
Comment 15 Li Yuan 2006-04-26 10:22:59 UTC
Committed to cvs, thank you for review.