To make sure it wasn't me, I debugged this in the 2.6.0 source and found the error occurs at ViewBuilderItemBase.cs, line 225:
- Code: Select all
public override ButtonSpec ButtonSpecFromView(ViewBase element)
{
return _buttonManager.ButtonSpecFromView(element);
}
because _buttonManager is null. Didn't check other modes except to note that the default doesn't experience this.