Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK 4.1 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
Steps to reproduce:
1. Import the attached asdocbug1.fxp into FlashBuilder.
2. Configure and run AsDoc tool.
3. Check the generated html documentation of the inherited skin parts of the classes mypackage.MyClass and mypackage.mysubpackage.MyClass. For each of these 2 classes, click "Show Inherited Skin Parts", then click on "mySkinPart" (on the left side) and click on the property name "aprop" in the "See also" (on the right side) as shown in the attached screenshot.
Actual Results:
a) Doc of the class mypackage.MyClass
Link to "mySkinPart" is a broken link:
asdoc-output/mypackage:MyOtherClass.html#skinpart:mySkinPart (":" should be "/")
Link to "aprop" is okay:
asdoc-output/mypackage/MyOtherClass.html#aprop
b) Doc the class mypackage.mysubpackage.MyClass
Link to "mySkinPart" is okay:
asdoc-output/mypackage/mysubpackage/MyOtherClass.html#skinpart:mySkinPart
Link to "aprop" is a broken link:
asdoc-output/mypackage/mypackage/mysubpackage/MyOtherClass.html#aprop ("mypackage" repeated twice)
Expected Results:
The html should contain the correct links:
asdoc-output/mypackage/mysubpackage/MyOtherClass.html#skinpart:mySkinPart
asdoc-output/mypackage/MyOtherClass.html#aprop
Workaround (if any):
None known.
Comments:
Reproduced with AsDoc Tool from SDK 4.1.0.15186 and 4.1.0.15243
Related bug: http://bugs.adobe.com/jira/browse/SDK-26184 (reported for classes with package depth = 1; as reported in the present Jira issue, the bug hurts differently for classes with package depth > 1).