Bug 513752 - [Win32] CTRL+SHIFT+Z in browser window maps to CTRL+Z
Summary: [Win32] CTRL+SHIFT+Z in browser window maps to CTRL+Z
Status: REOPENED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.5   Edit
Hardware: PC Windows All
: P3 normal with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-16 08:39 EDT by Edit Mihancea CLA
Modified: 2020-08-24 12:04 EDT (History)
2 users (show)

See Also:


Attachments
simple plugin which opens a browser window (4.07 KB, application/x-zip-compressed)
2017-03-16 08:39 EDT, Edit Mihancea CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Edit Mihancea CLA 2017-03-16 08:39:06 EDT
Created attachment 267289 [details]
simple plugin which opens a browser window

When pressing CTRL+SHIFT+Z in the eclipse browser window we noticed that it is incorrectly mapped to CTRL+Z.
The Event object sent from the browser widget seems wrong as
KeyBindingDispatcher.generatePossibleKeyStrokes(Event) returns [CTRL+SHIFT+, CTRL+Z, CTRL+SHIFT+Z].

This is a problem for us because in our browser based editor the undo action is triggered instead of the custom action associated to CTRL+SHIFT+Z.

Not reproducible on Linux or OS X.
Comment 1 Andrey Loskutov CLA 2017-03-16 08:40:59 EDT
Please check if the same problem exists in 4.6.3.
Comment 2 Edit Mihancea CLA 2017-03-16 12:10:33 EDT
Yes, it it the same in 4.6.3RC4
Comment 3 Eclipse Genie CLA 2020-08-22 12:41:50 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug.

If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 4 Edit Mihancea CLA 2020-08-24 12:04:32 EDT
It still reproduces with the latest eclipse version.