WikiNotesEditor with SoftKeyboard issue
Opened this issue · 1 comments
GoogleCodeExporter commented
Version: SVN Current
OS: Froyo (2.2)
What steps will reproduce the problem?
1. Open app
2. Edit a note and use a software keyboard
3. Type more than one scroll's worth of text (hitting return a lot works!)
Expected: Application scrolls to match cursor
Issue: The cursor is hidden behind the IME, as well as the confirm/discard
buttons
I've already fixed this - it only required an extra parameter for the
WikiNotesEditor activity to force resize instead of pan+scan mode, and Android
does all the rest of the magic for us.
Patch attached!
Original issue reported on code.google.com by Moggie...@gmail.com
on 5 Aug 2010 at 6:23
Attachments:
GoogleCodeExporter commented
Cool! I'd been wondering about how to achieve that. I've released a patched
version of my "Styled WikiNotes" app (http://www.ulfdittmer.com/android/) that
incorporates this fix in the Android Market.
Original comment by ulf.dittmer
on 2 Sep 2010 at 10:42