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

Key: FLEXDOCS-134
Type: Bug Bug
Status: Closed Closed
Resolution: Not a Bug
Priority: None None
Assignee: Gordon Smith
Reporter: Kishan Venkataramana
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Flex Documentation

dataChangeEffect should be under Effects column but it is under Styles column

Created: 09/12/07 03:38 AM   Updated: 09/25/07 10:26 PM
Component/s: Flex3 Language Reference
Security Level: Public (All JIRA Users )

Severity: Incorrectly Functioning
Reproducibility: Every Time
Discoverability: Medium
Steps to Reproduce:
Steps to reproduce:
1. Navigate to URL http://krs-ntserver.corp.adobe.com/flex_moxie/standalone/langref/index.html
2. Select the class 'List'.
3. Click on the link 'Styles' to view the styles for List.
4. Click on the link 'Show Inherited Styles' to view the inherited Styles
5. Notice that 'dataChangeEffect' is under Styles column, it should be under Effects column
 
 Actual Results: 'dataChangeEffect' is under Styles column, it should be under Effects column
 
 
 Expected Results: dataChangeEffect should be under Effects column but it is under Styles column
 
 
 Workaround (if any): none
 
 
 
Language Found: English
Bugbase Id: none
Regression: No
Participants: Gordon Smith and Kishan Venkataramana


 All   Comments      Sort Order:
Gordon Smith - [09/25/07 06:03 PM ]
This is not a doc bug... dataChangeEffect is showing up in the Styles section because it currently IS a style, with a confusing name. It is defined with [Style] metadata but the style value is an Effect. This is a confusing design, so I've filed SDK-12729 to change it to be an [Effect] named itemsChangeEffect. (It shouldn't be named dataChangeEffect because it isn't triggered by the 'data' property changing.) If that bug is fixed, it will in the ASDoc in the Effects section.

Kishan Venkataramana - [09/25/07 10:26 PM ]
Closing the issue, since SDK bug has been filed.