Bug 1215408 - kmozillahelper doesn't support file type limit by accept attribute
Summary: kmozillahelper doesn't support file type limit by accept attribute
Status: NEW
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Firefox (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Factory Mozilla
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-17 09:54 UTC by Yunhe Guo
Modified: 2023-09-17 09:54 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yunhe Guo 2023-09-17 09:54:51 UTC
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.