FIX: Visual InterDev Crashes When Re-Aligning Elements Inside a FIELDSET (224953)



The information in this article applies to:

  • Microsoft Visual InterDev 6.0

This article was previously published under Q224953

SYMPTOMS

When attempting to change the alignment of elements contained within a <FIELDSET> tag, Visual InterDev 6.0 crashes.

STATUS

Microsoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article.

This bug was corrected in Visual Studio 6.0 Service Pack 3. For more information about Visual Studio service packs, please see the following articles in the Microsoft Knowledge Base:

MORE INFORMATION

Steps to Reproduce Behavior

  1. Open a new Web project in Visual InterDev.
  2. Add a new HTML page.
  3. Add the following script between the body tags in Source View:
    <FIELDSET style="HEIGHT: 142px; WIDTH: 268px">
    <LEGEND align=center>Fieldset 1</LEGEND>
    <P>This is text inside the Fieldset, inside a P tag</P>
    
    <DIV>This is text inside the Fieldset, inside a DIV 
    tag</DIV>
    
    <INPUT type="button" value="Button 1" id=button1 name=button1> 
    
    </FIELDSET>
    					
  4. Switch to Design View, and select "Button 1."
  5. Click the LEFT JUSTIFY or CENTER or RIGHT JUSTIFY button on the toolbar.

Modification Type:MajorLast Reviewed:10/15/2002
Keywords:kbBug kbDSupport kbide kbVisID600fix kbVS600sp3fix KB224953