Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows: crash of drag-drop #5079

Open
Alexey-T opened this issue May 15, 2023 · 3 comments
Open

Windows: crash of drag-drop #5079

Alexey-T opened this issue May 15, 2023 · 3 comments

Comments

@Alexey-T
Copy link
Owner

Alexey-T commented May 15, 2023

It crashes only on Windows:

  • open app without files
  • press + tab to make 2nd empty tab
  • activate 1st tab, type there 'ww'
  • select this 'ww' and try to drag-drop it from 1st tab to 2nd tab (move mouse over ui-tabs, only 1 tab group is shown)

Seems like a Lazarus bug - crash is inside Controls unit, and I cannot find how to fix it, debugger can't show me the pascal code with error..
Access Violation in the
procedure TDragPerformer.DragMove(APosition: TPoint);

@veksha
Copy link
Contributor

veksha commented May 15, 2023

strange. cannot repro.

@Alexey-T
Copy link
Owner Author

Alexey-T commented May 16, 2023

maybe it was 'added' in the Lazarus 'trunk' (latest).

I posted the partial fix - https://gitlab.com/freepascal.org/lazarus/lazarus/-/issues/40266

@veksha
Copy link
Contributor

veksha commented May 16, 2023

maybe bug was added by some commit, if so, they must revert it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants