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

unable to select a dropdown value. Want to select mp3. #250

Open
ajitgoel opened this issue Dec 15, 2017 · 6 comments
Open

unable to select a dropdown value. Want to select mp3. #250

ajitgoel opened this issue Dec 15, 2017 · 6 comments

Comments

@ajitgoel
Copy link

I am unable to select a dropdown value. I am using Windows 10 OS if that helps. As soon as i try to select a dropdown value(other than the default), the focus moves away from the dropdown.
2017-12-14 18_46_57-youtube-dlg

@MrS0m30n3
Copy link
Owner

MrS0m30n3 commented Dec 15, 2017

Hi, can you upload a GIF or a video that shows exactly what is happening?

Also, did you install youtube-dl-gui using the setup file or did you build it from source?

@ajitgoel
Copy link
Author

Here's the video:
https://www.useloom.com/share/d0d8f3657643456ba26eb0e255bcdf45

I did not build from the source. I installed using the "windows installer'.

@MrS0m30n3
Copy link
Owner

MrS0m30n3 commented Dec 16, 2017

I have no idea why this is happening and i can't reproduce it on my side.

I use wx.PopupTransientWindow to implement the formats dropdown.
From the wxPython docs on the wx.PopupTransientWindow:

disappears automatically when the user clicks mouse outside it or if it loses focus in any other way.

I guess something on your PC cause the window to lose focus...

Also, what is the window that appears exactly under the youtube-dlg's "Welcome" message?
It seems to appear everytime you open the formats dropdown.

Update

popuptest.py.txt

If you know how to run python code using the command line (cmd.exe) you can try to run the attached python script. When the "Test" window appears you can click the "Test Popup" button, which will show the popup window (with orange color) with a button inside it. If the orange popup window goes away when you hover your mouse over it, this means that the problem is with your system wxPython else if the orange popup window stays and you are able to press the button inside it, then the problem is on our side.

In order to run the script you need python 2.7.* & wxPython 3.

@MrS0m30n3
Copy link
Owner

@ajitgoel
Did you try the attached script?

@ajitgoel
Copy link
Author

ajitgoel commented Jan 13, 2018 via email

@MrS0m30n3
Copy link
Owner

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