You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Normally, the legacy shortcut Shift+Del cuts text in a text field on Windows. This works fine by default until you add a SWT.Verify listener to the Text control.
And not just when a verify listener is added to the Text control. It can happen when a Text control is in a wizard or dialog. For example, the Text fields in Eclipse's Preferences pages.
Describe the bug
Normally, the legacy shortcut Shift+Del cuts text in a text field on Windows. This works fine by default until you add a SWT.Verify listener to the Text control.
To Reproduce
Run this snippet:
on Windows and press Shift+Del. "World" will be cut. Now uncomment the SWT.Verify listener and run again. Now Shift+Del does not cut any more.
Expected behavior
Shift+Del should work regardless of the SWT.Verify listener.
Environment:
Tried on Windows 11.
The text was updated successfully, but these errors were encountered: