Hi guys,
I have problems in cck online edition via Jquery - Ajax.
Is very simple to reproduce, with D7 you create a new content with several groups and several fields.
If this structure is complex, browsers can't load.
If you try to remove an image via ajax you will see the jquery stack size error :
An unrecoverable error occurred. The uploaded file likely exceeded the maximum file size 80Gb.
Is not possible to reach this size. And if you increment to 80Tb the error is the same.
This subject is only with complex contents (many groups , many field). If you try to edit an small content you can edit without problems.
Talking with an expert the problem is :
As you said "there are tens of thousands of cells in the page" then binding the click-event to every single cell will cause a terrible performance problem.
it's too much for jquery to handle especially where it's dealing with a lot of elements
So, the solution to create an small content is posible but we lose all new D7 Cck power.
Anybody know another solution ?
Is needed to wait for a new Jquery version ?
I have tested with all browsers (Chrome, Opera , Safari and the best is Firefox) Versions checked 12 for Windows and 11 for Ubuntu.
I suppose many people will have this problem when try to edit a complex cck structures.
Best.
Ricardo Cabello Torres / brqx.
Comments
Comment #1
markhalliwellThis right here indicates that it isn't an issue with this project, but rather the module that implement's said bindings.