View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005391 | DarkRadiant | GUI | public | 09.11.2020 12:52 | 05.02.2021 11:29 |
Reporter | Bikerdude | Assigned To | greebo | ||
Priority | normal | Severity | normal | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | PC | OS | Windows | OS Version | 10 |
Product Version | 2.8.0 | ||||
Target Version | 2.9.0 | Fixed in Version | 2.9.0 | ||
Summary | 0005391: On/off Selection issue with layers window | ||||
Description | - open any map - open the layers window - press LMB slowly but repeatedly (0.5 seconds or lower between clicks) half of the time the layer will stay selected. | ||||
Additional Information | This is related to https://bugs.thedarkmod.com/view.php?id=5097 | ||||
Tags | No tags attached. | ||||
Is related to 0005097 | |
Found the source of this issue: when clicking repeatedly and fast enough, the wxToggleButton is receiving double-click events, which are then translated to toggle events - clicking three times fast in a row will issue 4 toggle events. Confirmed at least in the wxMSW implementation. | |
Nice work Greebo! | |
Date Modified | Username | Field | Change |
---|---|---|---|
09.11.2020 12:52 | Bikerdude | New Issue | |
09.11.2020 14:22 | Dragofer | Relationship added | related to 0005097 |
10.11.2020 09:40 | Bikerdude | Note Added: 0012886 | |
13.11.2020 16:39 | greebo | Status | new => confirmed |
13.11.2020 16:39 | greebo | Note Added: 0012902 | |
13.11.2020 16:39 | greebo | Target Version | => 2.9.0 |
13.11.2020 16:40 | greebo | Assigned To | => greebo |
13.11.2020 16:40 | greebo | Status | confirmed => assigned |
13.11.2020 16:43 | Bikerdude | Note Added: 0012903 | |
13.11.2020 16:44 | greebo | Changeset attached | => DarkRadiant 2.9.0 ca0de917 |
13.11.2020 16:44 | greebo | Status | assigned => resolved |
13.11.2020 16:44 | greebo | Resolution | open => fixed |
13.11.2020 16:44 | greebo | Fixed in Version | => 2.9.0 |
05.02.2021 11:29 | greebo | Status | resolved => closed |