Moodle

"Re-sort courses by name" button doesn't always work

Details

  • Type: Bug Bug
  • Status: Reopened Reopened
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: 1.9.6
  • Fix Version/s: STABLE backlog
  • Component/s: Administration
  • Environment:
    First noticed in Moodle v1.8, currently in v1.9.6. (Linux, Apache, mySQL)
  • Affected Branches:
    MOODLE_19_STABLE

Description

In Site Administration > Courses > Add/edit courses > (any category)

The "Re-sort courses by name" button doesn't work in all categories. And when it doesn't work, I can't even sort the courses manually by using the up/down arrow icons.

Relevant tidbits from forum discussion at http://moodle.org/mod/forum/discuss.php?d=93618 :


We've upgraded to v1.9.2 and the "Re-sort courses by name" button still doesn't work.

  • Only one of our instances is affected. Unfortunately, it's on our biggest production instance.
  • No error message, not even in php.log
  • It works only in categories where the course names are mostly-alphabetical
  • It fails in categories where the course names are in this format: "ENGL 1100: English Literature 1 (S10)". Are the digits or punctuation characters breaking the sort code?

May be related to MDL-14580

  1. 20100822coursesort.patch
    22/Aug/10 7:03 PM
    2 kB
    Andrew Davis
  2. 20100824coursesort.patch
    24/Aug/10 10:35 AM
    2 kB
    Andrew Davis
  3. category.patch
    10/Aug/10 11:02 PM
    1 kB
    Tony Butler
  4. category.patch
    03/Dec/09 11:01 AM
    1 kB
    Andrew Davis
  5. datalib.patch
    03/Dec/09 11:01 AM
    0.7 kB
    Andrew Davis
  6. upgrade.patch.txt
    04/Jan/10 2:58 PM
    2 kB
    Andrew Davis
  1. screenshot-1.jpg
    183 kB
    01/Dec/09 3:33 AM

Issue Links

Activity

Hide
Donna Hrynkiw added a comment -

Further information per Anthony's request posted in forum

"I would want to see what happens when we do something like:
SELECT * from mdl_course
WHERE category = 1
ORDER BY fullname ASC;
"

My re-worked version of that query (pruning displayed fields, adjusting the category)

mysql> select sortorder, shortname, fullname from mdl_course where category=311 order by fullname asc;
--------------------------------------------------------------------------------------

sortorder shortname fullname

--------------------------------------------------------------------------------------

4294967295 ACCT 1110 A76 FALL 2009 ACCT 1110: Principles Of Accounting I (A76)
4294967295 ACCT 1110 OF1 FALL 2009 ACCT 1110: Principles Of Accounting I (OF1)
4294967295 ACCT 1110 R50,R12 FALL 2009 ACCT 1110: Principles Of Accounting I (R50,R12)
4294967295 ACCT 1110 S12 FALL 2009 ACCT 1110: Principles Of Accounting I (S12)
4294967295 ACCT 1110 S13 FALL 2009 ACCT 1110: Principles Of Accounting I (S13)
4294967295 ACCT 1110 S14 FALL 2009 ACCT 1110: Principles Of Accounting I (S14)
4294967295 ACCT 1110 S16 FALL 2009 ACCT 1110: Principles Of Accounting I (S16)
4294967295 ACCT 1110 S17 FALL 2009 ACCT 1110: Principles Of Accounting I (S17)
4294967295 ACCT 1130 R13 FALL 2009 ACCT 1130: Business Mathematics (R13)
4294967295 ACCT 1130 R50 FALL 2009 ACCT 1130: Business Mathematics (R50)
4294967295 ACCT 1130 S10 FALL 2009 ACCT 1130: Business Mathematics (S10)
4294967295 ACCT 1130 S74 FALL 2009 ACCT 1130: Business Mathematics (S74)
4294967295 ACCT 1230 R14 FALL 2009 ACCT 1230: Business Statistics (R14)
4294967295 ACCT 1230 R50 FALL 2009 ACCT 1230: Business Statistics (R50)
4294967295 ACCT 1230 R98 FALL 2009 ACCT 1230: Business Statistics (R98)
4294967295 ACCT 1230 S11 FALL 2009 ACCT 1230: Business Statistics (S11)
4294967295 ACCT 1230 ACCT 1230: Business Statistics (S15,S10)
4294967295 ACCT 2293 A75 FALL 2009 ACCT 2293: Intro. To Financial Acct. (A75)
4294967295 ACCT 2293 R50 FALL 2009 ACCT 2293: Intro. To Financial Acct. (R50)
4294967295 ACCT 2293 S50 FALL 2009 ACCT 2293: Intro. To Financial Acct. (S50)
4294967295 ACCT 3320 S10 FALL 2009 ACCT 3320: Intro. Management Accounting (S10)
4294967295 ACCT 3320 S11 FALL 2009 ACCT 3320: Intro. Management Accounting (S11)
4294967295 ACCT 4445 S50 FALL 2009 ACCT 4445: Auditing 2 (S50)
4294967295 ACCT 4650 R50 FALL 2009 ACCT 4650: Not-for-Profit Financial Manag (R50)
4294967295 ACCT 4650 S50 FALL 2009 ACCT 4650: Not-for-Profit Financial Manag (S50)

--------------------------------------------------------------------------------------
25 rows in set (0.03 sec)

Screenshot of actual display in Moodle v1.9.6 attached to issue.

Show
Donna Hrynkiw added a comment - Further information per Anthony's request posted in forum "I would want to see what happens when we do something like: SELECT * from mdl_course WHERE category = 1 ORDER BY fullname ASC; " My re-worked version of that query (pruning displayed fields, adjusting the category) mysql> select sortorder, shortname, fullname from mdl_course where category=311 order by fullname asc; --------------------------------------------------------------------------------------
sortorder shortname fullname
--------------------------------------------------------------------------------------
4294967295 ACCT 1110 A76 FALL 2009 ACCT 1110: Principles Of Accounting I (A76)
4294967295 ACCT 1110 OF1 FALL 2009 ACCT 1110: Principles Of Accounting I (OF1)
4294967295 ACCT 1110 R50,R12 FALL 2009 ACCT 1110: Principles Of Accounting I (R50,R12)
4294967295 ACCT 1110 S12 FALL 2009 ACCT 1110: Principles Of Accounting I (S12)
4294967295 ACCT 1110 S13 FALL 2009 ACCT 1110: Principles Of Accounting I (S13)
4294967295 ACCT 1110 S14 FALL 2009 ACCT 1110: Principles Of Accounting I (S14)
4294967295 ACCT 1110 S16 FALL 2009 ACCT 1110: Principles Of Accounting I (S16)
4294967295 ACCT 1110 S17 FALL 2009 ACCT 1110: Principles Of Accounting I (S17)
4294967295 ACCT 1130 R13 FALL 2009 ACCT 1130: Business Mathematics (R13)
4294967295 ACCT 1130 R50 FALL 2009 ACCT 1130: Business Mathematics (R50)
4294967295 ACCT 1130 S10 FALL 2009 ACCT 1130: Business Mathematics (S10)
4294967295 ACCT 1130 S74 FALL 2009 ACCT 1130: Business Mathematics (S74)
4294967295 ACCT 1230 R14 FALL 2009 ACCT 1230: Business Statistics (R14)
4294967295 ACCT 1230 R50 FALL 2009 ACCT 1230: Business Statistics (R50)
4294967295 ACCT 1230 R98 FALL 2009 ACCT 1230: Business Statistics (R98)
4294967295 ACCT 1230 S11 FALL 2009 ACCT 1230: Business Statistics (S11)
4294967295 ACCT 1230 ACCT 1230: Business Statistics (S15,S10)
4294967295 ACCT 2293 A75 FALL 2009 ACCT 2293: Intro. To Financial Acct. (A75)
4294967295 ACCT 2293 R50 FALL 2009 ACCT 2293: Intro. To Financial Acct. (R50)
4294967295 ACCT 2293 S50 FALL 2009 ACCT 2293: Intro. To Financial Acct. (S50)
4294967295 ACCT 3320 S10 FALL 2009 ACCT 3320: Intro. Management Accounting (S10)
4294967295 ACCT 3320 S11 FALL 2009 ACCT 3320: Intro. Management Accounting (S11)
4294967295 ACCT 4445 S50 FALL 2009 ACCT 4445: Auditing 2 (S50)
4294967295 ACCT 4650 R50 FALL 2009 ACCT 4650: Not-for-Profit Financial Manag (R50)
4294967295 ACCT 4650 S50 FALL 2009 ACCT 4650: Not-for-Profit Financial Manag (S50)
-------------------------------------------------------------------------------------- 25 rows in set (0.03 sec) Screenshot of actual display in Moodle v1.9.6 attached to issue.
Hide
Donna Hrynkiw added a comment -

See also comments below, re: "Further information per Anthony's request posted in forum ". This is a screenshot of the actual Moodle display of same courses that appear in the sample query.

Show
Donna Hrynkiw added a comment - See also comments below, re: "Further information per Anthony's request posted in forum ". This is a screenshot of the actual Moodle display of same courses that appear in the sample query.
Hide
Donna Hrynkiw added a comment -

Final details requested in the forum thread.

Linux version 2.6.16.60-0.21-smp
Apache2
mysql Ver 14.12 Distrib 5.0.51a

Show
Donna Hrynkiw added a comment - Final details requested in the forum thread. Linux version 2.6.16.60-0.21-smp Apache2 mysql Ver 14.12 Distrib 5.0.51a
Hide
Andrew Davis added a comment - - edited

I created some courses with names like "ENGL 1100: English Literature 1 (S10)" and they sorted correctly so there is nothing inherently about names like that that break sorting.

While experimenting with this in 1.9 I noticed that sortorder values in the course table creep up with every automatic sort. This could be causing the problem. The sort orders listed above certainly seem awfully high.

With every sort the sortorder of every course in the category goes up by 1000 + 100 + (n-1) where n is the number of courses in the category. If you just hit the reorder button over and over the value goes up and up. I've attached 2 patches that resolve this. These should NOT be applied to any production system until they've been properly reviewed.

The change to datalib.php fixes what looks like a logic error that causes the +1000 shift in sortorders with every sort. Line 1334 does this
$n = $min;
then starting at line 1346 there is this
if ($min < $n+$tolerance || $min > $n+$tolerance+$catgap ) { $mustshift = true; }
if $min and $n are equal and you add $tolerance to $n then $min will always be less than it and a +1000 shift will occur. The patch just flips the addition to subtraction so it now tests whether $min is less than $n by the tolerance.

The changes to category.php have the effect or sorting courses in place rather than saying "get the current maximum current sortorder and move all the courses above that" This is what was adding the 100 + (n-1) to the sort orders. I'm not aware of a good reason to not do this in place but one may exist.

Show
Andrew Davis added a comment - - edited I created some courses with names like "ENGL 1100: English Literature 1 (S10)" and they sorted correctly so there is nothing inherently about names like that that break sorting. While experimenting with this in 1.9 I noticed that sortorder values in the course table creep up with every automatic sort. This could be causing the problem. The sort orders listed above certainly seem awfully high. With every sort the sortorder of every course in the category goes up by 1000 + 100 + (n-1) where n is the number of courses in the category. If you just hit the reorder button over and over the value goes up and up. I've attached 2 patches that resolve this. These should NOT be applied to any production system until they've been properly reviewed. The change to datalib.php fixes what looks like a logic error that causes the +1000 shift in sortorders with every sort. Line 1334 does this $n = $min; then starting at line 1346 there is this if ($min < $n+$tolerance || $min > $n+$tolerance+$catgap ) { $mustshift = true; } if $min and $n are equal and you add $tolerance to $n then $min will always be less than it and a +1000 shift will occur. The patch just flips the addition to subtraction so it now tests whether $min is less than $n by the tolerance. The changes to category.php have the effect or sorting courses in place rather than saying "get the current maximum current sortorder and move all the courses above that" This is what was adding the 100 + (n-1) to the sort orders. I'm not aware of a good reason to not do this in place but one may exist.
Hide
Martin Dougiamas added a comment -

Note this is fixed comprehensively in 2.0 with a big patch MDL-14580

We just need a small fix here for 1.9

Show
Martin Dougiamas added a comment - Note this is fixed comprehensively in 2.0 with a big patch MDL-14580 We just need a small fix here for 1.9
Hide
Andrew Davis added a comment -

This is an addition to the upgrade script that should shift all the courses down away from the column maximums. Needs checking by one of the seniors.

Show
Andrew Davis added a comment - This is an addition to the upgrade script that should shift all the courses down away from the column maximums. Needs checking by one of the seniors.
Hide
Andrew Davis added a comment -

Talked this over with Martin. I've committed the code to sort the courses in place. I've also committed code in db/upgrade.php that iterates over all courses and gives them a new sortorder. Theyll be in the same order but it will bring all the numbers down away from the column maximum.

Show
Andrew Davis added a comment - Talked this over with Martin. I've committed the code to sort the courses in place. I've also committed code in db/upgrade.php that iterates over all courses and gives them a new sortorder. Theyll be in the same order but it will bring all the numbers down away from the column maximum.
Hide
Eloy Lafuente (stronk7) added a comment -

Uhm... I'd reopen this and change upgrade code a bit. We cannot use get_records() in queries returning thousands of records (and definetively, there are sites with thousands of courses). Plz, change it to get_recordset_sql()

More yet, fetch only the needed fields (id, category, sortorder) and not the whole record. And finally, to update only one field (sortorder), perhaps it's better to use set_field() instead of update_record().

For your consideration, ciao

Show
Eloy Lafuente (stronk7) added a comment - Uhm... I'd reopen this and change upgrade code a bit. We cannot use get_records() in queries returning thousands of records (and definetively, there are sites with thousands of courses). Plz, change it to get_recordset_sql() More yet, fetch only the needed fields (id, category, sortorder) and not the whole record. And finally, to update only one field (sortorder), perhaps it's better to use set_field() instead of update_record(). For your consideration, ciao
Hide
Petr Škoda (skodak) added a comment -

reopening, this upgrade can not use get_records_sql()
also if you need instance of $c do use "new object()" - set field is better here

Show
Petr Škoda (skodak) added a comment - reopening, this upgrade can not use get_records_sql() also if you need instance of $c do use "new object()" - set field is better here
Hide
Andrew Davis added a comment -

I've committed altered upgrade code based on the comments above. I tested this against 5000 courses and the old code did work however the new version is definitely faster.

Show
Andrew Davis added a comment - I've committed altered upgrade code based on the comments above. I tested this against 5000 courses and the old code did work however the new version is definitely faster.
Hide
Penny Leach added a comment -

hey i just committed changes to lib/db/upgrade.php and can't move the merge tag because of your commit - can you confirm this should have the merge tag moved ?

Show
Penny Leach added a comment - hey i just committed changes to lib/db/upgrade.php and can't move the merge tag because of your commit - can you confirm this should have the merge tag moved ?
Hide
Andrew Davis added a comment -

This area of the code has already been extensively rewritten in 2. These changes do not need to be merge so you are ok to move the merged tag. Sorry. Forgot to do it myself.

Show
Andrew Davis added a comment - This area of the code has already been extensively rewritten in 2. These changes do not need to be merge so you are ok to move the merged tag. Sorry. Forgot to do it myself.
Hide
Dan Trockman added a comment -

So what can I apply to my 1.9.8 install to make this work? How is the patch applied? I cannot sort courses and have hundreds of courses to manage. Very slow to do by hand and no ajax for dragging here.

Show
Dan Trockman added a comment - So what can I apply to my 1.9.8 install to make this work? How is the patch applied? I cannot sort courses and have hundreds of courses to manage. Very slow to do by hand and no ajax for dragging here.
Hide
Tony Butler added a comment -

This fix has actually broken our "Re-sort courses by name" button. It has always worked fine but after upgrading to 1.9.9 it now has no effect. The up and down arrows still work though.

With debugging on I get messages like:
Duplicate entry '1-170852' for key 'category_sortorder'
UPDATE mdl_course SET sortorder = '170852' WHERE id = '2704'

Reverting the changes to course/category.php fixes it in my test environment.

We're using SLES 11, Apache 2, MySQL 5.0.26, PHP 5.2.5.

Cheers.

Show
Tony Butler added a comment - This fix has actually broken our "Re-sort courses by name" button. It has always worked fine but after upgrading to 1.9.9 it now has no effect. The up and down arrows still work though. With debugging on I get messages like: Duplicate entry '1-170852' for key 'category_sortorder' UPDATE mdl_course SET sortorder = '170852' WHERE id = '2704' Reverting the changes to course/category.php fixes it in my test environment. We're using SLES 11, Apache 2, MySQL 5.0.26, PHP 5.2.5. Cheers.
Hide
Helen Foster added a comment -

Tony, sorry to hear that the fix has broken your "Re-sort courses by name" button. Reopening the issue for further investigation.

Show
Helen Foster added a comment - Tony, sorry to hear that the fix has broken your "Re-sort courses by name" button. Reopening the issue for further investigation.
Hide
Abraham Carrillo Cabrera added a comment -

Any fix? Same problem with 1.9.9 "Re-sort courses by name" button broken. Any workaround.?!?

Show
Abraham Carrillo Cabrera added a comment - Any fix? Same problem with 1.9.9 "Re-sort courses by name" button broken. Any workaround.?!?
Hide
Tony Butler added a comment -

Hi Abraham,

Did it work pre-1.9.8? If so, reverting the changes to course/category.php worked for us. Try the attached patch.

Cheers,
Tony

Show
Tony Butler added a comment - Hi Abraham, Did it work pre-1.9.8? If so, reverting the changes to course/category.php worked for us. Try the attached patch. Cheers, Tony
Hide
Andrew Davis added a comment -

Sorry about the delay. Hopefully Ill get time to investigate this further later this week.

Show
Andrew Davis added a comment - Sorry about the delay. Hopefully Ill get time to investigate this further later this week.
Hide
Sean McKay added a comment -

We are also experiencing the same issue and are now on 1.9.9. The Sort Courses by Name button is not working for us as well.

Show
Sean McKay added a comment - We are also experiencing the same issue and are now on 1.9.9. The Sort Courses by Name button is not working for us as well.
Hide
Andrew Davis added a comment - - edited

Hi. I'm attaching a patch that will hopefully resolve this. Can someone who is experiencing the problem and has a test environment try it and let me know how you go? Do not apply this patch to your production servers.

Show
Andrew Davis added a comment - - edited Hi. I'm attaching a patch that will hopefully resolve this. Can someone who is experiencing the problem and has a test environment try it and let me know how you go? Do not apply this patch to your production servers.
Hide
Tony Butler added a comment -

Thanks Andrew. That works successfully, but gives the following message:

Notice: Undefined property: stdClass::$min in /var/www/moodle/course/category.php on line 63

Show
Tony Butler added a comment - Thanks Andrew. That works successfully, but gives the following message: Notice: Undefined property: stdClass::$min in /var/www/moodle/course/category.php on line 63
Hide
Andrew Davis added a comment -

I'm sorry Tony. That's my fault. Can you please try this patch?

Show
Andrew Davis added a comment - I'm sorry Tony. That's my fault. Can you please try this patch?
Hide
Tony Butler added a comment -

That seems fine now Andrew.

Show
Tony Butler added a comment - That seems fine now Andrew.
Hide
Andrew Davis added a comment -

Fix committed. Thanks for your help Tony

Show
Andrew Davis added a comment - Fix committed. Thanks for your help Tony
Hide
Martin Dougiamas added a comment -

Inaki reports this is not quite fixed yet ... (discussion in dev chat just now)

Show
Martin Dougiamas added a comment - Inaki reports this is not quite fixed yet ... (discussion in dev chat just now)
Hide
Andrew Davis added a comment - - edited

Was able to find the discussion in the dev chat logs. Aside from Iñaki Arenaza seeing increasing sortorders there was no additional information. I'm waiting on either more info or the patch he mentioned.

Show
Andrew Davis added a comment - - edited Was able to find the discussion in the dev chat logs. Aside from Iñaki Arenaza seeing increasing sortorders there was no additional information. I'm waiting on either more info or the patch he mentioned.
Hide
Rosario Carcò added a comment -

Please see here, in 1.9.9+ the sortorder fields are still overflown: http://tracker.moodle.org/browse/MDL-14718. Thanks for a quick solution.

Show
Rosario Carcò added a comment - Please see here, in 1.9.9+ the sortorder fields are still overflown: http://tracker.moodle.org/browse/MDL-14718. Thanks for a quick solution.
Hide
Helen Foster added a comment -

Any update on this issue?

Show
Helen Foster added a comment - Any update on this issue?
Hide
Donna Hrynkiw added a comment -

Responding to Helen's query: FWIW, I could have sworn that the course sort started working for us at about Moodle v1.9.8 or thereabouts, but I just tried it on our main production site (Moodle 1.9.10 (Build: 20101025)) and it did not sort.

Show
Donna Hrynkiw added a comment - Responding to Helen's query: FWIW, I could have sworn that the course sort started working for us at about Moodle v1.9.8 or thereabouts, but I just tried it on our main production site (Moodle 1.9.10 (Build: 20101025)) and it did not sort.
Hide
Donna Hrynkiw added a comment -

A few more (new) details: When I use the "Re-sort courses by name" button, the resulting list is not only not sorted, the text size on the page is bumped up a level or two (it gets bigger), and I get a narrow banner across the top of the page with the word "Success" in it. Clicking on any link takes the text size back to normal. I had thought this effect might be a result of some flakey coding in our custom theme, but it also happens in Chameleon theme.

Thank goodness only site Admins see this.

Moodle v1.9.10 with none of the suggested patches for this issue installed.
Effect noted in both our main production Moodle instance and our sandbox instance.

Show
Donna Hrynkiw added a comment - A few more (new) details: When I use the "Re-sort courses by name" button, the resulting list is not only not sorted, the text size on the page is bumped up a level or two (it gets bigger), and I get a narrow banner across the top of the page with the word "Success" in it. Clicking on any link takes the text size back to normal. I had thought this effect might be a result of some flakey coding in our custom theme, but it also happens in Chameleon theme. Thank goodness only site Admins see this. Moodle v1.9.10 with none of the suggested patches for this issue installed. Effect noted in both our main production Moodle instance and our sandbox instance.
Hide
Susan Mangan added a comment -

We just upgraded to v.1.9.12 and our course sorting has suddenly broken. We have over 100 categories with hundreds of courses not sorted.

Oddly, in IE8 after an attempt to sort is made the courses seem to all shift to the left temporarily.

I can confirm it was working fine in our previous version 1.9.8.

Show
Susan Mangan added a comment - We just upgraded to v.1.9.12 and our course sorting has suddenly broken. We have over 100 categories with hundreds of courses not sorted. Oddly, in IE8 after an attempt to sort is made the courses seem to all shift to the left temporarily. I can confirm it was working fine in our previous version 1.9.8.
Hide
Susan Mangan added a comment -

update: very odd - was going to test a patch on our dev server and realized that the problem does not occur here. How can that be? We are running the same version on both instances: Moodle 1.9.12+ (Build: 20110511)

Show
Susan Mangan added a comment - update: very odd - was going to test a patch on our dev server and realized that the problem does not occur here. How can that be? We are running the same version on both instances: Moodle 1.9.12+ (Build: 20110511)
Hide
Kathryn Fortin added a comment -

We currently have clients that are having this issue also, they are on 1.9.11

Show
Kathryn Fortin added a comment - We currently have clients that are having this issue also, they are on 1.9.11
Hide
Donna Hrynkiw added a comment -

Susan, from some of the comments I've seen the sort problem seems to be related to the number of courses you're sorting and how often they've been sorted. A background index number gets bumped up by some significant amount on each sort and when the maximum value has been reached, the sort stops working.

Show
Donna Hrynkiw added a comment - Susan, from some of the comments I've seen the sort problem seems to be related to the number of courses you're sorting and how often they've been sorted. A background index number gets bumped up by some significant amount on each sort and when the maximum value has been reached, the sort stops working.
Hide
Susan Mangan added a comment -

Thanks Donna, yes I figured that out after! Is there a workaround for this right now?

Show
Susan Mangan added a comment - Thanks Donna, yes I figured that out after! Is there a workaround for this right now?
Hide
Susan Mangan added a comment -

Update. After an exhaustive search through the forums and tracker I applied a change to our database (change column data type for mdl_course.sortorder to bigint).

This change did in fact resolve our issue. We are now able to sort courses using the Re-sort courses by name button and the manual sort using the arrow icons seems to be working as well.

Show
Susan Mangan added a comment - Update. After an exhaustive search through the forums and tracker I applied a change to our database (change column data type for mdl_course.sortorder to bigint). This change did in fact resolve our issue. We are now able to sort courses using the Re-sort courses by name button and the manual sort using the arrow icons seems to be working as well.
Hide
Anthony Borrow added a comment -

If I understand what the way this was fixed was to just add a really large number to things. I'm wondering if it might help to also take the max number and the min number in the sort column and using that to calculate a new beginning spot. Might that keep the numbers from getting insanely large. I've not looked closely at this so I'm just thinking out loud - not sure if it will be practical or useful. Peace - Anthony

Show
Anthony Borrow added a comment - If I understand what the way this was fixed was to just add a really large number to things. I'm wondering if it might help to also take the max number and the min number in the sort column and using that to calculate a new beginning spot. Might that keep the numbers from getting insanely large. I've not looked closely at this so I'm just thinking out loud - not sure if it will be practical or useful. Peace - Anthony
Hide
Susan Mangan added a comment -

I'm not so sure what I posted is a fix so much as a workaround

Show
Susan Mangan added a comment - I'm not so sure what I posted is a fix so much as a workaround