You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by Frank Dahmen <fr...@dahmenia.de> on 2013/12/02 10:56:36 UTC

view does not resize after softkeyboard

as described here:
https://issues.apache.org/jira/browse/FLEX-33211

but only sometimes (not reproduceable)
but on a certain view and textinput almost every time (at least every 2nd)

how can i force the view / app to resize properly again? (e.g. onfocusout)


thanks



Re: view does not resize after softkeyboard

Posted by Frank Dahmen <fr...@dahmenia.de>.
it seems that dispatching a SoftKeyboardEvent.SOFT_KEYBOARD_DEACTIVATE
on enter and on focusout works

but after that, popups created and centered 
(PopUpManager.centerPopUp(popup);)
show above the center, don't got it yet, looks like they are displayed 
the half of their height over the center

so dispatching the event is not enough, what else has to be reseted for 
a proper "keyboard-close"?

thanks





Am 02.12.2013 10:56, schrieb Frank Dahmen:
> as described here:
> https://issues.apache.org/jira/browse/FLEX-33211
>
> but only sometimes (not reproduceable)
> but on a certain view and textinput almost every time (at least every 
> 2nd)
>
> how can i force the view / app to resize properly again? (e.g. 
> onfocusout)
>
>
> thanks
>
>