Forum Discussion

jeremyt's avatar
jeremyt
Contributor
10 years ago
Solved

Double click problems (maybe too fast?)

I'm testing an HTML 5 application and we have what amounts to a sticky note object that you double click on to open up a panel that allows you to enter a body of test.



The problem I'm having is that when I perform a double click on the object (.DblClick), the panel never comes up. The log reports no errors and when I watch it run it does appear to click on the object as expectd but the panel still doesn't come up. It almost seems like the double click is actually happening too fast!



Anyone have an idea on how to fix or work around this issue?
  • Did you try making the object active? Also take a look at the object you want to click on with the ObjectSpy tool. Take a look at the 'Methods' tab and confirm that this method is available for your 'problem' object.

12 Replies