Thank you for reporting this bug. We will make it our priority to review this report.
-
Sencha Premium Member
Panel does not initialize a KeyMap on render
Issue is present in 4.1 beta 2 and 3 (not tested on beta 1).
Two problems are present:
1. Panel.getKeyMap() function is wierd and does not add correct key binding (keyMap bindings remain empty).
2. Panel.initEvents is removed, compared to 4.0.7, so keyMap is not automatically initialized on render.
-
initEvents has always been on the AbstractComponent. getKeyMap hasn't changed functionally.
-
Sencha Premium Member
Maybe you should try it by yourself. Just set the keys property and check if it works...