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

double click cell, An error occurred: TypeError: Failed to construct 'FontFaceSetLoadEvent': Please use the 'new' operator, this DOM object constructor cannot be called as a function. #7936

Open
huyongyong1992 opened this issue May 9, 2024 · 1 comment

Comments

@huyongyong1992
Copy link

<ag-table
ref="circulatePackageTable"
:show-checkbox-column="true"
:col-parallel-width="false"
:datas="tableData"
:loading="loading"
toolbar
flexible
:columns-config="configHeader"
:page-size="pageSize"
:current-page="pageNum"
:total-rows="total"
ag-key="circulateOrderConfirm"
@page-change="handleCurrentChange"
@page-size-change="handlePageChange"
@on-row-selected-change="onRowSelected"
>

// configHeader like this
[ {
field: 'obtainQty',
headerName: this.$t('takeAwayQty'),
editable: true,
}]
when i double click cell, show Error
image

this cell is out of viewport, if this cell is in viewport, no this error

@AG-Zoheil
Copy link

Hi

Thank you for reporting this.

We'd be happy to look into this, but the most efficient way for us to do so would be for you to provide a live example reproducing the issue.

Please send us a live plunker sample which shows the issue. You can use one of the examples from our website as a starting point. Do let us know if you need further guidance on this.

We're looking forward to your response.

Kind regards,
Zoheil

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants