1. 18 5月, 2017 6 次提交
    • R
      Screenreader support for when docs are expanded · e18df5b2
      Ramya Achutha Rao 提交于
      e18df5b2
    • M
      Preserve Webview Scroll Position (#26426) · dea44c8f
      Matt Bierner 提交于
      * Preserve Webview Scroll Position
      
      Fixes #22995
      
      **Bug**
      If you switch away from an editor that users a webview, the scroll position is currently not preserved. This effects our release notes and the markdown preview. The root cause is that the webview is disposed of when the view is hidden.
      
      **Fix**
      Add some presisted state to track scrollProgress through the webview. Use this state in the standard html editor and in the release notes.
      
      * Use view state
      
      * Continue prototype memento based approach
      
      * Preserve Webview Scroll Position
      
      Fixes #22995
      
      **Bug**
      If you switch away from an editor that users a webview, the scroll position is currently not preserved. This effects our release notes and the markdown preview. The root cause is that the webview is disposed of when the view is hidden.
      
      **Fix**
      Add some presisted state to track scrollProgress through the webview. Use this state in the standard html editor and in the release notes.
      
      * Revert changes to ReleaseNotesInput
      dea44c8f
    • J
      fix windows build · b8521876
      Joao Moreno 提交于
      b8521876
    • R
      Toggle expanded docs, add stickyness to expansion (#26783) · e0969a51
      Ramya Rao 提交于
      * Toggle expanded docs, add stickyness to expansion
      
      * New command for moving focus to/from details
      
      * Store user choice in local storage
      
      * Refactoring
      
      * Show prev width for suggest list unless docs expand
      
      * Add keybinding to Read Less button
      e0969a51
    • D
      node-pty@0.6.5 · ecf1ca70
      Daniel Imms 提交于
      Fixes #17609
      ecf1ca70
    • C
      5573e3a6
  2. 17 5月, 2017 34 次提交