This is a migrated thread and some comments may be shown as answers.

Error when drag a window

1 Answer 42 Views
Window
This is a migrated thread and some comments may be shown as answers.
congdongdientu.
Top achievements
Rank 1
Veteran
congdongdientu. asked on 23 Jul 2020, 08:42 AM

Open up a window by this code, then throw a error "jit_nodeValue_3(...).fixedBoxOffsetTop is not a function"

onEditHandler({ dataItem }) {
    document.body.style.overflow = "hidden";
    this.bgOverlayOpened = true;
    this.params = {id: dataItem.stockId, isNewRecord: false};
    this._util.openpopup();
  }

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 27 Jul 2020, 06:57 AM

Hi,

Indeed the provided information is not enough for us to determine what causes the reported error. Please could you share some more technical details (especially what fixedBoxOffsetTop does) or ideally try to replicate the issue in an isolated runnable demo (or update any of the examples from our documentation). This will help us to understand better the scenario and be able to provide more effective assistance. Thank you in advance.

Regards,
Martin
Progress Telerik

Tags
Window
Asked by
congdongdientu.
Top achievements
Rank 1
Veteran
Answers by
Martin
Telerik team
Share this question
or