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

Issues with inputting data in a pricing table plugin in multiple browsers #1236

Closed
Tanay-J opened this issue Apr 27, 2023 · 1 comment
Closed
Milestone

Comments

@Tanay-J
Copy link

Tanay-J commented Apr 27, 2023

I am creating a pricing table using a custom plugin inside a suneditor instance. The table has editable columns for Name, Price, and Quantity, and the subtotal column value is dyanamically calculated based on the values of the Price and Quantity columns. Also, the table has tax and discount columns, which are calculated accordingly. There are buttons to add and delete rows as well.

While the plugin works fine in Firefox, I am experiencing issues with inputting data in other browsers. I am only able to input one character at a time. After entering a character, the focus is lost, the cursor disappears and I need to click on the cell again to get the cursor.

I have created a CodeSandbox to replicate the issue. Link.

The issue seems to be due to suneditor because same pricing table works correctly stand alone. Only inside suneditor and that too in Chrome the issue occurs.

@JiHong88 JiHong88 added this to the 2.45.0 milestone May 28, 2023
JiHong88 added a commit that referenced this issue May 28, 2023
@JiHong88
Copy link
Owner

The 2.45.0 version has been updated.
Thank you.

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