-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Great Work, I must say.
Works -almost- every time and addresses a major issue for real world applications with a lot of content to edit.
So , for a random sample of instances the CLOB content is loaded correctly; check below; yet the content of the Rich text editor fails to update.
Debugging the javascript code, I could suggest that issue is related to the timing of execution of the function
_handleClobRenderSuccess in apex-clob-load.js
even in problematic instances of execution, data param is correctly populated, however
$s(opts.$elmt[0], data);
seems to have no effect.
I've tried to modify the code to reference the affected element using its Id rather than its dom node reference, still no luck.
I really wish I could spend more time on this issue to give a more detailed explanation and possibly a fix.
Will post if I find a solution
Keep it up
Best Regards