Wrong default value for Ext.DataView.selectedItemCls
REQUIRED INFORMATIONArchitect Build tested:Project Type:Description:- Default value for attribute selectedItemCls is x-view-selected instead of x-item-selected.
Steps to reproduce the problem:- Create a simple DataView and test it by selecting an item inside this view.
The result that was expected:- The item gets css class named 'x-view-selected'
The result that occurs instead:- The item gets 'x-item-selected' as class name
x-item-selected may be the correct value. But Architect's inspector shows x-view-selected
Possible fix:Operating System: