Closed (fixed)
Project:
Slickgrid
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2011 at 15:15 UTC
Updated:
14 Sep 2014 at 15:56 UTC
Jump to comment: Most recent
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
Comment #1
ledom commentedAny help about this please?
Tested on firefox and chromium, current and dev version, with same result.
Comment #2
ledom commentedAjax_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
Comment #3
ledom commentedJust got it!
Disable the beautytip setting "Add beautytips js to every page" solve the issue.
Comment #4
ledom commented