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

Optimize Editor window resize code #74

Closed
acmertz opened this issue Jun 17, 2015 · 0 comments
Closed

Optimize Editor window resize code #74

acmertz opened this issue Jun 17, 2015 · 0 comments
Milestone

Comments

@acmertz
Copy link
Owner

acmertz commented Jun 17, 2015

Update Ensemble.Pages.Editor to better handle window resize operations. As it currently functions, the application lags visibly when the user resizes its window due to firing too many resize events.

@acmertz acmertz added this to the Alpha 0.6 milestone Jun 17, 2015
acmertz pushed a commit that referenced this issue Jun 19, 2015
Changes include:
- Removed Ensemble.KeyboardMGR.
- Removed Ensemble.Pages.MainMenu (replaced with Ensemble.MainMenu).
- Closed #80.
- Removed [currently] unused properties from the Ensemble.Editor.UI
object (some items still remain and are in use, but will be refactored
out in a later update).
- Closed #78. Editor title bar commands have now been changed into HTML
<button> elements, and Ensemble.Editor.MenuMGR has been updated to
reflect this change.
- Began work on #81. The old DOM-based ruler has been temporarily
disabled in favor of the optimized, <canvas>-based upcoming replacement.
- Began work on #74. Disabling the old Timeline ruler solved most of the
problem, but there are still opportunities for improvement.
- Began work on #64. All of the old clickeaters have been removed, with
the exception of "editorTimelineEWClickEater." The issue will be closed
once this final clickeater has been removed.
- Further investigation required on #61, which now appears to be an
issue with the Edge HTML/JS engine.
- Temporarily disabled loading a project by double-clicking its file in
Windows Explorer. This feature was broken when the new Main Menu was
implemented, and will be replaced via #56 anyway.
- Removed obsolete code from the Media Browser.
- Removed obsolete code from default.js that pertained to the extended
splash screen from Windows 8.1.
- Various fixes from the WinJS 4.0.0 release update that had previously
been missed.
- Minor changes to the Timeline button styles in the Editor, pending
further refinement.
- Removed basically everything from default.css. Only a few essential
items now remain.
- Minor edits to the Settings menu animation, so it properly obstructs
the Editor view when activated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant