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

Timeline tracks numbered incorrectly after reloading a project #116

Closed
acmertz opened this issue Oct 19, 2015 · 1 comment
Closed

Timeline tracks numbered incorrectly after reloading a project #116

acmertz opened this issue Oct 19, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@acmertz
Copy link
Owner

acmertz commented Oct 19, 2015

If the user opens a project, closes it, and then opens a project again, the track numbers start with "0" and clips show up in incorrect locations. May also cause application instability.

@acmertz acmertz added the bug label Oct 19, 2015
@acmertz acmertz self-assigned this Oct 19, 2015
@acmertz acmertz added this to the Alpha 0.6 milestone Oct 19, 2015
acmertz referenced this issue Oct 27, 2015
Changes include:
- Reorganized old TimelineMGR code to make event listeners more
consistent (coding best practice).
- Removed scroll buttons (up and down) from the Timeline canvas.
Scrolling now uses the standard browser convention both horizontally and
vertically.
- Moved the Timeline "zoom" buttons into the main Editor toolbar.
- Removed the number display for Tracks in the Timeline.
- Moved Track controls into a context menu.
- Centered text vertically in Timeline Clips and their controls.
- More consistent border colors and locations for the Track container.
- Slight adjustments to Clip display in the Timeline to prevent "double"
borders from appearing when two clips are vertically adjacent. No
correction is currently done for clips that are horizontally adjacent.
- Remove automatic Track sizing and set all Tracks, clips, and their
controls to have a height of 50px at all times.
- Moved the striped background into CSS, rather than dynamically
generating it (dynamic generation is no longer needed since Tracks are
no longer resized vertically to fit their container).
@acmertz
Copy link
Owner Author

acmertz commented Oct 27, 2015

Closed in 1ebc688.

@acmertz acmertz closed this as completed Oct 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant