Thanks for the report. I've posted a fix on GitHub for you to check out. Locally, you could just replace the fuel/modules/fuel/models/assets_model.php and it should fix the issue.
However, when I try to upload a new asset, all of the ligit files (*.jpg, *.pdf, etc) are grayed out, so I can't upload files. All's well if I FTP in to upload the asset.... no go through the admin cp.
Also, when adding an image asset using the inline editing tool, the image selector div appears behind the inline editing box, making it difficult or impossible to select the asset.
I've pushed a fix for the z-index issue on Chrome. The file upload seems to be a bug in Chrome on OS X even if I change the accept attribute from using pipes to commas as delimiters of file types. I'll look into a fix: http://drupal.org/node/953922
I've pushed a fix for the Chrome uploading assets issue. It seems to be a bug with Chrome from what I've read, so the fix was to remove the 'accept' attribute via javascript and implement the accept parameters via a class="accept-...." which the Multifile plugin it's using also allows.
Comments
The image box loads but it just shows *css files as selectable
However, when I try to upload a new asset, all of the ligit files (*.jpg, *.pdf, etc) are grayed out, so I can't upload files. All's well if I FTP in to upload the asset.... no go through the admin cp.
Thanks!!!
Google Chrome on OSX.
Firefox seems to work OK.
http://drupal.org/node/953922