History | Log In     View a printable version of the current page.  
Issue Details (XML)

Key: SDK-14888
Type: Patch Submission Patch Submission
Status: Rejected Rejected
Resolution: Fixed
Priority: None None
Assignee: Peter Farland
Reporter: Joa Ebert
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Flex SDK
Flash Compiler Bug (Flex3) (SDK-14667)

GenericTag

Created: 03/06/08 09:41 AM   Updated: 07/30/08 08:00 PM
Security Level: Public (All JIRA Users )

File Attachments: 1. Text File GenericTag.patch (0.4 kb)


Resolved by: Peter Farland
Parent Component: MXML Compiler


 Description  « Hide
Every tag is casted to a DefineTag in flex2.compiler.swc.SwcLibrary line 208.
The GenericTag itself is not a DefineTag.

There are two possible solutions to this problem:

a) Make GenericTag extend DefineTag
b) Find out why a sequence of JPEG images is interpreted by the SWC parser as a GenericTag and what it actually should be.

Solution b would require someone of the Adobe team that is allowed to look into the file format specifications to review this. It makes more sense in my opinion.

The patch contains the updated version of GenericTag by extending DefineTag (solution a).

 All   Comments      Sort Order:
Lauren Park - [05/30/08 05:45 PM ]
Thank you for submitting this patch. As we are internally reviewing the bug and a potential solution, we will close this patch submission

Deepa Subramaniam - [07/30/08 07:41 PM ]
To Peter for review (or to reject it based on your comments above).

Peter Farland - [07/30/08 08:00 PM ]
We'll need to go with option b) because not all Tags are DefineTags.