Bug ID | 1215408 |
---|---|
Summary | kmozillahelper doesn't support file type limit by accept attribute |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Firefox |
Assignee | factory-mozilla@lists.opensuse.org |
Reporter | i@guoyunhe.me |
QA Contact | qa-bugs@suse.de |
Target Milestone | --- |
Found By | --- |
Blocker | --- |
Websites use this markup to limit that users should only upload images: ```html <input type="file" accept="image/*"> ``` In GNOME it will open file dialog and only show folders and image files. However, in KDE with kmozillahelper, it shows all files of any types.