Hi guys, When the button is in the over (hovered) state, the "*-over" class is not added

Fiddle: http://ift.tt/1hYOyKj

Ext version tested:



  • Ext JS 5.0.0.736 Neptune

  • Ext JS 4.2.1 Neptune


Browser versions tested against:


  • Chrome Version 34.0.1847.116 m

  • IE Version: 11.0.9600.16659 Update Version: 11.0.5 (KB2936068)


DOCTYPE tested against: Description:
ONLY IN IE: When the button is in the over (hovered) state, the "*-over" class is not added

Steps to reproduce the problem:



  • Open and run the fiddle in Chrome

  • Inspect the button with Developer tools

  • Over the button

  • The classes "*-over" are added

  • Open the and run the same fiddle in IEInspect the button with Developer tools

  • Over the button

  • NO Classes where added.


If you try the previous steps with EXT JS 4.2.1 it works in both browser.

The result that was expected:



  • The classes "*-over" are added


The result that occurs instead: