Bug #1489
openhandle_edit_key_press() not directing Mac Meta -combinations to main key handler
0%
Description
The code in question was already mentioned in https://redmine.freeciv.org/issues/1292#note-9 where my concern was dismissed, but I still (or again) think it needs changing. Otherwise Mac does not make early exit (with return FALSE) when Meta is being held.
This is a regression since 3.1.5 and 3.2.0-beta2.
Files
Updated by Marko Lindqvist 9 days ago
- File editor_ctrl_keys.png editor_ctrl_keys.png added
Related part of documentation from the keys spreadsheet.
Updated by Marko Lindqvist 9 days ago
- Blocks Tasks #1309: Release 3.2.0-RC1 added
Updated by Marko Lindqvist 9 days ago
- Priority changed from Normal to Blocker
Marko Lindqvist wrote:
This is a regression since 3.1.5 and 3.2.0-beta2.
Setting priority accordingly.
Updated by Dean Brown 8 days ago
- File 1489-S3_1+S3_2.patch 1489-S3_1+S3_2.patch added
- File 1489-S3_3+Main.patch 1489-S3_3+Main.patch added
Good catch. Fix in editgui.c means 2 files need the macro for platform specific menu accelerator modifier keys, so I moved it to gui_main.h
Updated by Marko Lindqvist 6 days ago
S3_3/main patch adds a file called 1489-S3_1+S3_2.patch
1489-S3_1+S3_2.patch | 143 +++++++++++++++++++++++++++++++
...
diff --git a/1489-S3_1+S3_2.patch b/1489-S3_1+S3_2.patch
new file mode 100644
index 0000000000..fd609b4d59
--- /dev/null
+++ b/1489-S3_1+S3_2.patch
...
Updated by Marko Lindqvist 6 days ago
Maybe also try to write more standard form commit messages, so it would be less work to rewrite them before applying them to my work tree. Currently you have just a very long subject line. Make that shorter than 70 characters, and write the longer story to the body of the message (after one empty line). Subject line should also be in imperative form, optionally prefixed by the "location" of the change, e.g., "gtk: " or "handle_edit_key_press(): "
See 'git log' for examples.
Updated by Marko Lindqvist 4 days ago
- Status changed from New to In Progress
- Assignee set to Dean Brown