Ext version tested:

Ext 5.0.2.1476

Browser versions tested against:

Chromium 38


DOCTYPE tested against:

html


Description:

According to the documentation, if .select(<record>) is called on a combo, the select event should be fired. This does not appear to be the case. If I select a value from the UI, then the event handler is called as expected.


Steps to reproduce the problem:

programatically call .select(<record>) on a combo


The result that was expected:

The select event on the combobox is fired.