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 #57

Merged

Conversation

ghiscoding
Copy link
Owner

@ghiscoding ghiscoding commented Feb 24, 2023

  • 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 #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 Angular-Slickgrid
@ghiscoding ghiscoding merged commit 152bc80 into master Feb 24, 2023
@ghiscoding ghiscoding deleted the bugfix/remove-usage-of-suppressActiveCellChangeOnEdit branch February 24, 2023 00:56
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