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.”

<
Group>

<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

[5004 byte] By [AnuBeniwal] at [2007-12-16]
# 1

Hi Anu,
String fields have a maximum of 255 characters. Text fields (e.g. HTML) have a limit of 32k characters.

Thanks.
-Mareen.

MareenPhilip. at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - General...

Visual Studio Team System

Site Classified