Closed jpshelley closed 9 years ago
Hi, thanks a lot for the tests you have made and for the reporting (: Actually I think that it's related to our library, I will try to investigate it as soon as possible. The Manabu-GT implementation seems to work really well, I will start to have a look at it in order to learn how can IME be handled well (= Happy coding day, Thomas.
Awesome thanks @tbarthel-fr if you need help let me know. I'll keep this issue until its able to get resolved.
Hi @jpshelley (=
I'm really sorry for this late answer but I haven't network access for the moment...
I tried to add an input text in the dialog of the sample app to enable keyboard. I tested with SOFT_INPUT_STATE_VISIBLE at the fragment creation and without to display the keyboard only when the input is focused.
In the both cases, the behavior is the expected one, no background resized to fit the entire screen as you observe :( I have tested on a N4 4.4.4 stock rom and a N5 5.0 stock rom.
Could you give me more details on how you gets the strange behaviour you described ?
Looking forward to reading from you,
Thomas.
@tbarthel-fr Sure. Give me a couple weeks. Wrapping up school finals and tests, and currently implemented the other blur dialog mentioned above so I'll have to gut some stuff out to replicate it.
@jpshelley Take the time you need, hard time for me as well (x
Good luck for your finals! (=
I've noticed whenever the keyboard is available in the dialog fragment, then the background gets resized to fit the entire screen. Similar to as if the activity had windowSoftInputMode set to adjustResize. Is this an issue with the library or with DialogFragments in general maybe?
I've noticed https://github.com/Manabu-GT/EtsyBlur doesn't have the same effect.