Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.0] Not support DragInDrop to "mediafield" in Article Editor and not Support format WEBP #28305

Closed
korenevskiy opened this issue Mar 10, 2020 · 5 comments

Comments

@korenevskiy
Copy link
Contributor

korenevskiy commented Mar 10, 2020

Steps to reproduce the issue

Bug DragInDrop.
The standard <input type="file"/> field supports drag and drop. You can take an image file and drag it to the file field in any form of any Chromium-based browser site.
However, this function does not work when dragging a file to the image field in the material editor.
The modified file field should inherit from the <input type="file"/> field, we can use the tag, and add more functions. But you should always use the standard field <input type= "file"/>.
However, the material editor uses the <input type="TEXT"/> field without using the <LABEL>tag.
.
It is important to note that the field supposedly serves for the name of the file selected from the server. However, you can't change the name manually, which means it doesn't matter to the user what type of field this field actually is. If this is the case, we can use the hidden field <input type="hidden" name="filename"/>, but use the open field <input type="file"/> to upload and drag the file to the content editor.
.
The PHP language perfectly supports all the functions of working with WEBP images natively .
C hromium browsers natively support a ll functions o f working with WEBP images .
All viewers support the WEBP format.
MS Paint supports the HEIC format.
However, you need libraries to convert HEIC to PHP. the WEBP format is supported by PHP natively.

@Quy
Copy link
Contributor

Quy commented Mar 10, 2020

#27477 Please see if this a duplicate report.
#24157 WebP support request.

@korenevskiy korenevskiy changed the title [4.0] Not support DragInDrop Article Editor and not Support format WEBP [4.0] Not support DragInDrop in "mediafield" Article Editor and not Support format WEBP Mar 10, 2020
@korenevskiy korenevskiy changed the title [4.0] Not support DragInDrop in "mediafield" Article Editor and not Support format WEBP [4.0] Not support DragInDrop to "mediafield" in Article Editor and not Support format WEBP Mar 10, 2020
@jwaisner
Copy link
Member

@korenevskiy please check the issues that Quy commented with. Are these what you are reporting?

@joomla-cms-bot
Copy link

Set to "closed" on behalf of @jwaisner by The JTracker Application at issues.joomla.org/joomla-cms/28305

@jwaisner
Copy link
Member

Duplicate of #24157


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/28305.

@brianteeman
Copy link
Contributor

There are two issues here

  1. webp - duplicate report

  2. draag and drop image upload directly on the image input field - new feature request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants