vickychijwani / quill

:ghost: [MOVED TO https://github.com/TryGhost/Ghost-Android] The beautiful Android app for your Ghost blog.
MIT License
553 stars 84 forks source link

Scroll position in post editor not preserved on switching to preview and back #88

Closed vickychijwani closed 9 years ago

vickychijwani commented 9 years ago

Steps to reproduce (doesn't happen always):

  1. Open a long post in the editor
  2. Scroll down a bit
  3. Switch to post preview and back
  4. Do this a few times
  5. Notice that the scroll position in the edit pane is lost (scrolls back to top)

This is probably a side effect of the fix for #66 (a253c22), because the new ScrollView added there doesn't have a view id in XML.

vickychijwani commented 9 years ago

Superseded by #94.