Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_treeview_element.Click() uses ClickInput() #24

Closed
GoogleCodeExporter opened this issue May 25, 2015 · 0 comments
Closed

_treeview_element.Click() uses ClickInput() #24

GoogleCodeExporter opened this issue May 25, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. In common_control.py class _treeview_element contain method Click
2. Method Click uses another method HwndWrapper.ClickInput
3. It is inconsistent, HwndWrapper has Click and ClickInput methods and they 
works in different way.

What is the expected output? What do you see instead?
The _treeview_element.Click() should use HwndWrapper.Click()
Probably _treeview_element.ClickInput()should be added.

What version of the product are you using? On what operating system?
0.4.1. In 0.4.2 I saw the same issue

Please provide any additional information below.


Original issue reported on code.google.com by far...@gmail.com on 5 Feb 2014 at 8:01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants