View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001946 | NoesisGUI | C# SDK | public | 2021-03-19 12:35 | 2021-04-29 10:26 |
| Reporter | ai_enabled | Assigned To | sfernandez | ||
| Priority | normal | Severity | major | ||
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.0.9 | ||||
| Target Version | 3.0.12 | Fixed in Version | 3.0.12 | ||
| Summary | 0001946: RepeatButton commits extra command when pressed repeatedly | ||||
| Description | Hi guys, Regards! | ||||
| Platform | Any | ||||
|
Actually, there is a more serious issue. Very often the click is registered two times in the row. |
|
|
Were there any input-related changes lately? |
|
|
After further investigation, it seems to be related to Noesis.MouseDoubleClick operating now differently. (I've commented it out and cannot reproduce the issue anymore) |
|
|
Reworked now our input processing code to match how NoesisGUI operates in Unity (to call either MouseDoubleClick or MouseButtonDown, previously we've called MouseDoubleClick before MouseButtonDown in the case of double click). The issue seems to be gone, will keep you updated! |
|
|
Yes, it was that. Using the input processing code similar to one from Unity plugin, resolved it completely. Please close this issue. |
|
|
We expect the following events when double click happens:
This is legacy behavior from Win32 API and risky to change but we should definitely document this properly because it is not the first time it is source of confusion. |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2021-03-19 12:35 | ai_enabled | New Issue | |
| 2021-03-19 12:36 | jsantos | Assigned To | => sfernandez |
| 2021-03-19 12:36 | jsantos | Status | new => assigned |
| 2021-03-19 12:36 | jsantos | Target Version | => 3.0.12 |
| 2021-03-19 15:54 | ai_enabled | Note Added: 0007090 | |
| 2021-03-19 16:11 | ai_enabled | Note Added: 0007091 | |
| 2021-03-19 17:08 | ai_enabled | Note Added: 0007092 | |
| 2021-03-19 17:08 | ai_enabled | Note Edited: 0007092 | |
| 2021-03-19 17:14 | ai_enabled | Note Added: 0007093 | |
| 2021-03-19 17:15 | ai_enabled | Note Edited: 0007093 | |
| 2021-03-19 21:25 | ai_enabled | Note Added: 0007094 | |
| 2021-03-20 13:16 | jsantos | Note Added: 0007095 | |
| 2021-03-20 13:16 | jsantos | Note Edited: 0007095 | |
| 2021-03-20 13:16 | jsantos | Note Edited: 0007095 | |
| 2021-04-29 10:26 | sfernandez | Status | assigned => resolved |
| 2021-04-29 10:26 | sfernandez | Resolution | open => fixed |
| 2021-04-29 10:26 | sfernandez | Fixed in Version | => 3.0.12 |