On 8/17/2013 6:39 AM, Justin Mclean wrote:
Combobox RTE - works fine with 4.9/4.10 on OSX.
https://issues.apache.org/jira/browse/FLEX-33630
on windows 7, flash debug player, flex 4.10.0:
as a flex app (it was complaining about 3.4 vs 3.8 namespace as an AIR app), if
the empty combobox is *open* & you hit the delete key it throws
TypeError: Error #1009: Cannot access a property or method of a null object
reference.
at
spark.accessibility::ComboBoxAccImpl/eventHandler()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/spark/src/spark/accessibility/ComboBoxAccImpl.as:522]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at
mx.core::UIComponent/dispatchEvent()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/core/UIComponent.as:13412]
at
spark.components.supportClasses::DropDownListBase/http://www.adobe.com/2006/flex/mx/internal::changeHighlightedSelection()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/spark/src/spark/components/supportClasses/DropDownListBase.as:652]
at
spark.components::ComboBox/textInput_changeHandler()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/spark/src/spark/components/ComboBox.as:1111]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at
mx.core::UIComponent/dispatchEvent()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/core/UIComponent.as:13412]
.
.
.
blah blah blah.
similar error for the other case (open combobox, type some text, hit backspace).