You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dropdown without "dropdownWidth" crashes on android when tap.
stacktrace:
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from hxcpp::__hxcpp_main
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from ApplicationMain::main ApplicationMain.hx line 25
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from ApplicationMain::create ApplicationMain.hx line 130
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from lime.app.Application::exec lime/app/Application.hx line 150
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from lime._internal.backend.native.NativeApplication::exec lime/_internal/backend/native/NativeApplication.hx line 146
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from lime._internal.backend.native.NativeApplication::handleMouseEvent lime/_internal/backend/native/NativeApplication.hx line 337
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from lime.app._Event_Float_Float_lime_ui_MouseButton_Void::dispatch lime/_internal/macros/EventMacro.hx line 91
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from openfl.display.Stage::__onLimeCreateWindow openfl/display/Stage.hx line 1706
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from openfl.display.Stage::__onLimeMouseDown openfl/display/Stage.hx line 1855
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from openfl.display.Stage::__onMouse openfl/display/Stage.hx line 2479
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from openfl.display.Stage::__dispatchStack openfl/display/Stage.hx line 1307
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from openfl.display.DisplayObject::__dispatch openfl/display/DisplayObject.hx line 1399
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from openfl.events.EventDispatcher::__dispatchEvent openfl/events/EventDispatcher.hx line 402
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from haxe.ui.backend.ComponentImpl::__onMouseEvent haxe/ui/backend/ComponentImpl.hx line 316
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from haxe.ui.core.ComponentEvents::_onMappedEvent haxe/ui/core/ComponentEvents.hx line 126
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from haxe.ui.core.ComponentEvents::dispatch haxe/ui/core/ComponentEvents.hx line 98
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from haxe.ui.util.EventMap::invoke haxe/ui/util/EventMap.hx line 76
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from haxe.ui.components.DropDownEvents::onClick haxe/ui/components/DropDown.hx line 502
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from haxe.ui.components.DropDownEvents::showDropDown haxe/ui/components/DropDown.hx line 550
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from haxe.ui.components.ListDropDownHandler::prepare haxe/ui/components/DropDown.hx line 227
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/Exception: Null Object Reference
With dropdownWidth works fine.
The text was updated successfully, but these errors were encountered:
Dropdown without "dropdownWidth" crashes on android when tap.
stacktrace:
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from hxcpp::__hxcpp_main
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from ApplicationMain::main ApplicationMain.hx line 25
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from ApplicationMain::create ApplicationMain.hx line 130
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from lime.app.Application::exec lime/app/Application.hx line 150
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from lime._internal.backend.native.NativeApplication::exec lime/_internal/backend/native/NativeApplication.hx line 146
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from lime._internal.backend.native.NativeApplication::handleMouseEvent lime/_internal/backend/native/NativeApplication.hx line 337
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from lime.app._Event_Float_Float_lime_ui_MouseButton_Void::dispatch lime/_internal/macros/EventMacro.hx line 91
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from openfl.display.Stage::__onLimeCreateWindow openfl/display/Stage.hx line 1706
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from openfl.display.Stage::__onLimeMouseDown openfl/display/Stage.hx line 1855
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from openfl.display.Stage::__onMouse openfl/display/Stage.hx line 2479
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from openfl.display.Stage::__dispatchStack openfl/display/Stage.hx line 1307
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from openfl.display.DisplayObject::__dispatch openfl/display/DisplayObject.hx line 1399
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from openfl.events.EventDispatcher::__dispatchEvent openfl/events/EventDispatcher.hx line 402
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from haxe.ui.backend.ComponentImpl::__onMouseEvent haxe/ui/backend/ComponentImpl.hx line 316
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from haxe.ui.core.ComponentEvents::_onMappedEvent haxe/ui/core/ComponentEvents.hx line 126
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from haxe.ui.core.ComponentEvents::dispatch haxe/ui/core/ComponentEvents.hx line 98
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from haxe.ui.util.EventMap::invoke haxe/ui/util/EventMap.hx line 76
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from haxe.ui.components.DropDownEvents::onClick haxe/ui/components/DropDown.hx line 502
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from haxe.ui.components.DropDownEvents::showDropDown haxe/ui/components/DropDown.hx line 550
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from haxe.ui.components.ListDropDownHandler::prepare haxe/ui/components/DropDown.hx line 227
2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/Exception: Null Object Reference
With dropdownWidth works fine.
The text was updated successfully, but these errors were encountered: