Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 1.1.3
-
Fix Version/s: 1.1.7
-
Component/s: client-libs
-
Labels:
-
Subcomponent:
-
Resolved In Build:b01
-
CPU:x86
-
OS:windows_95
-
Verification:Verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2018260 | 1.2.0 | Dmitri Trembovetski | P4 | Resolved | Fixed | 1.2fcs |
Description
Someone using Java WorkShop discovered that on win32, Ctrl+BackSpace
generates the same event as Ctrl+Del. (See bug 4085670)
Ctrl+Del:
java.awt.Event[id=401,x=0,y=0,key=127,control,target=sun.jws.pce.Editor[panel20,0,0,384x523,layout=java.awt.FlowLayout]]
Ctrl+BackSpace
java.awt.Event[id=401,x=0,y=0,key=127,control,target=sun.jws.pce.Editor[panel20,0,0,384x523,layout=java.awt.FlowLayout]]
On Sparc, the two events are different:
Ctrl+Del:
java.awt.Event[id=401,x=0,y=0,key=127,control,target=sun.jws.pce.Editor[panel20,0,0,384x523,layout=java.awt.FlowLayout]]
Ctrl+BackSpace
java.awt.Event[id=401,x=0,y=0,key=8,control,target=sun.jws.pce.Editor[panel20,0,0,384x523,layout=java.awt.FlowLayout]]
It would be nice if the behavior was the same on these two platforms,
preferably following the Solaris behavior.
robert.wilson@Eng 1997-12-09
generates the same event as Ctrl+Del. (See bug 4085670)
Ctrl+Del:
java.awt.Event[id=401,x=0,y=0,key=127,control,target=sun.jws.pce.Editor[panel20,0,0,384x523,layout=java.awt.FlowLayout]]
Ctrl+BackSpace
java.awt.Event[id=401,x=0,y=0,key=127,control,target=sun.jws.pce.Editor[panel20,0,0,384x523,layout=java.awt.FlowLayout]]
On Sparc, the two events are different:
Ctrl+Del:
java.awt.Event[id=401,x=0,y=0,key=127,control,target=sun.jws.pce.Editor[panel20,0,0,384x523,layout=java.awt.FlowLayout]]
Ctrl+BackSpace
java.awt.Event[id=401,x=0,y=0,key=8,control,target=sun.jws.pce.Editor[panel20,0,0,384x523,layout=java.awt.FlowLayout]]
It would be nice if the behavior was the same on these two platforms,
preferably following the Solaris behavior.
robert.wilson@Eng 1997-12-09
Attachments
Issue Links
- backported by
-
JDK-2018260 Ctrl+BackSpace behaves same as Ctrl+Del on win32
-
- Resolved
-