apache / apache/royale-asjs

Attachment should be saved when Click on attachment file Popup Should be opened

Open
#867 13 comments 0 reactions 0 assignees View on GitHub
Dominant language
ActionScript
Stars
380
Forks
120
PR merge metrics
No merged PRs in 30d

Description

Project Details are :
https://paste.apache.org/cpo8y
Test case is available on VDI.
Go to Accounts Recieveable from Select in Menu
Go to Sales Commission Scheme Setup from Setups in Menu
File : com/dbz/modules/AR/dbzSalesCommissionScheme.mxml

Click on New Button then Plus (+) button,Popup will be opened and then click Plus (+) Buttonn and then attachment icon,attach any files

Whole row should be highlighted when we select a row.File Name is not highlighted in Royale
![image](https://user-images.githubusercontent.com/42200979/84643207-ef784780-af16-11ea-9879-89f9a84d105d.png)

and when we click on File Name the popup should be opened to save this File
![image](https://user-images.githubusercontent.com/42200979/84644692-ec7e5680-af18-11ea-82ca-2f5a62f57023.png)

In Royale when we click on Attachment File Name nothing happens
```

frd = new mx.net.FileReference();
frd.addEventListener(org.apache.royale.events.Event.OPEN, openHandler);
frd.save(file,name);

```

this functions doesn't triggered in Royale

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the attachment flow on the VDI, then inspect com/dbz/modules/AR/dbzSalesCommissionScheme.mxml and the shown mx.net.FileReference usage. Done means the attachment filename highlights with its row and clicking it opens the save popup so the file can be saved.

Written by the indexing model from the issue text.

Assessment

Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.