View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003639 | DarkRadiant | Map Editing | public | 30.12.2013 18:59 | 19.07.2014 07:10 |
Reporter | greebo | Assigned To | greebo | ||
Priority | normal | Severity | normal | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 1.7.2 | ||||
Target Version | 1.8.1 | Fixed in Version | 1.8.1 | ||
Summary | 0003639: Crash when hiding two or more selected patches while PatchInspector is visible | ||||
Description | When hiding nodes, there is a small time window where nodes are hidden but still selected. During de-selection the selectionChanged() signal might lead client code to bad behaviour since the SelectionInfo's patchCount > 0 but the PatchSelectionWalker is not hitting any lambdas due to the visible() check in there. Proposed solution: since nodes (from the user's perspective) can never be selected and hidden at the same time), the GlobalSelectionSystem's walker classes should not check for node visibility. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
30.12.2013 18:59 | greebo | New Issue | |
30.12.2013 18:59 | greebo | Assigned To | => greebo |
30.12.2013 18:59 | greebo | Status | new => assigned |
30.12.2013 19:01 | greebo | Note Added: 0006335 | |
30.12.2013 19:01 | greebo | Status | assigned => resolved |
30.12.2013 19:01 | greebo | Fixed in Version | => 1.8.1 |
30.12.2013 19:01 | greebo | Resolution | open => fixed |
19.07.2014 07:10 | greebo | Status | resolved => closed |