WebCGMEvent Test Page

Source image Reference image
Test results
Initiate Test Purpose Test Result Comments
Left-click on left black rectangle Test for "Click" event Displays message box with APS ID of the target object Passed if "You have clicked on grobject_rect_1" is shown on screen
Press "Ctrl" and left-click on right black rectangle Test for "Ctrl + Click" event Displays message box with x/y location of mouse click Passed if "ClientX = xxx ClientY = yyy" is shown on screen and if the displayed values are in the range of "85.62 <= xxx <= 159.87" and "1.07 <= yyy <= 76.56"
Press "Shift" and left-click on orange polygon Test for "Shift + Mousedown" event Displays message box with APS ID of the target object Passed if "You have clicked on grobject_polycircle_1" is shown on screen upon pressing the left mouse button
Press "Alt" and left-click on blue polygon Test for "Alt + Mouseup" event Displays message box with APS ID of the target object Passed if "You have clicked on grobject_polycircle_2" is shown on screen upon releasing the left mouse button
Move mouse on top of left beige ellipse Test for "Mouseover" event Displays message box with APS ID of the target object Passed if "You have clicked on grobject_circle_1" is shown on screen upon moving the mouse cursor on top of the object
Double click with right mouse button on right beige ellipse Test for "NumPressed + Button" event attributes Displays message box with APS ID of the target object Passed if "You have clicked on grobject_circle_2" is shown on screen