Alexey Gulev

Results 392 comments of Alexey Gulev

It makes it hard to catch since issue can't be reproduced (I can't reproduce it too) I close it for now, feels free to reopen or open a new one...

partially related (depends on implementation): https://github.com/defold/editor2-issues/issues/2245

https://github.com/defold/defold/issues/3954

could you share a screenshot how it looks like

this issue merged into https://github.com/defold/defold/issues/7216

the attempt to fix reverted because of https://github.com/defold/defold/issues/8114

``` editor.handler$invoke_fnk.invokeStatic.class clojure.lang.ExceptionInfo: handler ':hide-toggle-selected' in context ':workbench' failed at ':enabled?' with message 'Cannot invoke "java.lang.Number.doubleValue()" because "x" is null' at editor.handler$invoke_fnk.invokeStatic(handler.clj:262) at editor.handler$enabled_QMARK_.invokeStatic(handler.clj:296) at editor.ui$refresh_menu_item_state.invokeStatic(ui.clj:1681) at editor.ui$refresh_menu_item_state.invoke(ui.clj:1657) at editor.ui$refresh_menu_item_state.invokeStatic(ui.clj:1663)...

it seems like this is the same issue here: https://github.com/defold/defold/issues/8546

> It is called by defolds `on_input`. Specifically for touch. > > ``` > function on_input(self, action_id, action) > if action_id == hash("touch") and action.pressed then > gui.hide_keyboard() > end...