Open Bug 1802777 Opened 1 year ago Updated 1 year ago

Download the correct source text based on the source and a specific source actor

Categories

(DevTools :: Debugger, defect, P2)

defect

Tracking

(Not tracked)

People

(Reporter: bomsy, Unassigned)

References

(Blocks 1 open bug)

Details

Currently we load the source text based on the first source actor which might be wrong in certain cases.

STR:

Scenarios

  1. The user can right-click the source item in the tree, open the context menu and selected download file without selecting it. In this case we should not use the selected source, instead use the item.source with the source actor

  2. The user clicks on the source item in the item (which selects it), then right clicks to open the context menu and selects download file. In this case we should use the selected source.

Severity: -- → S3
Priority: -- → P2
Blocks: dbg-sources
You need to log in before you can comment on or make changes to this bug.