| Summary: | Unstable drag selection in call stack | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Alexander Potashev <aspotashev> |
| Component: | UI: general | Assignee: | kdevelop-bugs-null |
| Status: | REPORTED --- | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 5.3.2 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Alexander Potashev
2019-04-29 19:57:08 UTC
Looks like the list selection is rendered during drag selection as follows: 1. If the item under mouse has changed using the last mouse move event, only this new item under mouse will be selected. 2. Otherwise (i.e. if the latest mouse move event was a move inside the current item), all the items in drag range are selected correctly. |