cplussharp / graph-studio-next

GraphStudioNext is a tool for developers to build and test DirectShow Graphs
355 stars 94 forks source link

Edit control shortcuts don't work in some dialogs #215

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open lookup GUID form
2. Click on edit control
3. Press control V

What is the expected output? What do you see instead?

EXPECTED : Text on clipboard should be pasted into edit control
ACTUAL : Nothing happens.

Please use labels and text to provide additional information.

Part of the reason is that control key combos are processed by application 
accelerator table. This table includes standard edit control command IDs and 
keyboard combos although these do nothing in the application.

Original issue reported on code.google.com by mike.cop...@gmail.com on 4 Apr 2014 at 10:14

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r309.

Original comment by mike.cop...@gmail.com on 4 Apr 2014 at 11:58

GoogleCodeExporter commented 9 years ago
Fixed by r309
Fixed issue #215 : Removed standard edit keyboard accelerators to fix edit 
control shorcuts in all modeless dialogs.
Made text information window read only.
Added Ctrl-Y keyboard keyboard accelerator for registered file types.

Original comment by mike.cop...@gmail.com on 4 Apr 2014 at 11:59