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: regression Edit cell mouseout should save & excel copy should work #941

Merged

Conversation

ghiscoding
Copy link
Owner

  • fixes a bug identified in Angular-Slickgrid issue caused by a regression introduced in Slickgrid-Universal PR 901
  • requires Slickgrid-Universal PR 917 to be merged and released
  • the regression came after I wanted to fix another bug which was that making a cell range and Copy+Paste wasn't working, when fixing that bug it caused a new bug (this regression). This PR should fix both of these bugs and remove a very old hack that was introduced with suppressActiveCellChangeOnEdit which is no longer required
  • added Cypress E2E tests to cover the bug identified in feat: add sub-menus to all Menu extensions/plugins #1103

TODO

  • requires Slickgrid-Universal patch version to be released

msedge_nI3oLd6tGu

- fixes a bug identified in Angular-Slickgrid [issue](ghiscoding/Angular-Slickgrid#1103) caused by a regression introduced in Slickgrid-Universal PR [901](ghiscoding/slickgrid-universal#901)
- requires Slickgrid-Universal PR [917](ghiscoding/slickgrid-universal#917) to be merged and released
- the regression came after I wanted to fix another bug which was that making a cell range and Copy+Paste wasn't working, when fixing that bug it caused a new bug (this regression). This PR should fix both of these bugs and remove a very old hack that was introduced with `suppressActiveCellChangeOnEdit` which is no longer required
- added Cypress E2E tests to cover the bug identified in #1103
@codecov
Copy link

codecov bot commented Feb 24, 2023

Codecov Report

Merging #941 (687bd41) into master (c19f20b) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #941   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        15           
  Lines          969       969           
  Branches       322       322           
=========================================
  Hits           969       969           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@ghiscoding ghiscoding merged commit 2fa2761 into master Feb 24, 2023
@ghiscoding ghiscoding deleted the bugfix/remove-usage-of-suppressActiveCellChangeOnEdit branch February 24, 2023 00:11
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