What's the Max size limit for "HtmlFieldControl"
Hi there,
Below are the 2 controls in bug form under Description tab.
Now when I open new bug,I couldn’t save with more than 27 characters in the repro field
. Also carriage returns and spaces add to the total. The error is “Save Failed. The value you entered for field ‘Repro Steps’ is too long.”
<
<
ColumnPercentWidth="50" ><
ControlType="WorkItemLogControl"FieldName="System.History"Label="Detailed Description and History"LabelPosition="Top"Dock="Left"MinimumSize="100,500" /></
Column><
ColumnPercentWidth="50" ><
ControlType="HtmlFieldControl"FieldName="Microsoft.VSTS.Common.ReproSteps"Label="Repro Steps"LabelPosition="Top"Dock="Fill"MinimumSize="100,500" /></
Column></
Group>and here is the definition of the field...
<FIELDname="Repro Steps"refname="Microsoft.VSTS.Common.ReproSteps"type="String"reportable="detail"
><
HELPTEXT>Steps to reproduce this bug</HELPTEXT></
FIELD>Thanks,Anu

