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: Edit cell mouseout should save & excel copy should work, fix #1103 #1104

Merged

Conversation

ghiscoding
Copy link
Owner

@ghiscoding ghiscoding commented Feb 23, 2023

  • fixes Auto edit is not functioning #1103 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 Auto edit is not functioning #1103

TODO

  • requires Slickgrid-Universal patch version to be released

msedge_nI3oLd6tGu

- fixes #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
@ghiscoding ghiscoding added the requires Universal change/release code change must first be implement in Slickgrid-Universal label Feb 23, 2023
@codecov
Copy link

codecov bot commented Feb 23, 2023

Codecov Report

Merging #1104 (3102094) into master (0449e3f) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master     #1104   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        11           
  Lines          914       914           
  Branches       320       320           
=========================================
  Hits           914       914           
Impacted Files Coverage Δ
...lickgrid/components/angular-slickgrid.component.ts 100.00% <100.00%> (ø)

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

@@ -1,4 +1,4 @@
describe('Example 3 - Grid with Editors', { retries: 1 }, () => {
describe('Example 3 - Grid with Editors', { retries: 0 }, () => {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to rollback to 1 retry

@ghiscoding ghiscoding merged commit e79b1ae into master Feb 24, 2023
@ghiscoding ghiscoding deleted the bugfix/remove-usage-of-suppressActiveCellChangeOnEdit branch February 24, 2023 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
requires Universal change/release code change must first be implement in Slickgrid-Universal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Auto edit is not functioning
1 participant