If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : You can now close your own issues and reopen them later if needed. You can also comment closed issues.
List of issues#2725 trace(" eval:" add eval("_level0...")); is not being decompiled properly
Author:
kjarosh
kjaroshDate created:
Type: bug
Visibility: Everybody
Assigned to:
State: new 

> What steps will reproduce the problem?
Add a DoAction tag with the following code:
trace(" eval:" add eval("_level0..."));
> What is the expected output? What do you see instead?
I expect it to be decompiled as
trace(" eval:" add eval("_level0..."));
but is decompiled as
trace(" eval:" add _level0...);
and when you try to save it again, it errors out.
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
26.2.1 flatpak
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
test.swf (156 B)