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

Key: SDK-12729
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: C C
Assignee: Ella Mitelman
Reporter: Gordon Smith
Votes: 0
Watchers: 2
Operations

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

dataChangeEffect is declared as a Style, not an Effect, and is not triggered by the dataChange event

Created: 09/18/07 05:24 PM   Updated: 10/16/07 03:34 PM
Component/s: mx: List
Security Level: Public (All JIRA Users )

Severity: Usability Issue
Reproducibility: Every Time
Discoverability: Medium
Found in Version: SDK Moxie M3 (Beta 2) - 182682
Milestone:
Affected OS(s): All OS Platforms - All
Steps to Reproduce:
dataChangeEffect on ListBase is declared as a Style, not as an Effect. This is confusing and causes bug FLEXDOCS-134. Also, the name makes it sound like it is triggered by ListBase's dataChange event, which is not the case.

After a discussion between Mike, Glenn, Ely, Jason, and Gordon, the recommendation is that this should be replaced with

[Effect(name="itemsChangeEffect", event="itemsChange")]

Note that itemsChange is a non-existent event; several chart effects use fake triggers.

 

 
 
 
Language Found: English
Bugbase Id: none
Triaged: Yes
Regression: No
QA Owner: Ella Mitelman
Resolved by: Ryan Frishberg
Participants: Ella Mitelman, Gordon Smith, Lauren Park and Ryan Frishberg


 All   Comments      Sort Order:
Ella Mitelman - [09/18/07 06:05 PM ]
We probably want to change this ASAP to minimize impact to the user

Lauren Park - [10/05/07 01:20 AM ]
re-assigned to Ella.

Ryan Frishberg - [10/12/07 07:45 PM ]
Re-opening as this wasn't fixed properly the first time. ListDataEffects no longer worked. It's a shame that no mustella tests failed b/c of this. At any rate, it should be fixed in 184751 with the proper name.

Lauren Park - [10/15/07 11:30 PM ]
re-assigned to Ella.