Article ID: 311565 - Last Review: June 6, 2002 - Revision: 1.0

PRB: Mobile Image and Link Controls Are Merged Together

This article was previously published under Q311565
Expand all | Collapse all

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.

APPLIES TO
  • Microsoft Mobile Internet Toolkit 1.0
Keywords: 
kbprb kbservercontrols KB311565
Retired KB ArticleRetired KB Content Disclaimer
This article was written about products for which Microsoft no longer offers support. Therefore, this article is offered "as is" and will no longer be updated.
 

Article Translations