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

Drag-and-drop of a session from unscheduled back to unscheduled leaves the javascript in a confused state #1386

Closed
ietf-svn-bot opened this issue Apr 28, 2014 · 4 comments

Comments

@ietf-svn-bot
Copy link

resolution_fixed type_defect | by rjsparks@nostrum.com


When editing a schedule, if you start to drag an unscheduled session and choose not to schedule it, dropping it back in the unscheduled "bucket list":

  • The first time you do this, it resorts everything in the list. It also makes some changes to the underlying object.

  • The second time you do this, the changes from the first time cause a large section of code to be skipped. Among other things, the green-hash background style doesn't get removed from the session.

After that first time, trying to drag that object to a real timeslot updates the database, but the code reports an error (leaving the whole set of js objects in a questionable condition), and the GUI is left in an incorrect state. The thing dropped is not drawn in its new position - the new position is left with the green-hash on.


Issue migrated from trac:1386 at 2022-03-04 03:42:44 +0000

@ietf-svn-bot
Copy link
Author

@rjsparks@nostrum.com changed status from new to closed

@ietf-svn-bot
Copy link
Author

@rjsparks@nostrum.com changed resolution from `` to fixed

@ietf-svn-bot
Copy link
Author

@rjsparks@nostrum.com commented


Fixed in 7b9e6b5:

Addresses issue with dragging and dropping unscheduled items back into the unscheduled bin (primary fix provided by Matt Miller). Fixes bug 1386. Commit ready for merge.

@ietf-svn-bot
Copy link
Author

@henrik@levkowetz.com commented


Fixed in d8735b8:

Merged 7b9e6b5 from rjsparks@nostrum.com: Addresses issue with dragging and dropping unscheduled items back into the unscheduled bin (primary fix provided by Matt Miller). Fixes bug 1386.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant