View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002685 | NoesisGUI | Unity3D | public | 2023-09-08 23:22 | 2023-09-27 19:02 |
Reporter | Josh Campbell | Assigned To | sfernandez | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | 3.2 | ||||
Target Version | 3.2.3 | ||||
Summary | 0002685: When special characters for keybindings unity crashes | ||||
Description | Alphabetical characters and numeric characters work but special characters like ! cause a unity crash. | ||||
Tags | No tags attached. | ||||
Platform | Any | ||||
Can you attach the XAML you use for the key binding? Do you get any error message when the XAML is imported? |
|
Any chance to get a crash dump for this? I wasn't able to reproduce the issue. | |
This is the info the dev provided me with. Please let me know what else we can get for you, I can try to get a crash log later this week. "So in the keyboard it was that" <Grid Width="740" > <Grid.InputBindings> <KeyBinding Command="{Binding ExclamationPointCommandBinding}" Key="Oem1" /> </Grid.InputBindings> .... (edited) It broke for other keys too... pretty much every Oem and some button between caps, shift and ctrl but can't remember which one and was not able to use any modifier but binding with all letters was ok <KeyBinding Command="{Binding ExclamationPointCommandBinding}" Key="1" Modifiers="Shift" /> |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2023-09-08 23:22 | Josh Campbell | New Issue | |
2023-09-11 11:35 | sfernandez | Assigned To | => sfernandez |
2023-09-11 11:35 | sfernandez | Status | new => feedback |
2023-09-11 11:35 | sfernandez | Note Added: 0008714 | |
2023-09-11 11:35 | sfernandez | Target Version | => 3.2.2 |
2023-09-27 11:30 | sfernandez | Note Added: 0008776 | |
2023-09-27 11:30 | sfernandez | Target Version | 3.2.2 => 3.2.3 |
2023-09-27 19:01 | Josh Campbell | Note Added: 0008783 | |
2023-09-27 19:01 | Josh Campbell | Status | feedback => assigned |
2023-09-27 19:02 | Josh Campbell | Note Edited: 0008783 |