Changes between Initial Version and Version 1 of Ticket #13655
- Timestamp:
- Aug 10, 2011, 11:08:36 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13655
- Property Owner set to Jared Jurkiewicz
-
Ticket #13655 – Description
initial v1 1 I'm finding that after a successful upload in the LocalImage plugin, the uploader isn't working if you try to make any subsequent uploads. Setting a timeout before adding the image to the editor seems to fix the issue. If I change the onComplete event in _initialFileUploader to look like this:1 I'm finding that after a successful upload in the !LocalImage plugin, the uploader isn't working if you try to make any subsequent uploads. Setting a timeout before adding the image to the editor seems to fix the issue. If I change the onComplete event in _initialFileUploader to look like this: 2 2 3 3 {{{ … … 16 16 It seems to not break. I'm also finding that this doesn't happen if the image upload failed. 17 17 18 Probably not the best way to fix this, but at least it provides some insight as to what's going on (I think the editor needs to be shown right after uploading is complete to fix some styling.) Perhaps this is more of an uploader bug than a LocalImage bug.18 Probably not the best way to fix this, but at least it provides some insight as to what's going on (I think the editor needs to be shown right after uploading is complete to fix some styling.) Perhaps this is more of an uploader bug than a !LocalImage bug.