Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Davidkutu/scroll fix to release #7236

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

Merged
merged 1 commit into from
Sep 5, 2019
Merged

Conversation

DavidKutu
Copy link

porting #7198

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
  • Title summarizes what is changing
  • Has a news entry file (remember to thank yourself!)
  • Appropriate comments and documentation strings in the code
  • Has sufficient logging.
  • Has telemetry for enhancements.
  • Unit tests & system/integration tests are added/updated
  • Test plan is updated as appropriate
  • package-lock.json has been regenerated by running npm install (if dependencies have changed)
  • The wiki is updated with any design decisions/details.

* check the position of the scroll in the interactive
window, if it is at the bottom, the screen stays at the
bottom, and if not, the screen stays in place.
Throttling of the scroll was increased to help with
consistency on rapidly appearing plots.

* handle the scroll in the MainPanel, tested to work
with: - regular code, -dataframes, -big and regular plots.

* Added some comments.
@codecov-io
Copy link

Codecov Report

Merging #7236 into release will decrease coverage by 0.81%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           release    #7236      +/-   ##
===========================================
- Coverage    58.48%   57.66%   -0.82%     
===========================================
  Files          485      485              
  Lines        21437    21089     -348     
  Branches      3462     3457       -5     
===========================================
- Hits         12537    12161     -376     
- Misses        8122     8143      +21     
- Partials       778      785       +7
Impacted Files Coverage Δ
src/datascience-ui/history-react/mainPanelState.ts 0% <ø> (ø) ⬆️
.../client/datascience/jupyter/jupyterConnectError.ts 0% <0%> (-66.67%) ⬇️
...science/jupyter/jupyterKernelPromiseFailedError.ts 0% <0%> (-50%) ⬇️
...ent/datascience/jupyter/jupyterWaitForIdleError.ts 0% <0%> (-50%) ⬇️
src/client/api.ts 60% <0%> (-27.5%) ⬇️
src/client/common/utils/platform.ts 64.7% <0%> (-23.53%) ⬇️
src/client/language/characters.ts 12% <0%> (-21.34%) ⬇️
src/client/testing/codeLenses/main.ts 60% <0%> (-17.78%) ⬇️
src/client/datascience/cellFactory.ts 72.34% <0%> (-17.32%) ⬇️
src/client/common/logger.ts 68.55% <0%> (-6.92%) ⬇️
... and 33 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 557fbaf...6441cf9. Read the comment docs.

@DavidKutu DavidKutu merged commit 8773f63 into release Sep 5, 2019
@DavidKutu DavidKutu deleted the davidkutu/scroll_fix_to_release branch September 5, 2019 23:15
DavidKutu pushed a commit that referenced this pull request Sep 9, 2019
* add cron job to nightly tests (#7128) (#7158)

* close restart session right away (#7153) (#7161)

* close restart session right away

* ignore errors on await, don't want to stop and wait for shutdown

* Release changes (#7183)

* check the position of the scroll in the interactive (#7198) (#7236)

* check the position of the scroll in the interactive
window, if it is at the bottom, the screen stays at the
bottom, and if not, the screen stays in place.
Throttling of the scroll was increased to help with
consistency on rapidly appearing plots.

* handle the scroll in the MainPanel, tested to work
with: - regular code, -dataframes, -big and regular plots.

* Added some comments.

* Turned the check of the scroll at the bottom from  … (#7259)

checking equal to checking a range to make it work with fractions.

* Preparation for point release (#7268)
@lock lock bot locked as resolved and limited conversation to collaborators Sep 12, 2019
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.

3 participants