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

Key: SDK-18287
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: B B
Assignee: Peter deHaan (Adobe)
Reporter: Peter deHaan (Adobe)
Votes: 0
Watchers: 1
Operations

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

RTE when trying to use databinding with FXG graphic assets

Created: 12/02/08 01:37 PM   Updated: 01/31/09 08:32 PM
Component/s: FXG
Security Level: Public (All JIRA Users )

File Attachments: 1. Text File build_4200.mxml (1 kb)
2. File build_4200.swf (648 kb)
3. Text File build_4211.mxml (1 kb)
4. File build_4211.swf (647 kb)


Severity: Runtime Error
Reproducibility: Every Time
Discoverability: High
Found in Version: SDK Gumbo Iteration 9
Milestone: SDK Gumbo Iteration 10
Affected OS(s): All OS Platforms - All
Steps to Reproduce:
Steps to reproduce:
1. Compile and run attached MXML files (or enjoy attached SWFs)

 
Actual Results:
Works in 4200
RTEs in 4211 (and radiusX and radiusY are no longer bindable):

TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at _build_4211WatcherSetupUtil/setup()
    at build_4211()[C:\Documents and Settings\pdehaan\My Documents\Flex Builder 3 FXG 5\Rect_bindable_test\src\build_4211.mxml:2]
    at _build_4211_mx_managers_SystemManager/create()
    at mx.managers::SystemManager/initializeTopLevelWindow()[E:\dev\trunk\frameworks\projects\framework\src\mx\managers\SystemManager.as:3190]
    at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::docFrameHandler()[E:\dev\trunk\frameworks\projects\framework\src\mx\managers\SystemManager.as:3066]
    at mx.managers::SystemManager/docFrameListener()[E:\dev\trunk\frameworks\projects\framework\src\mx\managers\SystemManager.as:2918]

 

Expected Results:
Should work in 4211.
 
 
Workaround (if any):
n/a
Language Found: English
Bugbase Id: none
Triaged: Yes
Regression: Yes
QA Owner: Peter deHaan (Adobe)
Resolved by: Jason Szeto
Participants: Jason Szeto, Lauren Park and Peter deHaan (Adobe)


 All   Comments      Sort Order:
Peter deHaan (Adobe) - [12/02/08 01:40 PM ]
I believe this behavior changed in build 4211:

[svn] 4211: GraphicElement re-layering optimization and removal of change events

Lauren Park - [12/16/08 03:38 PM ]
Auto-update milestone from I9 -> i10.

Jason Szeto - [01/06/09 04:48 PM ]
Added Bindable metadata back to FilledElement.fill and StrokedElement.stroke. These were causing RTEs because databinding was attempting to access the fill or stroke before they were created.

Revision 4410

Peter deHaan (Adobe) - [01/31/09 08:32 PM ]
Closing.
Confirmed in 4737.

radiusX and radiusY are no longer bindable, but they arent RTEing either.