iFixit / iFixitAndroid

Official iFixit Android App
https://play.google.com/store/apps/details?id=com.dozuki.ifixit
GNU General Public License v3.0
162 stars 88 forks source link

Step edit: Fix focus-induced jumping #211

Closed marczych closed 10 years ago

marczych commented 10 years ago
  1. Open step edit on a step with lots of text.
  2. Focus is given to the step title EditText which causes the view to jump down and hide the images.

The timing is especially awkward on this because everything is peachy until ~0.5 seconds after the page is swiped over -- then it jumps down in a disorienting fashion.

Removing all focus-related attributes on the title fixed it while still giving it the primary focus.