Re: view does not resize after softkeyboard

2013-12-02 Thread Frank Dahmen
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

view does not resize after softkeyboard

2013-12-02 Thread 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