[FlexJS] FLEX-33778 Combobox & DropdownList ListBase.js throws a NPE

2013-09-25 Thread Sharma, Pratyoosh
It seems like It seems like ListBase.js throws a Null pointer exception since the model is never initialized for Dropdown & ComboBox classes on FlexJS. Not sure why the examples work since the latest code doesn't seems to have anything that initializes the model bead for these components Cross r

RE: [FlexJS] FLEX-33778 Combobox & DropdownList ListBase.js throws a NPE

2013-10-14 Thread Sharma, Pratyoosh
2013 1:13 AM To: dev@flex.apache.org Subject: RE: [FlexJS] FLEX-33778 Combobox & DropdownList ListBase.js throws a NPE I discovered today that DropDownList.js was broken. I made some quick changes to it to get it to work for the DataBindingTest demo. We'll take a harder look at it next w

Re: [FlexJS] FLEX-33778 Combobox & DropdownList ListBase.js throws a NPE

2013-09-25 Thread Alex Harui
Hi Pratyoosh, One of us will take a look. In theory the model gets assigned early in the lifecycle (and pulled from the CSS iBeadModel style. Maybe you've found a way to run code before that happens? -Alex On 9/25/13 9:03 AM, "Sharma, Pratyoosh" wrote: >It seems like It seems like ListBase.j

Re: [FlexJS] FLEX-33778 Combobox & DropdownList ListBase.js throws a NPE

2013-09-25 Thread Peter Ent
I'm taking a look now. I did make some changes to the list code recently, so maybe I hit this already. --peter On 9/25/13 12:17 PM, "Alex Harui" wrote: >Hi Pratyoosh, > >One of us will take a look. In theory the model gets assigned early in >the lifecycle (and pulled from the CSS iBeadModel sty

RE: [FlexJS] FLEX-33778 Combobox & DropdownList ListBase.js throws a NPE

2013-10-11 Thread Sharma, Pratyoosh
ason Thanks, Pratyoosh -Original Message- From: Peter Ent [mailto:p...@adobe.com] Sent: Wednesday, September 25, 2013 2:08 PM To: dev@flex.apache.org Subject: Re: [FlexJS] FLEX-33778 Combobox & DropdownList ListBase.js throws a NPE I'm taking a look now. I did make some change

RE: [FlexJS] FLEX-33778 Combobox & DropdownList ListBase.js throws a NPE

2013-10-11 Thread Alex Harui
lexJS, -Alex From: Sharma, Pratyoosh [pratyoosh.sha...@jpmorgan.com] Sent: Friday, October 11, 2013 1:57 PM To: dev@flex.apache.org Subject: RE: [FlexJS] FLEX-33778 Combobox & DropdownList ListBase.js throws a NPE Started to look at FlexJS again, so let