-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
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
Problem with custom_sort #10968
Comments
No issues with sorting over here. Potentially Windows related? Arch Linux 64-bit |
Tested again on: It crashed on all three when trying to sort the third column first. |
Can you describe the issue you're having? What do you expect to happen and what is actually happening? It's good to have a sample project but it shouldn't replace the description. |
The issue is, crash or error when you try to sort the third column first, as far as I can tell @vnen |
@vnen I'm sorry the lack of description, but Zireael07 is right about the problem. |
Might be related to #3327. |
Can confirm it is related to #3327, since the comparison function returns
|
Hello,
I'm on Windows 10 with godot 2.1.4
OK, so on my computer there is a bug with custom_sort. And its a very strange bug. Because it doesn't always happen, or its sometimes different in the way it happens. So I wrote a table that you can sort columns. But sometimes I get an error when I try to sort a column.
The easiest way to reproduce the problem is to try to sort the third column first, before sorting any of the other columns. If you sort the third column after you sorted the first or the second sometimes it works out fine.
SortTest.zip
The text was updated successfully, but these errors were encountered: