JamesVenn / apps-for-android

Automatically exported from code.google.com/p/apps-for-android
Apache License 2.0
0 stars 0 forks source link

WikiNotesEditor with SoftKeyboard issue #61

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 8 years ago
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