Closed
Bug 842241
Opened 12 years ago
Closed 7 years ago
pick a gallery image doesn't works
Categories
(Firefox OS Graveyard :: Gaia::Gallery, defect)
Firefox OS Graveyard
Gaia::Gallery
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mmaltese, Unassigned)
Details
User Agent: Opera/9.80 (X11; Linux x86_64) Presto/2.12.388 Version/12.12
Steps to reproduce:
Hello everyone!
I'm making a lifestyle app for FirefoxOS which can send files to other contacts. My app uses a pick:
var pick = new MozActivity({ name: "pick", data: { type: ["image/png", "image/jpg", "image/jpeg"] } });
Actual results:
Then If I select a wallpaper I can send it and it works perfectly but I have a problems getting the file from the gallery. When I test it at simulator, the app is closed with no errors in console. When I test it in a mobile device, I can select a image, and then a new dialog is open and let me crop the image. Then I confirm the select and doesn't do anything.
Expected results:
It should work the same way with a gallery picture or a wallpaper image.
Is this a known bug? Any idea to solve? Thanks in advance
Updated•12 years ago
|
Component: Gaia → Gaia::Gallery
QA Contact: jhammink
Comment 1•12 years ago
|
||
Hi,
It would be helpful if you could provide a test page or test app that we could use to test that.
Also, please specify the steps to repro the results you expect.
Flags: needinfo?(mmaltese)
Comment 2•12 years ago
|
||
I got the same bug with the latest 1.2: There is a black image in the crop window, but picking a wallpaper from the wallpapers dir works.
Comment 4•7 years ago
|
||
Firefox OS is not being worked on
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•