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

Place_holder isn't triggered at same time as normal calls #607

Open
etcook opened this issue Sep 6, 2018 · 3 comments
Open

Place_holder isn't triggered at same time as normal calls #607

etcook opened this issue Sep 6, 2018 · 3 comments

Comments

@etcook
Copy link

etcook commented Sep 6, 2018

I'm using best_in_place within ajax datatables and everything is working perfectly unless it's an empty field. In this case, the placeholder field isn't activated. I can manually call jQuery('.best_in_place').best_in_place() in the console, which will then trigger the place_holder fields, but it's already been called and working for the normal spans.

@TerenceLyu
Copy link

I am having the same issue. Did you got it fixed or did you find some workarounds?

@qmclaugh
Copy link

qmclaugh commented Jan 2, 2019

Yes, I see this too.

@etcook
Copy link
Author

etcook commented Jan 2, 2019

@TerenceLyu Sorry for the delay in responding. I did create a workaround, mostly by instantiating a new object as a placeholder and then feeding best_in_place a fake name so that there was always an object to click on. It's not an elegant solution at all, but it works.

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

No branches or pull requests

3 participants