Open TinyBrowser from CKEditor Image dialog window, then upload file, go to Browse tab and select image, empty path is returned to CKEditor.
Have to open TinyBrowser again to select previously uploaded file.
--
Wysiwyg 6.x-2.1
TinyBrowser 6.x-1.x-dev

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pixture’s picture

Thanks for the bug info. I was able to reproduce the problem and I've been looking into this issue, but it seems to be difficult to resolve. I will keep on working on this.

pixture’s picture

Assigned: Unassigned » pixture

Tommorow's dev snapshot release will include the fix for this issue.

matulis’s picture

Looks like flex upload breaks session variables, so after files upload CKEditor funcnum is lost. Here is my workaround: save CKEditor funcnum as serialized data in the global user object.