After page loaded, I doubleclic one cell and can edit it using popup. It is correctly saved, but then if I doubleclic on another cell, nothing happens.

I cannot edit another cell until:

refreshing page
or
resizing table

Resizing table send a post resquest: http://www.mywebsite.com/slickgrid/callback/settings
Then I can edit another cell.

Comments

ledom’s picture

Any help about this please?

Tested on firefox and chromium, current and dev version, with same result.

ledom’s picture

Ajax_load, Jquery_ui, Views up to date. Same problem...

Could someone show me the way to debug? is it possible to add the settings callback (used when resizing) at the end of update callback to re-enable editor?

EDIT: got error jQuery.bt is undefined in firebug console

ledom’s picture

Just got it!

Disable the beautytip setting "Add beautytips js to every page" solve the issue.

ledom’s picture

Issue summary: View changes
Status: Active » Closed (fixed)