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

When scroll with the mouse wheel the value in datePicker editor for edited cell is empty #2958

Closed
nrobakova opened this issue Nov 7, 2018 · 2 comments · Fixed by #3307
Closed
Assignees
Labels
🐛 bug Any issue that describes a bug 📉 regression 🧨 severity: medium grid: cell-editing grid: general version: 6.2.x ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.

Comments

@nrobakova
Copy link
Contributor

Description

When scroll with the mouse wheel the value in datePicker editor for edited cell is empty

  • igniteui-angular version: 6.2.x
  • browser: N/A

Steps to reproduce

  1. Open dev sample gridCellEditing
  2. Open a cell in column OrderDate in edit mode
  3. Scroll with the mouse wheel

This issue is related to the issue #2535

Result

Value in the datePicker is empty

Expected result

Value should be correct

Attachments

Attach a sample if available, and screenshots, if applicable.
image

@tachojelev
Copy link
Contributor

The issue is not reproduced in 6.1.x.

@tachojelev tachojelev added 🆕 status: new and removed 🛠️ status: in-development Issues and PRs with active development on them labels Nov 9, 2018
@tachojelev
Copy link
Contributor

A possible fix for this issue would be invoking the detectChanges() method at the end of the onScroll() method of the IgxGridForOfDirective, however this should not be necessary since the IgxGridBaseComponent's verticalScrollHandler invokes the onScroll method and the detectChanges method successively.
This is why since the issue is reproduced with the scroll wheel, we may want to take a look at the IgxScrollInertiaDirective to resolve this issue instead of using detectChanges.

@dkamburov dkamburov added ❌ status: awaiting-test PRs awaiting manual verification and removed 🛠️ status: in-development Issues and PRs with active development on them 💥 status: in-test PRs currently being tested labels Nov 29, 2018
@mpavlinov mpavlinov added ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged. and removed ❌ status: awaiting-test PRs awaiting manual verification labels Nov 30, 2018
rkaraivanov pushed a commit that referenced this issue Dec 6, 2018
…endar in igxCell (#3224)

* fix(igxCell): Use value instead of ngModel (#2958)

* fix(igxCell): Add change and onSelection event to reflect value changes (#2958)

*  fix(igxCell): Add change and onSelection for tree-cell too (#2958)

* fix(igxCell): Expose and use getter and setter for editValue (#2958)

* chore(igxCell): Fix failing test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Any issue that describes a bug 📉 regression 🧨 severity: medium grid: cell-editing grid: general version: 6.2.x ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Projects
None yet
6 participants