Hi,

We have a problem on uploading image. When we upload an image with Scald, the browser catch an jQuery error :

Uncaught TypeError: Cannot read property 'split' of undefined
    at HTMLDocument.eval (eval at <anonymous> (jquery.min.js?v=1.10.2:4), <anonymous>:6490:44)
    at c (jquery.min.js?v=1.10.2:4)
    at Object.add [as done] (jquery.min.js?v=1.10.2:4)
    at init.ready (jquery.min.js?v=1.10.2:4)
    at $.fn.init.init (jquery.min.js?v=1.10.2:4)
    at $.fn.init (drupal.js?omsrob:26)
    at x (jquery.min.js?v=1.10.2:4)
    at eval (eval at <anonymous> (jquery.min.js?v=1.10.2:4), <anonymous>:6488:3)
    at eval (eval at <anonymous> (jquery.min.js?v=1.10.2:4), <anonymous>:6500:3)
    at eval (<anonymous>)

This error doesn't "destroy" our code, but it's reduce the size of the user interface.

Thanks in advance

CommentFileSizeAuthor
after-upload.jpg165.32 KBsilverblack44
before.png329.25 KBsilverblack44
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

silverblack44 created an issue. See original summary.

nagy.balint’s picture

Hi!

It seems you are using a file field there, so its not the plupload version.

Also the js backtrace does not seems to mention any of the js in this module.

It could be that you would also have this error on a file field on a node edit page when uploading an image.

Can you check if that is the case?

nagy.balint’s picture

Status: Active » Postponed (maintainer needs more info)