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

editable widget, empty cell and ff #1570

Closed
zod6 opened this issue Jul 27, 2018 · 4 comments
Closed

editable widget, empty cell and ff #1570

zod6 opened this issue Jul 27, 2018 · 4 comments

Comments

@zod6
Copy link

zod6 commented Jul 27, 2018

In firefox it's impossible to edit empty cell. Chrome is ok.
For example first cell in 'age' column: http://jsfiddle.net/xxmha2Ly/204/

@Mottie
Copy link
Owner

Mottie commented Jul 27, 2018

Hi @zod6!

This is a long-standing bug in Firefox. I would recommend adding a   or telling your users to use the Tab key to navigate to the empty cell.

Otherwise, I could have the editable widget add the non-breaking space to all empty cells.

@Mottie Mottie closed this as completed in 4eea389 Jul 27, 2018
@Mottie
Copy link
Owner

Mottie commented Jul 27, 2018

I've updated the editable widget in the master branch... this fix will be available in the next update, but there is no definitive date set on the release.

@zod6
Copy link
Author

zod6 commented Jul 27, 2018

Thank you for quick answer!
Those who are using 'editable'. Don't forget to:
a) inform users to delete space if necessary
b) trim() before inserting to db
c) or just live with extra spaces

@Mottie
Copy link
Owner

Mottie commented Jul 27, 2018

Setting the editable_trimContent option to true will take care of any extra spaces, except for the empty cell with an  .

@Mottie Mottie removed the Next Update label Dec 1, 2019
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