JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : We have got a new blog where we post some interesting SWF internals info.

List of issuesList of issues

#923 Inline edit breaks code consistency
Author: user phantasm
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

> What steps will reproduce the problem? 1. Open some SWF and edit AS2 script inline 2. Add following code: if (a!=1 && b==2) {} 3. Press "Save" Button 4. This code will be transformed to: if(!(a == 1) && b == 2) {} 5. Press Edit button again 6. Press Save 7. Code will be transformed to: if(a == 1 && b == 2) { } which is gravely wrong > What is the expected output? What do you see instead? code should be saved correctly > What version of the product are you using? On what operating system? ffdec 5.3.0 > Please provide any additional information below. Attach the file you have problem with if neccessary. If you do not want to publish files YOU CAN CHANGE VISIBILITY TO PRIVATE
admin
Please try the nightly build. Looks like it is working there. /www.free-decompiler.com/flash/nightly/
admin
State: new→upgraded
user
Nightly #640 fails to accept new AS2 code inserted in inline edit panel. Release 5.3.0 works fine 1. test file: http://rghost.ru/private/7nGKSWhQy/0c8c09191c83e33ee0fc0feda2dfbb0b 2. open DoAction section as in this screenshot: http://clip2net.com/clip/m283082/763ab-clip-16kb.png 3. insert this new code: http://pastebin.com/7cX6S2fZ 4. results: http://clip2net.com/clip/m283082/abb4d-clip-12kb.png
developer
State: upgraded→returned
admin
Attaching the third file here. The other files were deleted on their servers. This is what happens when you do not upload the files in our tracker directly. It's couple of months since your last message, so please try latest nightly build and if it still does not work for you, create new issue and upload the files again.
State: returned→closed