Forum Discussion

Mike_Harper_1's avatar
Mike_Harper_1
Occasional Contributor
12 years ago

Mouse hover popup dialog moves with mouse

Hi,



As part of using a browser based purchasing application, the user can mouse hover over an image displayed on the screen. This will result in the display of a pop up dialog containing details of the item on sale. The mouse pointer is displayed below the pop up dialog and whenever I move the mouse pointer the dialog moves with it. As a result it is impossible to position the mouse pointer directly over the dialog.



This makes it impossible for me to use the Point and fix (Shift+Ctrl+A) Object Spy method to capture the Object Properties.



Does anyone know of a way I can capture the object properties?



Thanks in advance for your help.



Regard,

Mike

1 Reply

  • IndianTCNoob's avatar
    IndianTCNoob
    Occasional Contributor
    What kind of data you need to get from the popup? If you need the tooltip text, you can try getting it through the corresponding property of the image object. Inspect the picture object in the Object Browser to find the property you can use. For example, in IE, it is alt property in the Internet Explorer properties section.