Ext version tested:

  • Ext 5.1.0.107 - Broken

  • Ext 5.0.1.1255 - Works




Browser versions tested against:

  • Chrome 39.0.2171.95 (64-bit)

  • Firefox 34.0.5




Description:

If you have a container with layout: 'vbox' that contains form fields with msgTarget: side, when a form field loses focus it causes the parent container to scroll to top. See the test case at: https://fiddle.sencha.com/#fiddle/fnk

Steps to reproduce the problem:



  • Scroll all the way to the bottom of the panel

  • Focus on a form field

  • Focus on another form field


The result that was expected:

The container should not scroll to the top


The result that occurs instead:

The container scrolls to the top