javascript - ExtJs button focus -


I have ExtJs form with text field and button when I use tab keys to focus elements in the form The cursor goes to the next areas and when it comes to buttons, the focus is not visible in IE8. For users it would be a misleading because the focus will not appear on the button. Firefox appears on the button in Focus

I am using Extensible 3.3.4.

Please help people.

  .x-btn button: div Class = "text" itemprop = "text"> 

focus {outline: inverted dotted inverted; }

This shows a rectangular dotted line on the button in IE and Firefox.

Comments