Code Monkey home page Code Monkey logo

Comments (3)

csnyder8749 avatar csnyder8749 commented on June 13, 2024

The clear method is being called out of scope.

This is error occurring everytime we scroll in a TreeGrid with virtualization:
Uncaught TypeError: Cannot set properties of undefined (setting 'lastPos')

This seems to be the issue
export class TreeInterSectionObserver extends InterSectionObserver , but has no constructor and does not have the following

    constructor() {
        super();
    }

In TypeScript when a class extends another class, the constructor of the base class "super' needs to be called or the inheriting class will not be created correctly. This is being done correctly in other classes in this file so it looks like an error of omission.

this is the constructor of InterSectionObserver

    constructor(element: HTMLElement, options: InterSection, movableEle?: HTMLElement) {
        this.element = element;
        this.options = options;
        this.movableEle = movableEle;
    }

intersection-observer.ts

from ej2-javascript-ui-controls.

farveensulthana avatar farveensulthana commented on June 13, 2024

Hi Craig Snyder,

Greetings from Syncfusion support.

Before proceeding your query, we need some additional information to replicate the issue from our end. Kindly share the following details to proceed further.

  1. Complete treegrid code details (properties and events, columns definition and events handling details if any).
  2. Video demo/screenshot of the issue.
  3. Share the platform that you are using with version.
  4. Share the package.json file to know about Syncfusion package version details.
  5. Exact replication steps to replicate the issue from our end(using video Demo.
  6. Are you using virtual with frozen columns or faced issue on enabling specific properties?
  7. If possible, kindly replicate the issue from this sample.

Kindly get back to us with the above details to proceed further.

Regards,

Farveen sulthana T

from ej2-javascript-ui-controls.

gsumankumar avatar gsumankumar commented on June 13, 2024

This issue has been inactive for over a week, so we are closing it for housekeeping purposes. If you have any additional information to assist us, please reopen the issue. Thank you for your understanding.

from ej2-javascript-ui-controls.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.