-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Order of tasks are shuffled #318
Comments
Confirmed. Fixing On Wed, Feb 6, 2013 at 6:10 PM, lunaire [email protected] wrote:
|
I get this too, sadface. |
Here too :( |
Mine got rearranged up and is insisting on the new order of things. That is to say, after refresh, it reverts to the wrong order. |
I've found the issue, but I'm not sure how to fix it. Here's the backstory: Derby uses refLists to maintain order of object lists. So you have I'm babbling in case devs (@SlappyBag) are listening :) And thinking out loud. |
As I mentioned on gTalk instead of having two objects; one the tasks themselves and one for the task lists. Could you put the an extra variable in the actual task itself with its position. Then it could be uploaded/downloaded as one whole object instead of two and if the tasks display you'd know that variable was coming down the pipes. Then you'd just need the JS to display them in the order of that variable? |
fixed 5ea0dfe |
I was lucky enough to have read @SLaks' commit message for this just today, I never would have figured this one out on my own SLaks/racer@8792107 |
some people are still finding this to be an issue, re-opening |
Happened to me just now... |
|
naw, we're reverted back to a commit before due-dates. It's actually been an issue for the last few days still. I blame refLists. Also, I'm keeping a keen eye on https://github.com/SLaks/racer - this guy's been fixing up refLists and model queries like woa |
I was making a funny =( Many projects seem to be having problems withth derby refLists if I recal |
If you can reproduce this, can you try to determine whether the IDs are wrong (in which case the problem would probably be in listenerQueryMutator or types/find.js) or whether the refList is broken? |
i went to assign a due date on a todo. As soon as I clicked on the date textbox, all habits, dailies, todos, and rewards vanished. After I refreshed, everything was still there but was shuffled. Whenever my tasks do get shuffled, it's usually preceded by everything vanishing momentarily/until a refresh. |
Haven't touched due dates yet, but experiencing the same event order as @mattrozak, vanishing -> refresh -> shuffling Chrome v24.0.1312.57 |
possible clue codeparty/racer-db-mongo#6 (comment) @SLaks I'll give your suggestions a try moment I can, thanks! |
very much looking forward to the solution... |
Even if the order of tasks is not shuffled, most days I can't even drag and drop my tasks to arrange them in the order I want. This function seems to be working only intermittently. Any idea when this might be stable? Chrome 25.0.1364.99 |
Today this is not happening for me. Can anyone else confirm if it appears resolved? |
Closed in error. |
It is still happening to me |
Does it matter if we publicly post them, or should it be a P.M? |
email it to me directly: link (though, since api-tokens were enacted it is safe to show UUIDs publicly) |
I haven't fixed anything directly, but I've been merging in SLaks' Racer fork commits periodically, many of which deal directly with refLists (refLists definitely being the issue with this ticket). So I check in here from time to time to see if any recent Racer fixes solved the problem.. |
Thanks--i just sent my id to you. Given your last comment, does that mean I should give it a shot and see what happens, or wait till you've had a chance to play with it further? |
incidentally, i just tried moving a couple items, the page hiccuped...i refreshed, and the changes i made were discombobulated again, so it's definitely still happening. |
If it helps, I'm not experiencing any shuffling issues or trouble reordering tasks, however I found I can move tasks around with out issue but still can't move rewards. Same behaviour as before where it selects text rather than move around the item. |
You can't move items, those aren't sortable. reward-rewards? On Tuesday, March 5, 2013, horusofoz wrote:
|
@lefnire, no I can confirm this, sometimes I can drag and drop custom On Tue, Mar 5, 2013 at 2:07 PM, Tyler Renelle [email protected]:
|
Roger that, I'll work on rewards today then On Tuesday, March 5, 2013, Pandoro wrote:
|
Just a few extra info: I'm the one that opened this issue, and this issue I am currently unable to move tasks/rewards manually on one of my On Tue, Mar 5, 2013 at 8:32 AM, Tyler Renelle [email protected]:
|
Just to add to the mix, I've been able to order items without shuffling since yesterday. |
While this is still open, I'd like to mention another bug. (It seemed better to post it here because this thread is mostly related and I didn't think it was necessary to open a new one. But if I should open a new thread, let me know). Basically: I can't rearrange rewards. |
reward re-arrange should be fixed now (note you can't rearrange store items) |
Confirmed now able to rearrange custom rewards |
I've been back in the saddle for a few days now and everything seems to be staying sorted, so far as I can tell, it's fixed. Thanks! |
cross our fingers! |
Hate to say it, but this just happened for me. Was refreshing as some of the stuff did not check correctly and after several refreshs, eventually everything got messed up :x It is not so critical, as it is a side case, but I think it is still a problem ;x |
we're exploring moving away from refLists, I'll chime in here if that happens |
Note that I'm in the middle of some very heavy performance work on refLists (see https://github.com/SLaks/racer/commits/refList-perf), which affects the behavior of nested refLists and may help here. I'd like to take a look at this issue and see if I can figure out what's going on here, but I won't have any time for that for at least a week or two. |
@SLaks I don't think it's performance issues per se effecting this ticket. We're experiencing some hard-to-explain funky-ness with I see you've been just strong-arming the Racer codebase though, I'm a huge fan of your fork! |
I realize that performance is not what you're looking for, but I'm reworking enough of the code that it might help. Two particular weaknesses in the current Racer code that I've noticed but am not working on right now is handling changes to parent paths (see my recent Racer issues) and translating paths when performing set operations on refLists (which may be causing some of your issues) |
Here's a description of above issue: #634 - totally don't meant to rope you into our troubles, I know you've got a lot of unroll.me on your plate :) But it could provide some handy info anyway. Actually, that last bit sounds exactly like the issue - translating paths when performing set operations. |
Hi! The site has been totally rewritten from the ground up, I'm closing the issue since it's probably fixed. Check if it's still happening and in case reopen the bug, thanks! Anyway sorting has still to be ported to new site |
This has happened seemingly everytime the server crashes or I get disconnected (i.e. today for the upgrade). The order of daily and todos are shuffled in a seemingly random fashion. Quite annoying since I had them ordered in order of importance.
Also, now I cannot re-order the tasks; it gets reset to this current order after I refresh the page.
[Intel/ windows 7 system, chrome browser]
The text was updated successfully, but these errors were encountered: