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

fix(core): don't override alwaysShowVerticalScroll flag #438

Merged
merged 3 commits into from
Oct 14, 2020

Conversation

ghiscoding
Copy link
Owner

@ghiscoding ghiscoding commented Oct 6, 2020

  • the alwaysShowVerticalScroll flag should be dealt directly in the core and it should never show vertical scroll on left frozen container, even when the alwaysShowVerticalScroll is set to True (see core lib PR #537)
  • requires core lib PR #537 to be merged and released

- the `alwaysShowVerticalScroll` flag should be dealt directly in the core and it should never show vertical scroll on left frozen container, even when the `alwaysShowVerticalScroll` is set to True (see core lib [PR #537](6pac/SlickGrid#537))
@ghiscoding ghiscoding changed the title fix(core): don't override alwaysShowVerticalScroll flag WIP - fix(core): don't override alwaysShowVerticalScroll flag Oct 6, 2020
@codecov
Copy link

codecov bot commented Oct 6, 2020

Codecov Report

Merging #438 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #438   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          163       163           
  Lines        10230     10229    -1     
  Branches      3481      3480    -1     
=========================================
- Hits         10230     10229    -1     
Impacted Files Coverage Δ
.../aurelia-slickgrid/extensions/gridMenuExtension.ts 100.00% <100.00%> (ø)
...urelia-slickgrid/extensions/headerMenuExtension.ts 100.00% <100.00%> (ø)

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 fa8c67b...d5b325b. Read the comment docs.

@ghiscoding ghiscoding changed the title WIP - fix(core): don't override alwaysShowVerticalScroll flag fix(core): don't override alwaysShowVerticalScroll flag Oct 14, 2020
@ghiscoding ghiscoding merged commit 07687e0 into master Oct 14, 2020
@ghiscoding ghiscoding deleted the bugfix/frozen-dont-override-show-vertical-scroll branch October 14, 2020 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant