Extjs modal windows focusing back controls

extjs, extjs4

Solution

It`s famous bug in Extjs. Check this: http://www.sencha.com/forum/showthread.php?214072-4.1.0-Modal-Window-Bad-Focus-Behavior.

Problem

I show a modal window with some input controls. When I press "tab" key it navigates through the controls. If I continue pressing "tab", in some moment it focus the controls behind this windows, and I can even type in this controls. I'm using ExtJs 4.1 thanks.

Original source