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

Working Performance Set Improvements#9507

Merged
redmunds merged 1 commit intomasterfrom
jeff/wsv-perf-mods
Oct 10, 2014
Merged

Working Performance Set Improvements#9507
redmunds merged 1 commit intomasterfrom
jeff/wsv-perf-mods

Conversation

@JeffryBooher
Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

@redmunds

@redmunds
Copy link
Copy Markdown
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