peterhajas / Genesis

Edit and test source code, right on your iOS device!
ISC License
50 stars 7 forks source link

Keyboard hides about 10 lines of code #12

Open mdznr opened 12 years ago

mdznr commented 12 years ago

When typing in one mode (portrait/landscape), the keyboard hides part of the source code. Rotating the device fixes the issue until the keyboard is hidden and shown again.

peterhajas commented 12 years ago

Does this happen on first document load for you? What's the repro case? On May 31, 2012, at 1:53 AM, Matt Zanchelli wrote:

When typing in one mode (portrait/landscape), the keyboard hides part of the source code. Rotating the device fixes the issue until the keyboard is hidden and shown again.


Reply to this email directly or view it on GitHub: https://github.com/peterhajas/Genesis/issues/12

mdznr commented 12 years ago

Steps to reproduce:

  1. Open app
  2. Navigate to a project
  3. Open/create new document
  4. Hit return until caret goes below the visible space
  5. Attempt to scroll down

Temporary fix: Rotate to any orientation (and back)

The temprary fix works until the hide keyboard button is pressed (and the keyboard shown again)