Active
Project:
TinyBrowser
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
2 Jun 2010 at 21:47 UTC
Updated:
4 Jun 2010 at 11:40 UTC
Jump to comment: Most recent file
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
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | tinybrowser.module_6.x-1.x-dev-20100530_No-path-returned-if-just-uploaded-file-selected_.patch | 1.14 KB | matulis |
Comments
Comment #1
pixture commentedThanks 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.
Comment #2
pixture commentedTommorow's dev snapshot release will include the fix for this issue.
Comment #3
matulis commentedLooks 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.