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

refactor: add 10ms delay on 1st resize so it's after grid render #462

Merged
merged 1 commit into from
Sep 1, 2021

Conversation

ghiscoding
Copy link
Owner

  • hopefully helps in fixing blank data shown in Angular-Slickgrid

…ender

- hopefully helps in fixing blank data shown in Angular-Slickgrid
@codecov
Copy link

codecov bot commented Sep 1, 2021

Codecov Report

Merging #462 (011d85c) into master (aa9597a) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #462   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          220       220           
  Lines        13491     13491           
  Branches      4426      4426           
=========================================
  Hits         13491     13491           
Impacted Files Coverage Δ
packages/common/src/services/resizer.service.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 aa9597a...011d85c. Read the comment docs.

@ghiscoding ghiscoding merged commit ce245a2 into master Sep 1, 2021
@ghiscoding ghiscoding deleted the bugfix/angular-render-problem branch September 1, 2021 18:50
ghiscoding-SE pushed a commit that referenced this pull request Sep 8, 2021
- the previous PR #462 which added a delay in the grid resize actually introduced a regression in Salesforce, the hack which looks for a resize every few ms wasn't registered at all anymore because of the new delay. So let's put back the way it was before and and also add a 2nd one with the delay required by Angular-Slickgrid
ghiscoding added a commit that referenced this pull request Sep 8, 2021
…force

fix(resizer): regression introduced by #462 for the grid resize in SF
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.

1 participant