Article ID: 224953 - Last Review: October 15, 2002 - Revision: 1.1

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

This article was previously published under Q224953

On This Page

Expand all | Collapse all

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:
194022 INFO: Visual Studio 6.0 Service Packs, What, Where, Why  (http://support.microsoft.com/kb/194022/EN-US/ )

194295 HOWTO: Tell That Visual Studio 6.0 Service Packs Are Installed  (http://support.microsoft.com/kb/194295/EN-US/ )

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.

APPLIES TO
  • Microsoft Visual InterDev 6.0 Standard Edition
Keywords: 
kbbug kbfix kbide kbvisid600fix kbvs600sp3fix KB224953
 

Article Translations