View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003724 | NoesisGUI | Unreal | public | 2024-10-03 13:42 | 2024-10-25 13:47 |
| Reporter | DominikRuta | Assigned To | hcpizzi | ||
| Priority | normal | Severity | major | ||
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.2.4 | ||||
| Target Version | 3.2.5 | Fixed in Version | 3.2.5 | ||
| Summary | 0003724: [UE5] Double-click needed to select item in Listbox. Single-click does not work. | ||||
| Description | In order to select item in ListBox, I need to double click ListBoxItem to select it instead of a single click. All other elements works fine. While UI is active, GameAndUI input mode is activated. This problem occurs after update to Noesis 3.2.4. Link to original forum thread - https://www.noesisengine.com/forums/viewtopic.php?t=3461 | ||||
| Steps To Reproduce | In UE5 I've created simple widget: <ListBox> Then use controller and try to cycle through elements. In my case, focus is lost after focusing another element in the list. | ||||
| Platform | Windows | ||||
|
Hey, I've fixed the issue by applying your revision 14284. |
|
|
It solved the issue. However, unfortunately, It introduced another problem. There is an issue when switching from mouse to gamepad controller while having open some screen with list. It looks like the focus is lost from the entire screen and I can't navigate through the list using d-pads. It seems that core of the problem are UNoesisInstance::NativeOnMouseEnter and UNoesisInstance::NativeOnMouseLeave. If I revert changes in these functions, double-click issue is back again, but the problem with the focus is gone and vice-versa. |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2024-10-03 13:42 | DominikRuta | New Issue | |
| 2024-10-03 13:42 | DominikRuta | Tag Attached: C++ | |
| 2024-10-03 13:42 | DominikRuta | Tag Attached: Unreal | |
| 2024-10-07 15:29 | jsantos | Assigned To | => hcpizzi |
| 2024-10-07 15:29 | jsantos | Status | new => assigned |
| 2024-10-07 15:29 | jsantos | Target Version | => 3.2.5 |
| 2024-10-07 17:06 | DominikRuta | Note Added: 0010005 | |
| 2024-10-10 11:47 | DominikRuta | Note Added: 0010010 | |
| 2024-10-10 14:16 | jsantos | Status | assigned => feedback |
| 2024-10-16 12:18 | DominikRuta | Steps to Reproduce Updated | |
| 2024-10-25 13:47 | sfernandez | Status | feedback => resolved |
| 2024-10-25 13:47 | sfernandez | Resolution | open => fixed |
| 2024-10-25 13:47 | sfernandez | Fixed in Version | => 3.2.5 |