PRB: Mobile Image and Link Controls Are Merged Together (311565)



The information in this article applies to:

  • Microsoft Mobile Internet Toolkit (MMIT)

This article was previously published under Q311565

SYMPTOMS

When you use a mobile Image control that has the BreakAfter property set to False, and then when you use a mobile Link control that has a Text property that is longer than the width of a device, the text is wrapped to a second line when you open the page on a Palm Vx device in the GoAmerica Go.Web browser. A portion of the text appears to the upper right side of the image, and the wrapped portion appears below the mobile Image control. If a user clicks in the white space between the two lines of text, portions of the mobile Link control may appear above or behind the mobile Image control.

This behavior may only occur when you use the GoAmerica Go.Web browser on a Palm Vx device.

RESOLUTION

To resolve this problem, set the BreakAfter property on the mobile Image control to True when you use a mobile Link control after the Image control.

STATUS

This behavior is by design.

MORE INFORMATION

Use the following code in a mobile Web Form to demonstrate this problem:
<mobile:Form id="Form1" runat="Server">
  <mobile:Image id="Image1" runat="Server" ImageUrl="image.gif" BreakAfter="False" ></mobile:Image>
  <mobile:Link id="Link1" runat="Server" NavigateUrl="http://www.microsoft.com">A link to the Microsoft Home Page</mobile:Link>
</mobile:Form>
				
The third-party products that are discussed in this article are manufactured by companies that are independent of Microsoft. Microsoft makes no warranty, implied or otherwise, regarding the performance or reliability of these products.

Modification Type:MajorLast Reviewed:6/6/2002
Keywords:kbDSupport kbprb kbServerControls KB311565