hallowed-ocean-84954
06/15/2022, 2:27 PMbright-gpu-74537
06/15/2022, 2:29 PMbright-gpu-74537
06/15/2022, 2:29 PMhallowed-ocean-84954
06/15/2022, 2:30 PMhallowed-ocean-84954
06/15/2022, 2:30 PMpowerful-morning-89
06/15/2022, 2:31 PMHTTPS-Only Mode: Upgrading insecure request “https://haxeui.org/favicon.png” failed. (M21-C12276)hallowed-ocean-84954
06/15/2022, 2:32 PMhallowed-ocean-84954
06/15/2022, 2:32 PMfull-journalist-82607
06/15/2022, 2:33 PMpowerful-morning-89
06/15/2022, 2:34 PMwww.haxeui.org and not haxeui.org (where data like the favicon lives).bright-gpu-74537
06/15/2022, 2:34 PMbright-gpu-74537
06/15/2022, 2:34 PMbright-gpu-74537
06/15/2022, 2:35 PMpowerful-morning-89
06/15/2022, 2:36 PMbright-gpu-74537
06/15/2022, 2:36 PMhallowed-ocean-84954
06/16/2022, 4:06 AMUncaught exception: Null access
Called from haxe.ui.focus.FocusManager.set_focus(haxe/ui/focus/FocusManager.hx:104)
Called from haxe.ui.core.InteractiveComponent.set_focus(haxe/ui/core/InteractiveComponent.hx:53)
Called from haxe.ui.components._TextField.Events.onMouseDown(haxe/ui/components/TextField.hx:341)
Called from haxe.ui.tooltips.ToolTipManager.~hideToolTip.0(lime/app/Module.hx:0)
Called from haxe.ui.util.EventMap.invoke(haxe/ui/util/EventMap.hx:76)
Called from haxe.ui.core.ComponentEvents.dispatch(haxe/ui/core/ComponentEvents.hx:98)
...
Here's the relevant code
if (value != null) {
focusInfo.currentFocus = value; <---- this is L104
focusInfo.currentFocus.focus = true;
}
So I guess the question is why is focusInfo null ? Master branch code in haxeui-core shows different code at this point. I'm using version 1.4.0 which seems to be the latest published to haxelib.bright-gpu-74537
06/16/2022, 5:36 AMbright-gpu-74537
06/16/2022, 6:03 AMbright-gpu-74537
06/16/2022, 6:04 AMbright-gpu-74537
06/16/2022, 6:28 AMbright-gpu-74537
06/16/2022, 6:30 AMbright-gpu-74537
06/16/2022, 6:44 AMbright-gpu-74537
06/16/2022, 7:38 AMhallowed-ocean-84954
06/16/2022, 12:40 PMhallowed-ocean-84954
06/16/2022, 12:41 PMhallowed-ocean-84954
06/16/2022, 12:41 PMhallowed-ocean-84954
06/16/2022, 12:43 PMbright-gpu-74537
06/16/2022, 1:16 PMbright-gpu-74537
06/16/2022, 1:16 PMhallowed-ocean-84954
06/16/2022, 1:20 PM