pashminakazi commented on issue #909:
URL: https://github.com/apache/royale-asjs/issues/909#issuecomment-694112780
i have added a check in DropDownListBase's get and set DataProvider
when i open dbzProductLedger the debugger goes to get DataProvider
```
if(dataProvider == null)
trace("dataprovider is null" + dataProvider);
}
```


this.dataprovider
Message : maximum call stack size exceeded
Stack : "RangeError: Maximum call stack size exceeded
at
spark.components.DropDownList.spark.components.supportClasses.DropDownListBase.get__dataProvider
(http://localhost:8080/SHMA/spark/components/supportClasses/DropDownListBase.js:35:88)
at
spark.components.DropDownList.spark.components.supportClasses.DropDownListBase.get__dataProvider
(http://localhost:8080/SHMA/spark/components/supportClasses/DropDownListBase.js:36:12)
at
spark.components.DropDownList.spark.components.supportClasses.DropDownListBase.get__dataProvider
(http://localhost:8080/SHMA/spark/components/supportClasses/DropDownListBase.js:36:12)
at
spark.components.DropDownList.spark.components.supportClasses.DropDownListBase.get__dataProvider
(http://localhost:8080/SHMA/spark/components/supportClasses/DropDownListBase.js:36:12)
at
spark.components.DropDownList.spark.components.supportClasses.DropDownListBase.get__dataProvider
(http://localhost:8080/SHMA/spark/components/supportClasses/DropDownListBase.js:36:12)
at
spark.components.DropDownList.spark.components.supportClasses.DropDownListBase.get__dataProvider
(http://localhost:8080/SHMA/spark/components/supportClasses/DropDownListBase.js:36:12)
at
spark.components.DropDownList.spark.components.supportClasses.DropDownListBase.get__dataProvider
(http://localhost:8080/SHMA/spark/components/supportClasses/DropDownListBase.js:36:12)
at
spark.components.DropDownList.spark.components.supportClasses.DropDownListBase.get__dataProvider
(http://localhost:8080/SHMA/spark/components/supportClasses/DropDownListBase.js:36:12)
at
spark.components.DropDownList.spark.components.supportClasses.DropDownListBase.get__dataProvider
(http://localhost:8080/SHMA/spark/components/supportClasses/DropDownListBase.js:36:12)
at
spark.components.DropDownList.spark.components.supportClasses.DropDownListBase.get__dataProvider
(http://localhost:8080/SHMA/spark/components/supportClasses/DropDownListBase.js:36:12)"
value is :


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]