The information in this article applies to:
SYMPTOMSThe PolyCtl.htm file that comes with the Polygon Active Template Library (ATL) sample, hosts the Polygon control in a Web page. This Web page increases the number of sides of the polygon when the user clicks inside the polygon and decreases the number of sides when the user clicks outside the polygon. However, in Internet Explorer 4.0, mouse clicks appear to have no affect on the number of sides of the polygon. CAUSEThis is a bug in the PolyCtl sample. The first time the Polygon control is activated in Internet Explorer 4.0, it calculates its bounding rectangle incorrectly. This causes the control to interpret ClickOut events as ClickIn events. RESOLUTION
To work around this problem, write script code to handle the Window_OnLoad
event. In this event handler, set the number of sides to 3 or to any value
that you desire.
STATUSThis problem has been corrected in the POLYGON sample shipped with Visual C++ 6.0. Additional query words: PolyCtl Polygon
Keywords : kbIE300 kbIE400 AXSDKControls |
Last Reviewed: December 23, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |