Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Working Performance Set Improvements #9507

Merged
merged 1 commit into from
Oct 10, 2014
Merged

Working Performance Set Improvements #9507

merged 1 commit into from
Oct 10, 2014

Conversation

JeffryBooher
Copy link
Contributor

This Replaces #9493

This is for #9439 -- Clicking on items in the working set is slow.

  • Don't create the drag ghost until needed
  • Improve Pane.focus(one big drag was currentElement.blur() so we only need to do that if we're focusing something that isn't code mirror.
  • Improve EditorManager._showEditor(), the UX changes for the pane DOM weren't targeting the right node to see if it needed to re-add the editor to the pane so this was happening every time the editor was shown.
  • Improve _open and _edit to not activate pane until after opening the document

Also Fixes #9428

@JeffryBooher
Copy link
Contributor Author

@redmunds

@redmunds
Copy link
Contributor

Merging.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Working Set autoscrolls when it shouldn't
2 participants